RetailTransactionService::createPickingList Method [AX 2012]

Creates the picking list for a sales order transaction.

client server public static container createPickingList(SalesId _salesId, InventLocationId _inventLocationId)

Run On

Called

Parameters

_salesId
Type: SalesId Extended Data Type
The value of the SalesId field of a SalesTable record.
_inventLocationId
Type: InventLocationId Extended Data Type
The warehouse where the picking list will be created.

Return Value

Type: container
true if the picking list creation is successful; otherwise, false.
Show: