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
tulasiram chtulasiram ch 

Can we do Apex Approval submit request automatically with out trigger or ApexClass like using Process Builder or Approval process in Configuration.Suppose in Position__c Max_Pay__c is greater than 600000 that record needs to be verified by CEO or COO.

Please give me a solution i am learning...thank u!
Shashikant SharmaShashikant Sharma
Hi,

Yes you could submit for approval from Process Builder. Go through https://caitlinmarshall.wordpress.com/2015/01/24/approval-process-automation-with-salesforce-lighting-process-builder/   for more.

Process Builder has the ability to add either immediate or scheduled actions which will execute when the criteria we defined in the previous module evaluates to true.
Actions could be
Post to Chatter, Create a Record, and Submit for Approval. 

Using the Lighting Process Builder you can either trigger an existing approval process built using approvals, or you can select Default approval process and rely on the system approver fields. 

1.Click on Add Action
2.Action Type Submit for Approval
3.Select the Specific approval process already built called "Trip Approval Rule "(this is approval process created by me)
4.Save


Thanks
Shashikant