RetailTransactionService::getTransactionSalesTrans Method [AX 2012]
Retrieves the sales transactions.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static container getTransactionSalesTrans(
RetailReceiptId _receiptId,
[RetailStoreId _storeId,
RetailTerminalId _terminalId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static container getTransactionSalesTrans(
RetailReceiptId _receiptId,
[RetailStoreId _storeId,
RetailTerminalId _terminalId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static container getTransactionSalesTrans(
RetailReceiptId receiptId,
[RetailStoreId storeId,
RetailTerminalId terminalId])
Run On
Called
Parameters
- _receiptId
Type: RetailReceiptId Extended Data Type
- _storeId
Type: RetailStoreId Extended Data Type
- _terminalId
Type: RetailTerminalId Extended Data Type
Return Value
Type: container
The status as a container.