RetailTransactionServiceTransactions::getTransactionSubtotalAmount Method [AX 2012]
Gets the subtotal amount for a sales transaction.
client server private static AmountCur getTransactionSubtotalAmount(
RetailTransactionId _transactionId,
DataAreaId _dataAreaId,
RetailChannelRecId _channelId,
RetailTerminalId _terminalId)
Run On
CalledParameters
- _transactionId
- Type: RetailTransactionId Extended Data Type
The identifier of the transaction.
- _dataAreaId
- Type: DataAreaId Extended Data Type
The identifier of the data area.
- _channelId
- Type: RetailChannelRecId Extended Data Type
The identifier of the channel.
- _terminalId
- Type: RetailTerminalId Extended Data Type
The identifier of the terminal.
Show: