Share via


RetailTransactionServiceInventory::updateTransferOrder Method [AX 2012]

Updates a transfer order.

Syntax

server public static container updateTransferOrder(str toXmlStr)

Run On

Server

Parameters

  • toXmlStr
    Type: str
    An XML string that contains details of a transfer order.

Return Value

Type: container
A container object that indicates success or failure.

Remarks

This allows updates for a transfer order's ‘ship now’ and ‘receive now’ quantities.

See Also

Reference

RetailTransactionServiceInventory Class