Move all transaction item from queue (A) to another queue (B)

Can anyone share, how to move all the transaction item from one queue called SC_MY to another queue called SC_ALL?

As far as I know we cannot we through orchestrator but we can write s small robot to take from one queue and push it to another

@suripaleru, can you indicate how you can do that? Will it be with something like item.QueueName = “SC_ALL”

You need to build small workflow that will do below for each transaction item available in your SC_MY queue

  • Get Transaction Item from SC_MY Queue
  • Set Transaction Status (You cam put some details “Moved to SC_ALL”)
  • Add Queue Item to the SC_ALL