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 it is advance payment and if payment amount is greater than attached invoice amount for the LedgerJournalTrans record.
Syntax
public boolean checkBankStatus(LedgerJournalTrans _ledgerJournalTrans)
Run On
Server
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The LedgerJournalTrans record being posted.
Return Value
Type: boolean
Returns true if it is advance payment and payment amount is greater than attached invoice amount; otherwise false.