RetailTransactionServiceInventory::getReturnLocationByInfocode Method [AX 2012]

Finds return policy and new location for print labels

Syntax

client server public static container getReturnLocationByInfocode(str _returnLocationPrintParameterXmlStr)

Run On

Called

Parameters

  • _returnLocationPrintParameterXmlStr
    Type: str
    XML string of serialized LSRetailPosis.BusinessLogic.ReturnLocationPrintParameter object

Return Value

Type: container
Container with "Status", "ErrorMsg", "print return label" flag, "return warehouse text", "return location text", "retutn pallete text"

See Also

Reference

RetailTransactionServiceInventory Class