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.
Checks the regulatory compliance of all sales lines in the current sales order.
Syntax
server public static boolean pdsMRCCheckRestrictedForAllSalesLines(SalesTable _salesTable)
Run On
Server
Parameters
- _salesTable
Type: SalesTable Table
Sales order to check.
Return Value
Type: boolean
returns true if and lines on the _salestable are restricted.
Remarks
public static boolean MRCCheckRestrictedForAllSalesLines(Record )
Examples
boolean ret = SalesLine::mrcCheckRestrictedForAllSalesLines(salesTable);