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
Shekhar S 18Shekhar S 18 

How to check multiple condition( deal risk status) in Salesforce

1.If fees pending(formula(currency)) is more than 50% of total fees(Number) then deal risk status(text field) is High
2.If discount percentage(percentage) is more than 20% and in this case if fees is pending(formula(currency)) then deal risk status(text field) is MID
3.If no discount(percentage) is given and training completion date(Date field) is passed and fees is pending(formula(currency)) then deal risk status(text field) is Low
PriyaPriya (Salesforce Developers) 

Hi Shekhar,

As per your requirement, the best thing could be creating process builder which support multiple condition. See below for more detail :- 

https://www.mstsolutions.com/technical/test-the-multiple-decision-criteria-with-process-builder/

 

Please mark it as the Best Answer so that it can help others in the future.

Regards,

Priya Ranjan

 

Shekhar S 18Shekhar S 18
Thanks Priya for your help
Pragya PPragya P

For 1. Create a new wfr and  run the formula(not criteria) >>> fees paid by student <= fees finalised for student/2 . These 2 fields should have been created prior in the object. 
For 2. Create a new wfr and run the formula>>> discount < 0.20 then deal risk status is medium

For 3- create a new wfr and run criteria>>> discount percentage equals (empty), training completion date less than TODAY , fees pending by student is not equal to (empty)
samaikya Reddy Kotasamaikya Reddy Kota
i didnt get required solution i mean, the deal risk status is not updating