Cascading field on workflow transition

srinivasa_pudi August 7, 2014

How to comapare cascading select list values on workflow condition. Basically on my start progress transion I need to add condtion only if "cascading" field first set of option=="some value". Please help.

2 answers

1 accepted

1 vote
Answer accepted
srinivasa_pudi August 11, 2014

field = (String)cfValues['Fieldname'].get(null)

return field=="some value"

0 votes
Ram Chavan August 7, 2014

Add "None" value to all the available second levels. And select the "None" option as second value.

Suggest an answer

Log in or Sign up to answer