RetailTransactionServiceTransactions::getTransactionByTransactionId 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 validation: 1.No transaction for the transaction ID.
Syntax
client server public static container getTransactionByTransactionId(RetailTransactionId transactionId)
Run On
Called
Parameters
- transactionId
Type: RetailTransactionId Extended Data Type
The transactionId field of the RetailTransactionTable table.
Return Value
Type: container
The status as a container.