Can we implement multilevel approval process in salesforce? : salesforce workflows and approval process
Answer / Sanchit Narang
Yes, Salesforce allows creating multiple-level approval processes. Each level can have one or more approvers, and records will be routed to the next level once they receive the necessary approvals.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Web-to-Case?
What is the purpose of using with sharing and without sharing?
Mention what is the use of the static resource in salesforce?
What are the recommended ways to refactor in apex?
What are custom labels in salesforce?
A workflow already exists on object. Now user want to add time dependent workflow action to it but not able to get an option to select time dependent action. What might be issue? : salesforce workflows and approval process
How to use multi select picklist as a filter while fetching data using soql?
Write a trigger to insert a contact and user when the account is created?
Explain the use of test.setpage() ?
What is the architecture of Lightning experience?
How will you communicate between two components?
What is difference between application event and component event? : salesforce lightning component