ExportSalesOrder::existSalesOrder Method
Indicates whether a ExportSalesOrder record that has the specified sales order value exists in the ExportSalesOrder table.
Syntax
client server public static boolean existSalesOrder(SalesIdBase _salesId)
Run On
Called
Parameters
- _salesId
Type: SalesIdBase Extended Data Type
The SalesIdBase value of the sales order.
Return Value
Type: boolean
true if the specified record exists; otherwise, false .