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
client server public static container customerStatus(
CustAccount _custAccount,
AmountMST _salesAmount,
CurrencyCode _currencyCode)
Run On
CalledParameters
- _custAccount
- Type: CustAccount Extended Data Type
ID of the CustTable.AccountNum field.
- _salesAmount
- Type: AmountMST Extended Data Type
AmountMST
- _currencyCode
- Type: CurrencyCode Extended Data Type
CurrencyCode
Show: