Hi, I want to know if there is a chance to retrieve a suspended transaction by using the original transaction. The deal here is that a suspended transaction is saved in a table, but it's saved with a different number, so the only way to retrieve it is by selecting the transaction id from the table "SuspendedTransaction". The problem here is that the development required says that I must read a transaction from a printed ticket, but that transaction is not the suspended one, I mean, I haven't been able to print the suspended transaction to the ticket, or even better, find a relation between tables to get the suspended transaction by using the original one.
Hope my explanation is clear, fellows. Thanks if somebody has news