RetailBuyersPushLineQty.createOrUpdateSalesOrder Method
Creates a sales order for the specified RetailBuyersPushLine record by using the CustomerAccount value provided
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 createOrUpdateSalesOrder(
RetailBuyersPushLine _retailBuyersPushLine,
CustAccount _customerAccount,
InventLocation _inventLocationTo)
Microsoft Dynamics AX 2012 R2 (SYS)
public void createOrUpdateSalesOrder(
RetailBuyersPushLine _retailBuyersPushLine,
CustAccount _customerAccount,
InventLocation _inventLocationTo)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void createOrUpdateSalesOrder(
RetailBuyersPushLine _retailBuyersPushLine,
CustAccount _customerAccount,
InventLocation _inventLocationFrom,
InventLocation _inventLocationTo)
Run On
Called
Parameters
- _retailBuyersPushLine
Type: RetailBuyersPushLine Table
A RetailBuyersPushLine record that will be used for creating the sales order.
- _customerAccount
Type: CustAccount Extended Data Type
A trading customer CustAccount value that will be used for creating the sales order.
- _inventLocationTo
Type: InventLocation Table
A trading to location.