Share via


LedgerJournalEngine_VendPayment.useHistoricalRemittanceAddress Method [AX 2012]

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

Syntax

protected boolean useHistoricalRemittanceAddress(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

Return Value

Type: boolean
true when the remittance address record ID in 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_VendPayment Class