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
VSK98VSK98 

Is there any approval process trigger

Hi,

I have been working on approval process....................
I have 3 fields in loan object.....1. asst manager 2. senior manager 3. regional manager 
Based on the managers i need to pull dynamically in approval process for every loan record.
Eswar Prasad@Sfdc11Eswar Prasad@Sfdc11
HI Siva kumar ,

See this below link we will get idea..

http://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/
Ashish Dev 3Ashish Dev 3
Siva,
In approval process step configuration you can have multiple field included with whatever and/or logic you want as an entry criteria in that step.
This should be straight forward.
 
VSK98VSK98
Hi Ashish,

First of all thnx for replied................

I have a field as Senior manager..........we have diff senior manager.....For example :

one record have Ram as Senior manager

other record have Ravana as Senior manager...

Once approved by Asst.Manager ...then dynamically assign to Ram.......

My point is.....Once approved by asst manager then dynamically assign to the user based on the value in the field. 
 
Balaji BondarBalaji Bondar
Hi Siva,

You can create a look up field on the object where u have approval process implemented.
During Step 3. Specify Approver Field and Record Editability Properties , system will ask for approver.
You can select the Senior manager field from that specific record.
Hope I understood correctly.