-
Action Tracker Case Management: Trying to Reopen linked items
Hi Techs,
I have been working on Action Trackers and created custom transition analytic which can facilitate transitioning state of the linked items to the same state/queue as of the case. But, I also want to achieve reopening the links if a case is reopened.
Because dxATProgressLinks[] does not work on closed items so I have created another custom transition analytic for reopen. I have tried the following code from the analytic but no success so far:
1) dxATReopenCase[itemID]
2) dxATReopenTransition[itemIDs; trns; Assignee; toMe; Comment]; using IPC to the Gateway process. Breaks the framework
Please let me know what is the best way to achieve this.
Log in to reply.