Share via


LedgerJournalTableData.initFromLedgerJournalTable Method [AX 2012]

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

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.

See Also

Reference

LedgerJournalTableData Class