Ui policies are not working properly on catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2020 04:54 AM
Hi,
I have applied 7 ui policies on 105 variables and also applied proper conditions and order for the ui policies.
But whenever I have reload the form then only UI policies are working properly. If I change the condition without reloading the form then it is not working as expected.
What should be the solution on it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2020 05:22 AM
Hi,
If you have changed any ui policy, you need to reload the form. Without reloading the form the ui policy will not be affected. Can you share what you have changed and what is not working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2020 08:52 AM
Tested using 6 UI policies on a form and all worked as expected even when value was changed on a form.
There's probably some flaw in the ui policies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2020 09:56 PM
I have more than 70 ui policy actions in each ui policy.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2020 02:13 AM
Try checking if each policy would run as expected.
Policy can be deactivated by unchecking "Active" checkbox. Deactivate 6 policies in turn and test if a policy would run as expected.
If there is a script, make sure they don't contain statement that tries to update a field like value and attributes. They sometimes don't work in UI Policy so they should be moved to Client Scripts instead.