Reputation: 1
I know that POS keeps all the suspended transactions in SalesTransactions
table. And all the lines related to the transactions are kept in TransactionsData
field of SalesTransactions
table. My requirement is to create the transaction in SalesTransactions
from backend using any code, but I am not able to do that because of TransactionData
field.
Can anyone please guide how could I achieve it?
Do we have any example in Retail SDK?
Is there any possibility to do that?
Upvotes: 0
Views: 120