Share via


TaxWithholdJournal_IN.checkBankStatus Method [AX 2012]

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

Return Value

Type: boolean
Returns true if it is advance payment and payment amount is greater than attached invoice amount; otherwise false.

See Also

Reference

TaxWithholdJournal_IN Class