Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

is there a filter for incident's I am following?

I was trying to create a filter that would show me a list of all the incidents that I have clicked the "Follow" button. Ideally I would like the create the filter so anyone could use it, either using the "Is (Dynamic)" condition or "javascript:gs.get...

nickortiz by Kilo Contributor
  • 4056 Views
  • 3 replies
  • 1 helpfuls

Resolved! Restricted admin access in ServiceNow

Hi,I need to give few users admin access only to these modules so that they can develop content manage No other modules users should have other than below ones.Can you please help.script includesContent Managementcreating update setsThanks

Resolved! How to customize boostrap date picker in service portal?

Hi, community.I'm currently working on a project in the service portal part of servicenow, but I ran into an issue trying to customize the date picker (the one you see on the "forms" page.). I want to change the start day, (in the bootstrap date pick...

Resolved! How to remove \$ from JSON String

Hi Everyone,I am using SNow Jakarta instance & I am not able to remove '$' from my JSON string. Below is my code snippet:var response = request.execute();var getIdeationData = response.getBody();var reg1 = new SNC.Regex('/u_number/');getIdeationData ...

How to adjust width/Length/Height of page in service portal

How to adjust width/Length/Height of home page in service portal. Is there a way to make page size fluid so that it fits screen based on resolution. Index page leaves empty space on home page which we want to make dynamic,PFA,s Thanks in Advance

index page size.PNG
bsk by Kilo Expert
  • 5075 Views
  • 1 replies
  • 3 helpfuls

how can i apply catalog ui policy on approval form ?

Hello,We've build a Catalog using requested item and a lot of variables.On the requested item form, i can display the famous "variable editor" and apply a lot of catalog ui policies as well.That's great !The problem is the approval form.... that's aw...

xavier19 by Kilo Contributor
  • 2315 Views
  • 6 replies
  • 0 helpfuls

Resolved! How does node assignment work?

When a user first logs into ServiceNow, they are assigned to a node. What is the logic for this assignment to a node? Is it round robin? Or does it assign the user to the least busiest node? Or some other logic?

mauricio23 by Mega Expert
  • 2617 Views
  • 1 replies
  • 2 helpfuls

Resolved! ACL is not restricting access

I have a custom table within an application that extends the Task table. There is an ACL that restricts write access to a specific role, all users have have write access when tested via impersonation. I've attempted to debug this and got even more co...

acl1.png acl2.png
kirkr by Tera Expert
  • 2497 Views
  • 3 replies
  • 2 helpfuls

Resolved! Advice on changing group names

Our instance has gone live to our company about 4 months ago. When we set up our groups in AD our NOC named our groups with their standards. These standards included prefix that is confusing end users when viewing reports and selecting groups from re...

johansec by Tera Guru
  • 3884 Views
  • 7 replies
  • 6 helpfuls

Resolved! How to get reference value from a reference variable?

var ci = current.variables.cmdb_ci.getDisplayValue();gs.log('CI' + ci);if(ci){var techSupport = ci.support_group;gs.log('This is the support group' + techSupport);task.assignment_group = techSupport;}else {task.assignment_group = '9d7cbca24fb271007a9...

tee3 by Giga Expert
  • 5049 Views
  • 5 replies
  • 2 helpfuls