function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sravan R PinnintiSravan R Pinninti 

Approval Reassignment Action ??

Hi,

I have a requirement to update the current ActorId from the approval Process to the target object record. I am able to do this for initial submission, approval and rejection actions using workflow and triggers leveraging the trigger execution flow. 

I have to update the ActorId on the TargetObject record even when a process is Reassigned from one user to another. As, we do not have reassignment actions, is there any possibility apart from batch class that I can achieve this?

Thank You in Advance for your help!!

Regards,
Sravan.

KevinPKevinP
You might could do it with a trigger, and an additional object to maintain history. But a batch class, scheduled every hour or so, would be prefered I'd think.
indyindy
Sravan - Could you please let me know the approach that you took to achieve the requirement. I am looking for similar solution where I need to stop the user to reassign the approval process or assign it back to the orginal action.

Your early response would really helps me.

Thanks,
Indy