PurchCreateOrderFromVendor::purchTableFormArgs Method [AX 2012]
Creates arguments used to open purchase order form.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
client server protected static Args purchTableFormArgs(
PurchTable _purchTable,
Object _caller,
[VendTable _vendTable])
Microsoft Dynamics AX 2012 R2 (SYS)
client server protected static Args purchTableFormArgs(PurchTable _purchTable, Object _caller)
Run On
CalledParameters
- _purchTable
- Type: PurchTable Table
A newly created PurchTable record.
- _caller
- Type: Object Class
A caller form.
- _vendTable
- Type: VendTable Table
Show:
Note