Share via


LedgerJournalEngine_PayrollDisbursement.useHistoricalRemittanceAddress Method [AX 2012]

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

Syntax

public boolean useHistoricalRemittanceAddress(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

Return Value

Type: boolean
true if the remittance address record ID in the table should be used; false if the current date-effective value should be used.

Remarks

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

See Also

Reference

LedgerJournalEngine_PayrollDisbursement Class