IHsvJournalsEx Interface Methods
The IHsvJournalsEx interface’s methods create templates, create journals, and process journals. The following list describes common usages of the IHsvJournalsEx methods:
SaveTemplate creates journal templates.
SaveJournal creates journals. Note that you can create a journal from a template by passing the template information returned by GetTemplate to SaveJournal.
SubmitJournals, UnsubmitJournals, ApproveJournals, RejectJournals, PostJournals, and UnpostJournals process journals.
Tip: | SaveTemplate, SaveJournal, and GetTemplate pass line item amounts as Double arrays. To pass line item amounts as String arrays, use the corresponding SaveTextTemplate, SaveTextJournal, and GetTextTemplate methods. |
These methods are summarized in Table 24, IHsvJournalsEx Interface Methods, and are described in detail in the following topics.
Note: | Assign IHsvJournalsEx object references with the Journals property of the HsvSession object. For an example, see Journals. |