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

How to make a record to be submitted for approval automatically when met certain criteria?
Hi
lets assume a vf page(object),i have an object TEST with the field AMOUNTso whenever the new record is created or updated with value more than 300,000 in that field ,that type of records need to be subitted to a user(user email ) for approval automatically,can someone help how to achieve this.
lets assume a vf page(object),i have an object TEST with the field AMOUNTso whenever the new record is created or updated with value more than 300,000 in that field ,that type of records need to be subitted to a user(user email ) for approval automatically,can someone help how to achieve this.
- Go to setup->Create->Workflow & Approval->Process builder
- Then select the object to which you want to perform the auto-approval submission
- Enter the criteria for the record
- In the set Action select 'Submit for Approval'
Check this blog post for the detailed steps https://rakeshistom.wordpress.com/2015/05/25/getting-started-with-process-builder-part-25-auto-submit-record-into-approval-process/To learn more about Lighning Process builder check the salesforce Trailhead module - https://developer.salesforce.com/trailhead/force_com_admin_intermediate/business_process_automation/process_builder
All Answers
- Go to setup->Create->Workflow & Approval->Process builder
- Then select the object to which you want to perform the auto-approval submission
- Enter the criteria for the record
- In the set Action select 'Submit for Approval'
Check this blog post for the detailed steps https://rakeshistom.wordpress.com/2015/05/25/getting-started-with-process-builder-part-25-auto-submit-record-into-approval-process/To learn more about Lighning Process builder check the salesforce Trailhead module - https://developer.salesforce.com/trailhead/force_com_admin_intermediate/business_process_automation/process_builder