Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified information to the subledger journal.
Syntax
public void addToSubledgerJournalEntry(
DetailSummary _adjustedTransferLevel,
GeneralJournalEntry _generalJournalEntry,
GeneralJournalAccountEntry _generalJournalAccountEntry,
LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection)
Run On
Server
Parameters
- _adjustedTransferLevel
Type: DetailSummary Enumeration
The adjusted transfer level of the transaction.
- _generalJournalEntry
Type: GeneralJournalEntry Table
The general journal account entry record.
- _generalJournalAccountEntry
Type: GeneralJournalAccountEntry Table
The GeneralJournalAccountEntry record.
- _taxTransactionRelationshipCollection
Type: LedgerPostingOneToManyCollection Class
A collection of the tax transaction relationship information.
Remarks
This method is for ledger voucher framework internal use only.