PurchAgreementHeaderDefault.initFromVendTable Method
Initializes the purchase agreement header default values from the vendor 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 initFromVendTable(VendTable _vendTable, [VendAccount _vendAccount])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initFromVendTable(VendTable _vendTable, [VendAccount _vendAccount])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void initFromVendTable(VendTable _vendTable, [VendAccount _vendAccount])
Microsoft Dynamics AX 2012 (FPK)
public void initFromVendTable(VendTable _vendTable)
Microsoft Dynamics AX 2012 (SYS)
public void initFromVendTable(VendTable _vendTable)
Run On
Called
Parameters
- _vendTable
Type: VendTable Table
A table buffer that contains the vendor.
- _vendAccount
Type: VendAccount Extended Data Type
A VendAccount variable that contains the vendor account; optional.