i am trying to make the child value of cascade field mandatory and
and i inherit the values from the epic.
i do the check for the size of the cascading field its look like he run twice
once i get size = 2 an its good because he run to the right if function
but after he finish
i see there second run and this time the size = 1
and then i get the error that the fied is not filled
important to say
1) i see both cascading whit value
2) if i change value i saw the validation run only once and its fix
if (mapVal.size() ==1)
{cf.setError("not good")}
else{cf.clearError()}
if (mapVal.size() >1)
{..... }