Hide Variable on the serviceportal

Alpha_K
Tera Contributor

Hi Team,

 

I have created a new catalog with a variable present as success criteria but that should not be visible on the serviceportal it should be visible only on the sctask  it is for their internal team. 

 

I have tired with the ui policy and ui action where its working but i have multipe variable to hide on the portal .

 

Hence i have worked out the other way catalog client script. (On load) where I have selected applied on the catalog item view

 

g_form.setVisible("success_criteria", false);
 
The issue here is in the native view its hidden but in the portal the variable is visible.
 
team can some one please suggest?
1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

You need to do the same on catalog ui policy only and have this checked

AnuragTripathi_0-1729856221830.png

 

-Anurag

View solution in original post

1 REPLY 1

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

You need to do the same on catalog ui policy only and have this checked

AnuragTripathi_0-1729856221830.png

 

-Anurag