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
Tan JTan J 

Best practices to handle approval process when user is deactivated

I am in process of designing a solution which takes care of many post deactivation tasks when salesforce user is deactivated. For example, reassigning records, removing user from public groups & queues etc. As part of this, I also want to check if user is part of any approval process as an approver. I have an faint idea on how I am going to approach this but just checking with community if there is any recommended way (through apex, customization or any third party tool).
VineetKumarVineetKumar
You can get the metadata for Approval Processes, using the Force.com IDE and eclipse.
There you can easily search for some specific keywords.
VineetKumarVineetKumar
You can get the metadata for Approval Processes, using the Force.com IDE and eclipse.
There you can easily search for some specific keywords.