What all are the components of workflow?
Answer / Nikunj Vashisth
The main components of a Workflow in Salesforce are:
1. Workflow Rule - Defines when the workflow is triggered.
2. Workflow Action - Defines what happens when the rule is met.
3. Workflow Field Update - Updates fields on the same record based on conditions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to delete junction – object in case of master – detail relationship?
What are the different types of salesforce objects?
what is the limit of data.com records that can be added to salesforce?
Can we define apex sharing reason for standard object? : salesforce sharing and security
What all things are not supported in joined reports? : salesforce reports and dashboards
How do you cover the logic of asynchronous methods in test class?
What is json? : salesforce integration
What are static resources? : salesforce admin
Explain the advantages of salesforce saas functionality? Close
Does salesforce count calls to system.debug() against the code coverage?
When to use before and after trigger in salesforce?
What is the use of the <aura:method> tag in lightning ?