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
nikkeynikkey 

Approval Process through customization

Hi Folks ,

 

Can any one help me out 

 

how to customize a code for an APPROVAL PROCESS through class or a trigger?

 

 

Thanks in Advance 

 

Best Answer chosen by Admin (Salesforce Developers) 
RockzRockz

Hi Nikkey..

 

I Hope this links helps you...

 

Trigger:http://shivasoft.in/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/

 

Class:http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_process_example.htm

 

Please accept my answer as a solution if my solution was helpful. This will make it available to others as a proper answer. If you felt that I went above and beyond please give me Kudos by clicking on on the star icon.

 

Thanks,

Cool Sfdc

 

All Answers

digamber.prasaddigamber.prasad

Hi,

 

Please take a look at below:-

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_process_example.htm

 

Let me know if you have any specific question.

RockzRockz

Hi Nikkey..

 

I Hope this links helps you...

 

Trigger:http://shivasoft.in/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/

 

Class:http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_process_example.htm

 

Please accept my answer as a solution if my solution was helpful. This will make it available to others as a proper answer. If you felt that I went above and beyond please give me Kudos by clicking on on the star icon.

 

Thanks,

Cool Sfdc

 

This was selected as the best answer
nikkeynikkey
Hi digamberlucky and Rockz

Thanks for your reply.I appreciate ur help.