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 clicking 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

Navatar_DbSupNavatar_DbSup

Hi,

 

you can refer the below link

 

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

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.