PurchCreateOrderFromVendor::createNewOrder Method [AX 2012]

Creates a purchase order from the given vendor.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          server public static PurchTable createNewOrder(VendTable _vendTable, [boolean _initFromVendTable])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static PurchTable createNewOrder(VendTable _vendTable)

Run On

Server

Parameters

_vendTable
Type: VendTable Table
A VendTable record.
_initFromVendTable
Type: boolean

Return Value

Type: PurchTable Table
A PurchTable record.
Show: