Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and returns a query object that contains a list of the valid delivery methods for an order based on the parameters passed.
Syntax
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.
Remarks
Returns a Query object that can be used to retrieve valid Delivery Methods for the given sales line details.