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
RakeyshRakeysh 

apex trigger to initiate approval process automatically without click on submit for approval

Hi,

 

i want to develop apex trigger to initiate workflow approval process automatically without manually clicking on submit for approval (quote object-on condition that when a discount field in not equal to 0 then initiate submit for approval automatically on click save)

 

can some one help me with apex trigger code on this as i am new to apex triggers..

 

pls help

 

Rgs

Rakeysh

Chamil MadusankaChamil Madusanka

Jeff's blog has a post for automating approval process in salesfroce. Refer following link

 

http://blog.jeffdouglas.com/2010/01/04/automating-salesforce-approval-processes-with-apex-triggers/

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.