RetailTransactionServiceAX61::createPickingList Method [AX 2012]

Method is used for creating the PickingList for sales order transaction.

Syntax

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

Run On

Called

Parameters

Return Value

Type: container
Container with the value true and empty string if the PickingList creation is success; else false wih the appropriate string message.

See Also

Reference

RetailTransactionServiceAX61 Class