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.
Checks the status of a customer account.
Syntax
client server public static container customerStatus(
CustAccount _custAccount,
AmountMST _salesAmount,
CurrencyCode _currencyCode)
Run On
Called
Parameters
- _custAccount
Type: CustAccount Extended Data Type
The value of the AccountNum field to check.
- _salesAmount
Type: AmountMST Extended Data Type
The AmountMST value.
- _currencyCode
Type: CurrencyCode Extended Data Type
The CurrencyCode value.
Return Value
Type: container
The status of the customer as a container.
Exceptions
Exception | Condition |
---|---|
Error | Throws error if it does not check the status of the customer account. |