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
Deep898747Deep898747 

Is there any way to update the status automatically when a record submitted for approval is reassigned to a user?

0
I have built an approval process allows a record when submitted for approval, its status changes from "Not Submitted" to "Open" and gets assigned to a QUEUE(actual approver). This QUEUE has 4 members, so when a record gets assigned to QUEUE, it gets assigned to all these 4 members.
But according to my requirement, when a user(already present in that QUEUE) reassign the record to itself(now rest 3 users cannot approve/reject the record), record status should be changed from "Open" to "In Progress".
Is there any way ?? Approval Process/Trigger/Apex class......any way to solve ???
Any suggestion/advice is really helpful, so please reply.
Thanks in Advance !!