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
Karthik PathaneniKarthik Pathaneni 

Can we get the Id of the user who has approved the record in salesforce

Hi ,

 

   I have a requirement where I need to send the mail to the Level 1 Appover after the Level 2 Approver has approved the record. 

 

I have twelve L1 approvers but any one of the twelve can approve the record, can anyone please provide me any pointers on how Can I get the Id of the user who has approved the record. 

 

 

Thanks,

Karthik

 

hpereirahpereira

Hello Karthik,

 

You can query tables "ProcessInstance", "ProcessInstanceStep" and "ProcessInstanceWorkitem" to get that information.

Hope this information helps.

 

Regards

hpereirahpereira

Hello Karthik,

 

Did my tip help you to solve your problem?

 

Regards,