Hi Guys,
I am Doing the Calculate client security hash exercise in Academy
When one Transaction completes its unable to move to the second transaction, i am already using this:-
GetTransactionData.xaml (22.5 KB)
Hi Guys,
I am Doing the Calculate client security hash exercise in Academy
When one Transaction completes its unable to move to the second transaction, i am already using this:-
GetTransactionData.xaml (22.5 KB)
Hi @Jai_Pande ,
Would suggest you to Introduce Breakpoints in Get Transaction Data workflow and perform a Step Into operation also check the Transaction Number value in the Debug Panel.
The Transaction Number value is also getting updated in the Set Transaction Status workflow, so a check could also be done in that part.
More on Debugging :
Ideally transaction number has to be incremented
Are you using any queues or any other data source
Cheers @Jai_Pande
Hey brother. No i am not using any queues, the i have changed queue item to data row type variable
Check this document on how to use REFramework
REFramework documentation.pdf (507.8 KB)
Usually incrementing if transaction number happens in Set Transaction Status wokflow
Check there whether it’s getting Incremented or not
Make sure you have got the transaction number which got incremented as a argument from that workflow
Hope this helps
Cheers @Jai_Pande
ok i solved it i was keeping the transaction number increment logic inside the if block, now i am getting another problem and it seems to have been using “Use app/browser” close open property
I have kept the process of Getting Transaction Item inside the logic of “If its the First Run”, and inside the datatable row increment logic i havent kept the get transaction item @supermanPunch
GetTransactionData.xaml (22.8 KB)
okay i managed to solve it but it conitnues on completed items as well 2-3 times then it finishes?
any idea?
@supermanPunch
Thanks it helped alot! The project is now completed
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.