- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 06:05 AM
Hello,
Please show how to achieve the following. If I select "Architecturally significant" the only option to be displayed should be "NAS" if I select "NOT Architecturally significant" the only options displayed should be full or simplified. How do I achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 07:54 AM - edited 09-18-2024 07:55 AM
This can be achieved using Catalog UI Policies by doing the following:
- Change "Refinement" and "Technical Governance Intake Path" to "Select Box" variable types and add the respective choices.
- Create a Catalog UI Policy named "Show technical governance intake path" with the conditions below and add the UI Policy Action to show the "Technical Governance Intake Path" variable (i.e., Visible is True)
a. Refinement is Architecturally Significant OR Refinement is Not Architecturally Significant - Create another Catalog UI Policy named "Architecturally significant choices" with the following script in "Execute if true":
- Create another Catalog UI Policy named "Not architecturally significant choices" with the following script in "Execute if true":
I completed this configuration in my PDI, and it displays the desired choices for each "Refinement" option (see below):
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 06:15 AM
You can use a Catalog UI Policy. However, you appear to be using a "Multiple Choice" type. If you change it to "Select Box", and add all the available choices, you can remove choices when the desired "Refinement" option is selected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 06:23 AM
How do I remove the choices when the desired refinement is selected? I tried using catalog UI Policy but I can't figure out how to only populate the choices based of the refinement selected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 07:54 AM - edited 09-18-2024 07:55 AM
This can be achieved using Catalog UI Policies by doing the following:
- Change "Refinement" and "Technical Governance Intake Path" to "Select Box" variable types and add the respective choices.
- Create a Catalog UI Policy named "Show technical governance intake path" with the conditions below and add the UI Policy Action to show the "Technical Governance Intake Path" variable (i.e., Visible is True)
a. Refinement is Architecturally Significant OR Refinement is Not Architecturally Significant - Create another Catalog UI Policy named "Architecturally significant choices" with the following script in "Execute if true":
- Create another Catalog UI Policy named "Not architecturally significant choices" with the following script in "Execute if true":
I completed this configuration in my PDI, and it displays the desired choices for each "Refinement" option (see below):