SalesCreateOrderFromCustomer::createNewOrder Method [AX 2012]

Creates a sales order from the given customer.

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
          server public static SalesTable createNewOrder(CustTable _custTable, [boolean _initFromCustTable])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static SalesTable createNewOrder(CustTable _custTable)

Run On

Server

Parameters

Return Value

Type: SalesTable Table
A SalesTable record.

See Also

Reference

SalesCreateOrderFromCustomer Class