- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 08:01 AM - edited ‎04-17-2024 09:59 PM
Hi everyone,
i want to hide the one variable (catalog form )only from esc portal how to achieve this ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 12:55 AM
Hi @jaiho_rai ,
I checked your problem you can create onLoad client script as I showed in below image
function onLoad() {
//Type appropriate comment here, and begin script below
alert('Here');
g_form.setDisplay('select_value',false);
}
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 08:13 AM
Hi @jaiho_rai ,
You can refer below steps
You can open the variable and check true the hidden value
Here's the result
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 12:37 AM
Hi @Community Alums ,
I tried but that will hide for everywhere , instead only for portal.
overall what I needed, that particular variable in catalog item , should only show in native not in any portal .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 12:55 AM
Hi @jaiho_rai ,
I checked your problem you can create onLoad client script as I showed in below image
function onLoad() {
//Type appropriate comment here, and begin script below
alert('Here');
g_form.setDisplay('select_value',false);
}
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 12:52 AM
Hi @jaiho_rai,
I am guessing that you want to hide it in the Catalog Item only.
If so, you can create a UI Policy and UI Policy action. Ensure 'Applies on a Catalog Item view' is selected on the UI Policy.
Cheers