Journals
Use these functions to enter Accounts Receivable Journals.
Create AR Journal Document - gtARJournal
Provides the information for the journal header. This header must exist before apply or unapplied details can be added to it. The function returns a unique identifier that links the associated journal details.
Create AR Journal Apply Details - gtARJournalAddApply
Provides the information needed to add details of the transactions that the journal is to be applied to. This function must be linked to its ARJournal header by using the unique identifier returned by the gtARJournal function.
Create AR Journal Unapply Details - gtARJournalAddUnapply
Provides the information needed to add any unapplied values for the journal. This function must be linked to its ARJournal header by using the unique identifier returned by the gtARJournal function.