LedgerJournalEngine.findCustTable Method [AX 2012]

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

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.

See Also

Reference

LedgerJournalEngine Class