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.
Looks up a CustTable record buffer, based on the company and account number fields of a specific LedgerJournalTrans record buffer.
Syntax
public CustTable findCustTable(LedgerJournalTrans _ledgerJournalTrans)
Run On
Called
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
Return Value
Type: CustTable Table
A CustTable buffer with the given account number, looked up in the given company account.
Remarks
The method maintains an internal cache of CustTable record buffers.