Suspend a transactions using code with Example

120 Views Asked by At

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?

0

There are 0 best solutions below