Hi There,
I am trying to enable Action Tracker items to be managed as a case. And, I want to progress the linked items to certain queues when the case transitions. The documentation specifies that it can be achieved using Custom Transition Analytic which will call dxATGetLinks to fetch all linked items and then call dxATProgressLinks[id;tab], where id is AT ID(for the case), tab is list of linked IDs and the queues to move them into.
This works fine running from AT console.
When I create a custom analytic, what parameters would the AT framework pass to it? Would it be the ID of the AT item? From and To queue?
Thanks in advance.