- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2022 11:37 PM
Hi Team,
How can i add checklist on catalog item form. Please suggest.
>on select yes on "reporting" field a checklist should be displayed. There is no label for it. And checklist should be single select
>since it doesn't have label. I have to go for checklist. Please suggest me to add checklist instead of checkboxes
Thanks in Advance,
Sachin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2022 11:53 PM
You can use the combination of a label and number of checkboxes , one after the other. What is the ambiguity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 01:05 AM
If there are 5 checkboxes you have to write 5 UI policy for every check box
whenever 1 checkbox is selected make other checkboxes read-only and make sure you check the reverse if false checkbox in the UI policy and select selection required for any one of the check box's variable configuration page to make sure at-least one of them is checked.
This will resolve your query. Please mark my response as helpful and correct if it does resolve your query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2022 11:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 12:00 AM
Hi Mervin,
on select yes on "reporting" field a checklist should be displayed. There is no label for it. And checklist should be single select
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 12:01 AM
You can write a ui policy and update in the ui action all the checkbox fields to be visible true when reporting field is yes
Please Mark it as Correct if its helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 12:04 AM
yes it works, since it doesn't have label. I have to go for checklist. Please suggest me to add checklist instead of checkboxes