RetailTransactionService::createPackingSlip Method [AX 2012]
Creates the packing slip for sales order transaction.
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 public static container createPackingSlip(SalesId _salesId, [InventLocationId _inventLocationId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static container createPackingSlip(SalesId _salesId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static container createPackingSlip(SalesId _salesId)
Run On
CalledParameters
- _salesId
- Type: SalesId Extended Data Type
The value of the SalesId field of a SalesTable record.
- _inventLocationId
- Type: InventLocationId Extended Data Type
Show:
Note