CustOutPaymRecord_NACHA.checkValues Method [AX 2012]
Checks that the data that is needed is valid. Validates that the payment specification has been assigned to the payment mode.
Syntax
public boolean checkValues([LedgerJournalTrans _ledgerJournalTrans, RunbaseProgress _runbaseProgress])
Run On
Server
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The ledger journal transaction.
- _runbaseProgress
Type: RunbaseProgress Class
The run base progress.
Return Value
Type: boolean
true if the data is valid; otherwise, false.