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
KbhaskarKbhaskar 

Approval process when a record is updated

Hello there,
Is it possible to build a approval process when a record is updated .For example  i do have multiple fields in account object and if a user update's any one field in the account object a approval procees is fired to the 'admin '.is it possible ?
ManojSankaranManojSankaran
Hi Bhaskar,

Yes this can be implemented using process builder.

Below are the steps that you have to follow
1. Create an approval process on your object.
2. Then create a process builder for the same object and in action we would be able to invoke approval process.



Thanks
Manoj S