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.
Checks whether a LedgerJournalTrans object has correct fields.
Syntax
public boolean checkValues(
LedgerJournalTrans _ledgerJournalTrans,
VendTable _vendTable,
VendBankAccount _vendBankAccount)
Run On
Called
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
LedgerJournalTrans object to be verified.
- _vendTable
Type: VendTable Table
VendTable object to be verified.
- _vendBankAccount
Type: VendBankAccount Table
VendBankAccount object to be verified.
Return Value
Type: boolean
true if all values are correct; otherwise, false.