How can I hide the price on the service portal for users

joshmorris
Tera Guru

Can anyone guide me how to hide the price when a user checks their ticket status within the service portal?

joshmorris_0-1740736689934.png

 

1 ACCEPTED SOLUTION

Robbie
Kilo Patron
Kilo Patron

Hi @joshmorris,

 

Are you wanting to hide this only for Portal users? What about users using the native 'back-end' UI?

If its for all UI's (Both Portal and Backend UI), ServiceNow have a system property for this: glide.sc.price.display

 

To update the sys proeprty, type 'sys_properties.list' into the Navigation menu and search for the property name: glide.sc.price.display.

Set the value to: never

 

Note, because this is a property change, you will need to clear the cache by naviagting to the url <your_instance_name>.service-now.com/cache.do and hit enter).

 

To help others (and for me to gain recognition for my efforts), please mark this response correct by clicking on Accept as Solution and/or Kudos.




Thanks, Robbie

View solution in original post

6 REPLIES 6

Robbie
Kilo Patron
Kilo Patron

Hi @joshmorris,

 

Are you wanting to hide this only for Portal users? What about users using the native 'back-end' UI?

If its for all UI's (Both Portal and Backend UI), ServiceNow have a system property for this: glide.sc.price.display

 

To update the sys proeprty, type 'sys_properties.list' into the Navigation menu and search for the property name: glide.sc.price.display.

Set the value to: never

 

Note, because this is a property change, you will need to clear the cache by naviagting to the url <your_instance_name>.service-now.com/cache.do and hit enter).

 

To help others (and for me to gain recognition for my efforts), please mark this response correct by clicking on Accept as Solution and/or Kudos.




Thanks, Robbie

Debasis Pati
Tera Guru

There is a plugin called Email retention.

Please read about it it has the capability to do so 

https://www.servicenow.com/docs/bundle/yokohama-platform-administration/page/administer/notification...

Please mark it as correct/helpful if this resolves/helps you.

Regards,
Debasis