Share via


RetailStatementCustUnblocker.unblockCustomer Method [AX 2012]

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

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.

See Also

Reference

RetailStatementCustUnblocker Class