Share via


RetailTransactionService::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 and "return location text"

See Also

Reference

RetailTransactionService Class