Hello everyone,
As part of a project, I’m using REFramework. and I have a problem with the transactions status set. I can add my transaction in Orchestrator with my unique reference but I can’t get the Get transaction Item with this reference. I have No transaction Data.
Any ideas?
Thanks
PS: the image isn’t my project but an external test I ran, and I can’t retrieve the transaction
doesn’t Supprimé means deleted? so as I see you have no queue items in your queue
Hello,
Indeed, when i start the script, the Transaction has been created “In Progress” but can’t change the status of it.
It’s delete now because i manually delete them, it’s for the test.
Thanks
If you are using Add transaction item activity you do not need get transaction item since it would give you a transaction item output.
If you use add queue item activity then you need get transaction item
Add Transaction Item
activity return you the Transaction item
as an output. Use the same Output Transaction item in Set Transaction Status
activity. No need to use Get Transaction Item
here.
Get Transaction Item
would require when you add Queue items using Add Queue Item
or Bulk Add Queue Items
activity
Thank you, i will take a look and keep you informed
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.