RetailTransactionService::customerStatus Method [AX 2012]

Checks the status of a customer account.

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.

ExceptionCondition
Error

Throws error if it does not check the status of the customer account.

Show: