RetailTransactionServiceInventory::getReturnLocationByInfocode Method [AX 2012]
Finds return policy and new location for print labels
client server public static container getReturnLocationByInfocode(str _returnLocationPrintParameterXmlStr)
Run On
CalledParameters
- _returnLocationPrintParameterXmlStr
- Type: str
XML string of serialized LSRetailPosis.BusinessLogic.ReturnLocationPrintParameter object
Return Value
Type: containerContainer with "Status", "ErrorMsg", "print return label" flag, "return warehouse text", "return location text", "retutn pallete text"
Show: