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.
Initializes the LedgerJournalTable table buffer that is managed by this instance of the LedgerJournalTableData class by using another LedgerJournalTable table buffer.
Syntax
public void initFromLedgerJournalTable(LedgerJournalTable _ledgerJournalTable)
Run On
Called
Parameters
- _ledgerJournalTable
Type: LedgerJournalTable Table
The LedgerJournalTable that will be used as the source.
Remarks
Workflow approvals status is not blindly copied. If the state of the source buffer is currently "none" or "approved", the destination buffer will receive that value. If the workflow approvals status of the source is active (a LedgerJournalWFApprovalStatus enumeration value of: "submitted", "change request", and so on), the destination will be set to "not submitted" because it has no active workflow context.