SalesTable::mcrExistCustSalesOrder Method
Determines whether an order exists for the passed customer.
Syntax
client server public static boolean mcrExistCustSalesOrder(AccountNum _custAccount)
Run On
Called
Parameters
- _custAccount
Type: AccountNum Extended Data Type
The customer's account number for which this method determins if a sales order exists.
Return Value
Type: boolean
true if a sales order exists for the passed customer; otherwise, false.