Share via


RetailTransactionService::customerStatus Method [AX 2012]

Checks the status of a customer account.

Syntax

client server public static container customerStatus(
    CustAccount _custAccount, 
    AmountMST _salesAmount, 
    CurrencyCode _currencyCode)

Run On

Called

Parameters

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.

See Also

Reference

RetailTransactionService Class