Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to hide RITM variable details in Portal

chanikya
Mega Sage

Hi,

 

need to hide RITM  variable details in Portal.

 

find_real_file.png

1 ACCEPTED SOLUTION

HI,

This fields are coming from widget itself. This is server side code


See below:

find_real_file.png


Thanks,
Ashutosh

View solution in original post

12 REPLIES 12

HI,

 

Comment this code in HTML as well:

find_real_file.png

 

Also in server script comment this code:

find_real_file.png


Thanks,
Ashutosh

thanks for that , it is working........

How to hide RITM fields 

 

To hide item fields, you have to comment out line 33 in server code and to specifically filter out variable, follow below thread

https://community.servicenow.com/community?id=community_question&sys_id=aef48b2ddbd8dbc01dcaf3231f961916&view_source=searchResult

Thanks

hide Ritm fields

 

find_real_file.png

HI,

This fields are coming from widget itself. This is server side code


See below:

find_real_file.png


Thanks,
Ashutosh