VersioningComparePurchTable.loadVendPaymSched Method [AX 2012]

Analyzes the VendPaymSched records related to the specified PurchTable record and saves the result in the VersioningTmpTrans temporary table.

protected void loadVendPaymSched(PurchTable _purchTable, RecId _purchTableNodeRecId)

Run On

Server

Parameters

_purchTable
Type: PurchTable Table
The PurchTable record that owns the VendPaymSched transactions.
_purchTableNodeRecId
Type: RecId Extended Data Type
The RecId field of the record in the temporary table that holds the PurchTable record.

The method will also analyze the differences in the VendPaymSchedLine table.

Community Additions

ADD
Show: