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
CalledParameters
- _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.
Show: