RetailShippingDeliveryMode::getLineDeliveryOptions Method [AX 2012]
Gets a set of the valid Delivery Mode options for given sales line details.
Syntax
client server public static Set getLineDeliveryOptions(SalesLine _salesLine)
Run On
Called
Parameters
- _salesLine
Type: SalesLine Table
The sale line to get delivery options for.
Return Value
Type: Set Class
A Set(Type::String) containing the valid Delivery Mode Codes
Remarks
Gets a set of the valid Delivery Mode options for given sales line details. If there are no valid Delivery Mode options, an empty Set is returned.