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.
Determines whether the sales order or sales line contains a Saturday delivery date.
Syntax
public boolean isSaturdayDelivery(SalesTable _salesTable, [SalesLine _salesLine])
Run On
Called
Parameters
- _salesTable
Type: SalesTable Table
- _salesLine
Type: SalesLine Table
Return Value
Type: boolean
true if the sales order or sales line contains a Saturday delivery date; otherwise, false.