logo

NJP

Hide the "SHOW" Button for Masked Variable

Import · Nov 15, 2021 · article

Here is how you can hide the "SHOW" button for a masked(password) variable for all Service Catalog Items.

Go to Portal page "sc_cat_item"

Under Page specific css, add the below line

Page Level

a.sp-show-hide-masked-button {
  display:none;
}

Thanks,

Narsing

View original source

https://www.servicenow.com/community/now-platform-articles/hide-the-quot-show-quot-button-for-masked-variable/ta-p/2321761