RetailShippingDeliveryMode::getValidDlvModeQueryBySalesLine Method [AX 2012]

Creates and returns a query object that contains a list of the valid delivery methods for an order based on the parameters passed.

client server public static Query getValidDlvModeQueryBySalesLine(SalesLine _salesLine)

Run On

Called

Parameters

_salesLine
Type: SalesLine Table
Sales Line entry for which to generate the delivery mode query.

Return Value

Type: Query Class
The newly created valid delivery mode query.

Returns a Query object that can be used to retrieve valid Delivery Methods for the given sales line details.

Show: