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

Forum Posts

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
  • 2975 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
  • 3279 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
  • 4855 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
  • 5496 Views
  • 5 replies
  • 2 helpfuls

Resolved! Or Condition in While Loop

Quick scripting question as I'm not entirely experienced with my while loops. This a before insert/update BR:(function executeRule(current, previous /*null when async*/) {var person = current.u_person;var mgr = person;while(mgr.manager != 'af7ef72a89...

Resolved! Switch Statement in Business Rule

I have a business rule :Runes Before Insert & Update with no additional condition.I have a field called eventmessage (Choice type) on the form (its referred to in the script below).I select a dropdown value from eventmessage field and save the form.O...

cc11 by Tera Contributor
  • 4771 Views
  • 8 replies
  • 4 helpfuls

Can List Edit be restricted using client script?

Hello All,Apart from restricting the list edit using below methods:Personalize list , Context menu - List Edit, ACLCan List Edit be restricted using client script?If yes, using which function? OnCell Edit?Can you show a piece of code that makes it po...

Resolved! Change Managment in Freeze period

Hello All,Can some one suggest how can implement below changes.1. Amend the existing Standard, Expedite, and Normal change to insert a decision box immediately prior to implementation status to check a table that lists our freeze period dates ranges2...

salu by Mega Guru
  • 4159 Views
  • 7 replies
  • 3 helpfuls

Moving an update set from Development to test environment

Hi All,I have a requirment like..Once the Updateset is made to Complete in Dev Enviroment. It should move to Test and commit all the changes if there is no collisions? Is it possible to do? If so how can i achive this?Note: I have Remote Updateset mo...

vyshnavi8 by Tera Expert
  • 14693 Views
  • 3 replies
  • 4 helpfuls

Resolved! Event is fired, Notification is not getting fired

Hi All,I'm facing issue with the Notification. I'm triggering the notification using the event. The event is generated through workflow. Event Param 1 contains Email ID. I can see the params in the event logs but, no luck with the notification.   Che...

Kaleem A by Giga Guru
  • 6558 Views
  • 15 replies
  • 5 helpfuls

Resolved! Email Script setSubject

I'm trying to set the email notification subject to a requested item number. I can't use just ${number} in the subject field since it pulls the REQ number. What would I need to put after the RITM: to successfully pull the RITM number into the subject...

find_real_file.png
akunk23 by Kilo Contributor
  • 5562 Views
  • 3 replies
  • 2 helpfuls