How to hide the RITM variables from Service portal?

tusharhirpurkar
Tera Contributor

Hello all,

I want to hide some variables which are showing with values after generating the request in servienow from Portal.

Ex:- I want to hide User Path and access Path from below screenshot.

 

tusharhirpurkar_0-1718592592269.png

 

Note:- this variables are not created in maintain item of catalog items, they are creating on run time by script include.

Thanks in Advance.

 

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@tusharhirpurkar 

what do you mean by not present in catalog item? are those not under variables related list for that item?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar 

They are present under related list but they are creating run time.
like generally we are creating variables directly in catalog items but this variables are creating on run time
the code is written in script include.

@tusharhirpurkar 

if they are present in variables related list then at variable level you can uncheck Visible on Summaries checkbox

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar 

but that will fulfil the requirement for single catalog item.

let me tell you the full scenario

We have integration with one of the tool on that we have given option to the users to raise the request for different access from Portal, we have created a widget for same and pull the data from the third party tool. now once they raise the request from portal for one of the access after that the entry will create in sc_cat_item table with the same name and there this variables are also created
so now lets say 5 variables are crated I want to hide 3 of them from portal.