Avatar

Correct answer by
Level 10

You can do the following way..
Exit event of the Dropdown with Java Script as language.

if(DropDown1.rawValue == "Project"){
Customer.mandatory = "error";
JobField.mandatory = "error";
}

You can replace the field names with the actual names in your PDF.

If you want to enable mandatory you set the property "error"

to disable you set property to "disabled".

Thanks

Srini

View solution in original post