Hi Team,
I have two scripted fields:
Business Score - which shows score from 5 to 15
Compliance Score - which shows score from 0 to 5 and higher
There is third custom field: Governance Score - which will show High, Medium, Low based on the combination of values appearing in the above scripted fields.
Like:
If Business = 12-15 and Compliance >0 then Governance = High
If Business = 12-15 and Compliance 0 then Governance = Medium
If Business = 8-11 and Compliance >0 then Governance = Medium
If Business = 5-7 and Compliance >5 then Governance = Medium
If Business = 8-11 and Compliance = 0 then Governance = Low
If Business = 5-7 and Compliance 0-4 then Governance = Low
Further, I want to create a behaviour on Governance field - if it is set as High, then specific fields will appear, if it is set as Medium, and other set of fields should appear ad so on.
Please guide me with the complete groovy/ if - else condition script or a basic scripting logic so that I can fulfill my above requirements. It would be a great learning.
Thank you.
Hello, you could potentially use an automation to set the Governance field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.