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 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.