- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 09:13 PM
I've looked through a couple other posts mentioning possible solutions to this, but I haven't gotten it to work. I'm basically trying to store data in a variable on a MVRS that is not useful to the end user. Therefore, they should not see the "id" column.
I've tried both a client script and UI policy, both referencing the variable set and Id(ref_id) variable specifically, but I'm still seeing it on the portal. Any ideas?
I've attached a screenshot of both the portal view, and the client scrip that is not working. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2025 01:02 AM
Hi @TFischer ,
if you are trying to hide from the table view there is no direct way
you have use DOM manipulation
considering the table elements may be different in the native and portal the DOM manipulation show be applied accordingly
if you are trying to hide the variable form the from view
there are a lot of way
1. easy and suits your requirement
open the variable and set the Hidden field to true
2. you can create a UI policy and hide it
3. you create a catalog client script and hide it (looks like which you have already did)
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2025 01:02 AM
Hi @TFischer ,
if you are trying to hide from the table view there is no direct way
you have use DOM manipulation
considering the table elements may be different in the native and portal the DOM manipulation show be applied accordingly
if you are trying to hide the variable form the from view
there are a lot of way
1. easy and suits your requirement
open the variable and set the Hidden field to true
2. you can create a UI policy and hide it
3. you create a catalog client script and hide it (looks like which you have already did)
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya