Catalog UI Policy not applying on Requested Item as configured

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 12:53 AM
Hi Community,
I have developed a catalog item which has a require to make one checkbox (Conferences) not to be mandatory when other checkboxes are mandatory. In achieving that requirement, I have created catalog UI Policies for each checkbox to make the Conferences checkbox not mandatory and show multi-line text fields for the associated checkboxes. Now the problem I have is that these UI Policies is that they don't apply on the Requested Item record. Please assist. I have attached the images for your reference.
Catalog Item form when none of checkboxes is selected:
Catalog Item form when one checkbox is selected:
Requested Item logged with Legal checkbox is selected:
Conferences is still mandatory
Catalog UI Policy configuration:
Regards,
Kamva Mjanyelwa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 01:26 AM - edited 05-08-2024 01:27 AM
Hello @Kamva ,
I have replicated your configuration, the same way you have implemented and for my case there was no problem.
The mandatory was removed upon selecting the legal check box, refer to the screenshots.
Catalog form when no check box is selected.
Catalog form when legal is selected:
Variable Configuration [Conferences]:
Catalog UI Policy Configuration :
RITM legal checkbox is selected:
Is this has been of help please mark it as helpful and accept as solution, Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 01:36 AM
Hi @Zack Hilacan1,
Can you please have text fields below each checkbox that will be visible on the selection of the checkbox above them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 01:59 AM
Sure thing, here is what I did. And it's working fine.
RITM
Catalog Form
Due to multiple Catalog UI policies you have, may result in conflicting each other making the Conference check box mandatory.
Enable your debug policies and open the Javascript debug window, you can check the logs or put a field watcher on the particular field to check it's security.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 01:43 AM
Hi @Kamva ,
I would suggest you to switch on the "Debug UI Policies" and then do the same process and see what all UI Policies get triggered and from there on you can easily debug.
Please mark helpful/correct if my response helped you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 04:37 AM
@Kamva
i think checkbox is getting turned off but its the label which is mandatory, can you remove the label before the conference checkbox, and try and also you can try security check for ui policy using "javascript log and field watcher" avalaible in ur application profile menu at the top left corner of the platform instance.
let me know if this works
Please accept the solution /mark this response as correct or helpful if it assisted you with your question.
Regards,
Animesh