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
sundar s 24sundar s 24 

how to retrive a user name from approval process

one of the user left organisation and his name is refered in approval process how to retive the details , my process has 17 steps and lot of email alerts.
pls suggest me
thanks
ANUTEJANUTEJ (Salesforce Developers) 
Hi Sundar,

>> https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_processinstance.htm

The above link has details of the fields that are present you can write soql to fetch the records, additionally, you can try checking the below link as well:

https://developer.salesforce.com/forums/?id=906F00000008xpZIAQ

Let me know if it helps you and close your query by marking it as the best answer so that it can help others in the future.  

Thanks.