Hi All,
I'm new here and just starting to write behaviours scripts.
I'm trying to hide the fields based on select list but its only working properly.
Only one select list working and couldn't pick up an error.
Def currentField = getFieldbyId(getFieldChanged())
def selectedoption = currentField.getValue() as String
def isCIselected = selectedOption == "CI"
def isInvestmentgroup = selectedOption == "Investmentgroup"
def isIntel = selectedOption == "Intel"
//Hide Fields
rationale.SetHidden(isCISelected)
rationale.SetHidden(isInvestmentgroupSelected)
rationale.SetHidden(isIntelSelected)
Can anyone help please.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.