- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
0 Likes
Total Likes