LedgerJournalEngine.useHistoricalRemittanceAddress Method [AX 2012]

Determines whether the remittance address stored in the table should be used or the current date effective value of the address should be used for this ledger journal transaction type.

Syntax

protected boolean useHistoricalRemittanceAddress(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

Return Value

Type: boolean
true when the remittance A resource record ID on the table should be used; false when the current date effective should be used.

Remarks

This method is called from the display remittance address on this class.

See Also

Reference

LedgerJournalEngine Class