We have 2 workflows WF1 & WF2 on Case. WF1 updates a custom field which is the entry criteria for WF2. Will the WF2 fire?
Answer / Varun Kumar Jaiswal
The Workflow WF2 will not fire immediately after WF1 updates the custom field, because in Salesforce, workflows do not execute automatically when they are activated or updated. However, if a record meets all of its entry criteria at a later time, then it will trigger the workflow. To ensure immediate execution, you can use Process Builder instead which is more flexible than Workflow Rules.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the global key words? : salesforce visualforce
Explain campaign in salesforce ?
How we can change the grant access using role hierarchy for standard objects?
What is a workflow? What all are its components?
Will data be lost in a custom field if data type is changed to number from any other data type?
Can the data loader delete the reports?
What is a Campaign Member?
When should we use component event and application events?
How can we refresh/reset the governor limits within a test class ?
What is the relationship in salesforce? What are its types?
Is lightning components replacing visualforce ? : salesforce lightning component
What are methods in rest? : salesforce integration