Share via


RetailTransactionServiceTransactions::getTransactionByReceiptId Method [AX 2012]

Method is used for retrieving the sales transactions. Performs the following: 1.Adds transaction details.

2.Adds item details.

3.Adds loyalty.

Performs the following validations: 1.No transactions for the receipt ID.

2.Too many transactions were found for receipt ID.

Syntax

client server public static container getTransactionByReceiptId(
    RetailReceiptId receiptId, 
   [RetailStoreId storeId, 
    RetailTerminalId terminalId])

Run On

Called

Parameters

Return Value

Type: container
The status as a container.

Remarks

RetailTransactionService.fillTransactionTable method returns the container transTable having the data of the RetailTransactionTable.

RetailTransactionService.fillSalesTrans method returns the container salesTrans having the data of the RetailTransactionSalesTrans table.

RetailTransactionService.fillLoyaltyTrans method returns container with the loyalty card number.

RetailTransactionService.fillDiscountTrans method returns the container discountTrans having the data of the RetailTransactionDiscountTrans table.

See Also

Reference

RetailTransactionServiceTransactions Class