Salesforce admin created a custom field on the opportunity based on Sales Ops request.
They would like this custom field to be updated when the stage of the opportunity is set to Closed Lost.
How could this be done?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: D
Workflows in Salesforce is a fantastic way to automate certain business processes.
You can create a rule, and based on certain criteria that you set, Salesforce can do a number of things, like send an email, create a task, or update a field.
Other options are incorrect because Validation rules, Assignment rules, and Auto-response rules don't have the options of updating a custom field.
References:
Correct Answer: D
Workflows in Salesforce is a fantastic way to automate certain business processes.
You can create a rule, and based on certain criteria that you set, Salesforce can do a number of things, like send an email, create a task, or update a field.
Other options are incorrect because Validation rules, Assignment rules, and Auto-response rules don't have the options of updating a custom field.
References:
The correct answer to this question is D. Workflow Rule.
Workflow Rules in Salesforce are used to automate standard internal procedures and processes to save time and increase productivity. They are used to create standard tasks, send email notifications, update fields, and create new records. A workflow rule consists of three components: criteria, immediate actions, and time-based actions.
In this case, the Salesforce admin created a custom field on the opportunity based on Sales Ops request, and they would like this custom field to be updated when the stage of the opportunity is set to Closed Lost. To achieve this requirement, the admin needs to create a Workflow Rule.
Here are the steps to create a Workflow Rule:
Once the Workflow Rule is activated, every time an opportunity's stage is set to Closed Lost, the custom field on the opportunity will be updated automatically. This will save time and effort for the Sales Ops team and help to increase productivity.