You need to sign in to do that
Don't have an account?

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.
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.
See this below link we will get idea..
http://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/
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.
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.
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.