Hi,
I want to make my Transaction item as Datarow. I changed the argument in_Transaction item to datarow still getting the error in Process Transaction.
Hi,
I want to make my Transaction item as Datarow. I changed the argument in_Transaction item to datarow still getting the error in Process Transaction.
There was issue with Get Transaction Item. Issue is resolved now. I had to make the out_TransactionItem as DataRow
You probably didnt update the Invokes that use this.
Try using the Universal Search to find this.
You will end up with quite some more code to change however as you also have the set transaction status state where it will try to change a datarow to success or failed.
I’d strongly urge you to reconsider this approach and still have a queue item as the core data type, and achieving your goal by modifying the Get Transaction Item workflow so that it reads the next row in your data table, but then makes a Queue Item from it so you have a standard format. You can then also update the Set Transaction Status workflow to find the data row again and give it a failed or success status.
Messing around trying to remove the Queue Item stuff is a bad idea imo.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.