Share via


RetailTransactionServiceOrders::getChannelSalesOrderDetail Method [AX 2012]

Get channel appropriate details for a sales order

Syntax

server public static container getChannelSalesOrderDetail(
    SalesId salesId, 
    RefRecId channelId, 
   [RetailOrderChannelReferenceId channelRefId])

Run On

Server

Parameters

Return Value

Type: container
container: [succees, errormessage, xml]

Remarks

success = True if the sales order was retrieved successfully, false otherwise errormessage = empty if success == True, otherwise an error message xml = xml document describing the sales order

See Also

Reference

RetailTransactionServiceOrders Class