function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC DummySFDC Dummy 

How to Update field using workflow

Hi 

I have a picklist with value Tea,coffee,Icecream

another picklist with value Yes or No Option

if i am selecting cofee and yes option it should update the 3 filed at a time 
like
Price
salestax
vat

how it is possible using workflow
sweetzsweetz
In the Rule Criteria select
Field then equals Coffee
AND Field equals Yes
Then add workflow action as field update. Then select the field you want to update. Do this for the remaining 2 fields you want to update. Then submit and activate the rule
 
sweetzsweetz
Here is an example of how to create a workflow rule and achieve the steps mentioned in the previous post
http://training.handsonconnect.org/m/customizing/l/36156-creating-a-workflow-rule-and-action-example-updating-a-field