How can hide group details based on catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 09:54 AM
Hi All,
I have a variable set. In that variable set I have a field is requested for.
I used that variable set in all catalog items. But based on catalog item few of the users I need to hide on requestor variables.
How can I do that. I tried with reference qualifier and script include but it's not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 11:05 AM
Just remove the variable set from those catalog items you don't need the requested for in, or create a new variable set with only those variables you need in those catalog items. You can Alternatively create a ui policy for those catalog items too to hide the field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 11:33 AM
I need to use same for all catalog items.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:05 PM
Hi @Lakshmi53 did you try the catalog client script?
g_form.setDisplay('variables.firstName', false);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:44 PM
@Lakshmi53 Please write onLoad client script to hide it.