ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Hide attachment on an incident record producer

Hi,  I am trying to hide the attachment icon on header with below code in Eureka   in an on load client script but it is not hiding the icon.  var attachment_header = document.getElementById('header_attachment_list');attachment_header.style.display='...

Recomendation / Best Practice for Cloning

Hi all,do we have some recommendation or best practice around cloning?We do recommend to our customers to clone the ServiceNow instances on a regular basis. How about keys and proxies?In order to be able to read encrypted data after a clone we will p...

Daniel Draes by ServiceNow Employee
  • 4508 Views
  • 2 replies
  • 1 helpfuls

Resolved! Related lists query

Hi,I've got a table, lets call it Shops and on the table Shops there is a field for ShopID which is the shops unique ID. The field db name is u_shopid.Then I have another table, lets call it Asset which includes the assets for the shop. On this table...

Service Portal Category inside a category

We are looking to lay out our Service Portal with Categories, and sub categories, and have run into some apparent design constraints. Apparently, you cannot have a category which only contains subcategories, or it will not show up. For instance, you ...

shembop by Tera Contributor
  • 4635 Views
  • 11 replies
  • 2 helpfuls

Catalog UI policy g_user.hasRoles()

I want certain variables in record producer hidden when the user has a role.tried client UI policy , advanced view and run script but both when true and when false get same result for both roles users and non roled users... Function onCondition() {g_...

mrswann by Kilo Guru
  • 8337 Views
  • 7 replies
  • 5 helpfuls

Limit access to a Service Portal page

Hi,I would like to limit access to a service portal page (System Status).I know that I could control it with roles, however if I add any role, then it requires a license. And service portal is meant for endusers...Is there any way to control access t...

peternemeth by ServiceNow Employee
  • 6556 Views
  • 6 replies
  • 6 helpfuls