Share via


RetailTransactionServiceAX5::customerStatus 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 customerStatus(
    CustAccount _custAccount, 
    AmountMST _salesAmount, 
    CurrencyCode _currencyCode)

Run On

Called

Parameters

Return Value

Type: container
The status as a container.

See Also

Reference

RetailTransactionServiceAX5 Class