Share via


VendLedgerTransDP.fetchTotalsLedgerTrans Method [AX 2012]

Fetches the records and inserts them into the VendLedgerTransTmp table when the TotalsPerLedgerAccount parameter IS checked.

Syntax

private void fetchTotalsLedgerTrans(VendLedgerTransBuf _vendLedgerTransBuf)

Run On

Server

Parameters

  • _vendLedgerTransBuf
    Type: VendLedgerTransBuf Table
    The temporary table buffer that is passed in from process containing all valid records to query against.

See Also

Reference

VendLedgerTransDP Class