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.
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
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
A LedgerJournalTrans record.
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.