Hiding Variable Row in Multi-row Variable Sets on Portal

TFischer
Tera Expert

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!

1 ACCEPTED SOLUTION

Chaitanya ILCR
Kilo Patron

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

ChaitanyaILCR_0-1749973465606.png

if you are trying to hide the variable form the from view

ChaitanyaILCR_1-1749973596693.png

there are a lot of way 

1. easy and suits your requirement

open the variable and set the Hidden field to true

ChaitanyaILCR_2-1749973655516.png

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

 

 

View solution in original post

1 REPLY 1

Chaitanya ILCR
Kilo Patron

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

ChaitanyaILCR_0-1749973465606.png

if you are trying to hide the variable form the from view

ChaitanyaILCR_1-1749973596693.png

there are a lot of way 

1. easy and suits your requirement

open the variable and set the Hidden field to true

ChaitanyaILCR_2-1749973655516.png

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