Skip to main content
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. 
3 respuestas
  1. 13 jul 2015, 14:01

    Using Lightning Process builder you can make the record automatically submit to the approval process whenever it meets the criteria. 

    • 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

     
0/9000