PurchPurchaseOrderHeader.initFromPurchTableAllVersions Method
Initializes a PurchPurchaseOrderHeader table record with the values from a PurchTableAllVersions table record.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public void initFromPurchTableAllVersions(PurchTableAllVersions _purchTableAllVersions, [boolean _isPurchConfirmationRequest])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initFromPurchTableAllVersions(PurchTableAllVersions _purchTableAllVersions)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void initFromPurchTableAllVersions(PurchTableAllVersions _purchTableAllVersions)
Microsoft Dynamics AX 2012 (FPK)
public void initFromPurchTableAllVersions(PurchTableAllVersions _purchTableAllVersions)
Microsoft Dynamics AX 2012 (SYS)
public void initFromPurchTableAllVersions(PurchTableAllVersions _purchTableAllVersions)
Run On
Called
Parameters
- _purchTableAllVersions
Type: PurchTableAllVersions View
The PurchTableAllVersions table record.
- _isPurchConfirmationRequest
Type: boolean