PurchCreateOrderFromVendor::purchTableFormArgs Method [AX 2012]

Creates arguments used to open purchase order form.

NoteNote

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

Called

Parameters

_purchTable
Type: PurchTable Table
A newly created PurchTable record.
_caller
Type: Object Class
A caller form.
_vendTable
Type: VendTable Table

Return Value

Type: Args Class
An arguments for opening purchase order form.
Show: