Workflow And Approvals

Salesforce provides extensive support for implementation of workflow and approvals.

    Salesforce supports wizard based easy to configure approval process. After an object is selected, the wizard guides the user through a step-by-step setup. Approval process is triggered when a user clicks on the "Submit for approval" button.

  1. The approval process consists of the following steps -
    A. Process definition.
    B. Initial submission actions
    C. Step definitions
    D. Final Rejection actions
    E. Final Approval actions
    F. Final Recall actions
  2. The Process Definition step consists of the following sub-steps:
    A. Provide the name of process
    B. Specify entry criteria for records
    C. Specify who is going to approve
    D. Specify email template
    E. Fields to be displayed in the approver page
    F. Specify who is going to send approval mail
  3. Workflow rules are like triggers. Action is triggered when a record meets an evaluation criteria. Workflow rules definition does not impact existing records. Workflow rule gets applied to new record creation or edits.
  4. Workflow rule consists of three steps
    A. Select the object
    B. Specify evaluation criteria (when should the workflow rule be executed, example for new records are created).
    C. Define rule criteria (example when status of job applicant is approved).
  5. Workflow actions can include sending an email, setting values to fields, sending an external message or creating a task.
  6. There are two differences between Workflows and Approval process
  7. WorkFlow Approval Proces
    They are activated when a record is saved. approval process are triggered by explicitly clicking the "Submit for Approval" button.
    Workflow consists of single step and single action. Approval process consists of multiple steps. Also different action is taken based upon whether the record is approved or rejected..
    Workflows can be modified or deleted.. In approvals some attributes cannot be modified. Processes must be deactivated before approvals can be deleted.
  8. Time-based workflow allows action to be triggered after a delay. As an example we could implement following business logic using time-based workflow: In a recruitment application if for no high priority position no candidates are assigned in a week, then send a mail to Recruitment Manager.
  9. Time-based workflow cannot be executed when evaluation is set to "Every time a record is created or updated".
  10. Approval processes can be single or multiselect process. Multi-select processes require end user authorization for record promotion.
  11. Approval process is unique for object type.
  12. Parallel approval process allows specifying (upto 25) multiple approvers simultaneously. The approver setting could be set to unanimous or first action. In unanimous parallel approval process, all approvers must approve a request, before it is considered as approved.
  13. Possible actions of workflow and approval process are -
    A. Creating a task
    B. Sending a message to external system (outbound message)
    C. Updating a field value
    D. Sending an email
    E. Locking a record
  14. Outbound message helps keeping salesforce coordinated with other applications.
  15. Dynamic approval process is used to route approval requests to users listed in lookup fields on the record requiring approval. In this, approver names are defined dynamically from an object.
  16. Process Visualizer provides Read only visual of an Approval process. It can be accessed by clicking on “View Diagram” button.
Process Builder:-Process builder is a workflow tool that helps you easily automate your business process.It provides a user friendly graphical representation of your process as you build.
It Automate your Organization 's standard process like many of tasks you assign,email which you send and many other records updates.

With the process builder ,you can:- For Detailed Information,Click here

Visual Flow:-VisuaL Flow is an application which is able to execute logic,interect with salesforce database,call Apex classes,and collect Data From users.
Visual Flow helps you to automate processes by building flows and then distributing them to the appropriate users.Flows can be build by using the Cloud Flow Designer.

For Detailed Information,Click here