Hi
I know its possible to change the fields requirement level through javascript, I was wondering if it was possible to make a decision based on if a field is required or not?
Something along the lines of
If(new_findings).requirementLevel =(required)
{
Do Something
}
Anyone have any suggestions?
Thanks, Shaun
S.Harrison