PurchAgreementGenerateReleaseOrder.initFromHeader Method [AX 2012]

Initializes a line instance of the TmpPurchLine table from the specified header instance of the TmpPurchTable table.

public void initFromHeader(TmpPurchTable _releaseOrderTable, TmpPurchLine _releaseOrderLine)

Run On

Called

Parameters

_releaseOrderTable
Type: TmpPurchTable Table
The header instance from which to initialize.
_releaseOrderLine
Type: TmpPurchLine Table
The line instance to initialize.

This method copies the address information along with the VendorAccount field.

Community Additions

ADD
Show: