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
ForceLoverForceLover 

Issue with workflow rules

Hi,

 

I have a situation to update the probability field with some other fields in opportunity object based on stage changes.

Like i have stage picklist values as A,B,C,D,E.

So when when mt stage is A i want to update probability with a Customfield1__c same for all stages.

Here i need to create different WFRs,is there any way to update probability for different stages in a single WFR.

 

 

ryanjuptonryanjupton

I think you'll have better luck with a trigger. Post back if you need help with the syntax.

Yoganand GadekarYoganand Gadekar

I think you should be able to do this using single workflow,

 

you need to use formula editor and write the formula you want,

 

check this: Use a formula to set the new value

ForceLoverForceLover

Hi Yoganand,

 

 

Can you help me in building the logic.what might be the rule critiria should i apply for this..