VersioningComparePurchOrder.loadPurchLine Method [AX 2012]

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

protected void loadPurchLine(PurchLine _purchLine, RecId _purchTableNodeRecId)

Run On

Server

Parameters

_purchLine
Type: PurchLine Table
A PurchTable record.
_purchTableNodeRecId
Type: RecId Extended Data Type
The record ID field of the record in the temporary table that holds the PurchTable record.

The method also analyzes the differences in the following tables:

  • The PurchLineForeignTradeCategory table.

  • The AgreementLineReleasedLine table.

  • The TaxUncommited table.

  • The Markup table.

Community Additions

ADD
Show: