Hi all,
this is my behavior and I don't know why dosent work:
def field1 = getFieldById("customField_20600")
def field2 = getFieldById("customField_10001")
def fieldValue = field2.value()
if( fieldValue == "my chooise"){
field1.setHidden(false)
} else {
field1.setHidden (true)
}
When in the issue I compile field2 with my choose, field1 remain in hide
thx in advance for your time