Share via


RetailTransactionServiceCustomer::validateCustomerStatus Method [AX 2012]

Method is used for checking the status of the customer account i.e., 1.Existence of the customer 2.Blocked/Unblocked 3.Credit limit

Syntax

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

Run On

Called

Parameters

Return Value

Type: container
The status as a container.

Exceptions

Exception Condition
Error

Throws error if fails to check the status of the customer account.

See Also

Reference

RetailTransactionServiceCustomer Class