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
kenny ellekenny elle 

How to automatically update the status to review when one record is submitted for approval

I have type and request objects so when one record on type is submited for approval then request obj field status should update to reiew.how can i acheive this.can any one give me solution
Best Answer chosen by kenny elle
ShirishaShirisha (Salesforce Developers) 
Hi Kenny,

Greetings!

You can create the workflow rule or process builder based on the status.Once,you submit the record for approval then the Approval history status will be updated for Pending based on which you can update the status field on the record.

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri

All Answers

ShirishaShirisha (Salesforce Developers) 
Hi Kenny,

Greetings!

You can create the workflow rule or process builder based on the status.Once,you submit the record for approval then the Approval history status will be updated for Pending based on which you can update the status field on the record.

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri
This was selected as the best answer
Abhi VyasAbhi Vyas
Thanks, Kenny for your answer [Create WordPress Website in 30 Minutes]