Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 01:49 AM
Hi,
You need to check your UI Policies & Client Scripts, as it looks like there are some criteria that evaluate to true which are making the fields mandatory if you make the changes. Maybe the change also effects other fields and those can trigger the mandatory fields.
If you really want to make sure you are not stopped by the mandatory fields, you can add a line of code to your UI Action: g_form.setMandatory('[Field name]', false);
But you would need to add this line for each field that becomes mandatory and still if the UI Policy is triggered after you save the changes, it won't work, as the UI Action changes are already completed.