Posts

Showing posts from April 23, 2019

Field Update Using Workflow Rules At Salesforce

Image
All we know what is the workflow rules and how it works and when it's works, If you want to know about the Workflow Rule , please refer WorkFlow Rule this article. Workflow has a standard function known as Update Field, which we use to update any specific filed on the same object where we write the workflow rule. How Can We Create A Workflow Rule To Update A Field : For create a field update function for update a field, you first have to know how to create a workflow. So, If you don't know how to Create A Workflow , please refer  WorkFlow  this article. Let's Learn How We Can Update A Filed Using Workflow:  Steps: 1. From the Workflow Action select " Update Filed " and Click ' Done ' Button 2. Write Name - 'Field Update', Unique Name - 'Field Update' and select the field name from where you want to make this update and check the ' Use a formula to set the new value ' and write your field API name

How To Create WorkFlow Rule At Salesforce

Image
What is the Workflow Rule: Workflow Rule is the Standard functionality that use to do some specific works,  Likes, Email Send Update Field Send Outbound Message For more details please refer  WorkFlow Rule How Can We Create A New WorkFlow Rule: Steps: 1. Go To Setup 2. Write ' WorkFlow ' on " Quick Find Box " → Select WorkFlow Rules from Workflow & Approvals → Click on New Rule Button 3. Write Rule Name → Select Evaluation Criteria → Select Rule Criteria and Click Save & Next Button Trigger Most Common Interview Questions and Answers for MNCs and Small-Mid Companies  ⇒  https://sujay-salesforce.blogspot.com/2019/08/trigger-most-common-interview-questions.html Visualforce Most Common Interview Questions and Answers for MNCs and Small-Mid Companies  ⇒  *** Comming Soon *** Apex Most Common Interview Questions and Answers for MNCs and Small-Mid Companies  ⇒ *** Comming Soon *** Lightning Component Mo