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.
Saves the blocked status of the customers to restore it later and then unblock the customers.
Syntax
public void unblockCustomer(CustAccount _custAccount)
Run On
Called
Parameters
- _custAccount
Type: CustAccount Extended Data Type
The account number of the customer who will be unblocked.
Exceptions
Exception | Condition |
---|---|
Error | The customer has the account number specified does not exist. -or- The customer who has the invoice account specified does not exist. |
Remarks
The customer who has the account number passed as the parameter and the invoiced customer will be unblocked.