Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! condition script on content management - dynamic block

Hi,  We need to restrict access on our ess portal to people who are members of one of three possible departments (not roles or groups) and admin users.  We've looked at doing this by adding a condition to the block - dynamic content, by checking the ...

LG2 by Mega Expert
  • 4576 Views
  • 7 replies
  • 2 helpfuls

Resolved! Displaying workflow stages in the form header

Hi All  If I'd like to display workflow stages in the form header of problem / incident records, how can I do that? I'd like to have similar stage indicators that are used in catalogue item requests, here is an example below from a demo instance. The...

14-10-2014 11-39-26.jpg
zheil by Mega Expert
  • 3707 Views
  • 3 replies
  • 2 helpfuls

Resolved! Prevent All Members of Group from Receiving Email Notification

Hi there:  Currently, if an Incident is assigned to a group, all members of that group are notified.   Is there a way to NOT have the email be sent to all members of the group?   I know that I can assign an email address to the group, however, my gro...

esioson by Tera Contributor
  • 2866 Views
  • 2 replies
  • 0 helpfuls

how do you audit your group members?

the short description pretty much says it all... currently we are using a scheduled report that sends out to the manager of the group asking them to audit the group members and verify all are still in the group.  this has a couple of issues IMHO...  ...

randrews by Tera Guru
  • 2757 Views
  • 7 replies
  • 0 helpfuls

Resolved! Notification Preferences and removing old notifications

Hello!  I thought that this might be a good question for the user community.  Over time, we've revamped some of the notifications that we've used.   In order to do that, we've made new notifications and inactivated the old notifications.   The chall...

tjschmitt by Tera Guru
  • 3982 Views
  • 4 replies
  • 0 helpfuls

Choice List from existing table / field

Hi All,  I am trying to create field which is "Choice" field, and referring to an exiting Table and field value to be available to my user, instead of creating new choices.  But when i set the source Choice Table & Choice Field, nothing shows up in...

dropdown.jpg
p_bansal by Kilo Contributor
  • 10993 Views
  • 3 replies
  • 0 helpfuls

Resolved! Change Request Rejected Comments

Hello! I am attempting to edit the 'change.itil.approver.reject' template to include the name of the approver and the reject comments in the notification to the requester.  I created this mail script:  <mail_script>var chRej = new GlideRecord("sysap...

Community Alums by Community Alums  
  • 5434 Views
  • 7 replies
  • 0 helpfuls

Resolved! gs.getmessage in UI script?

I am calling a UI page from a Ui script on the basis of following code.   var Dialog = new GlideDialogWindow('MyDialog');     Dialog.setSize(580,550);     Dialog.setTitle('${gs.getMessage("Test title")}');     Dialog.render();  But the dialog is...

Resolved! Find user delegates

I am working on building a business rule.   A portion of it needs to check a user to see if they have delegates and if they do I need to run a portion of code against each of the delegates to grant each delegate the same role.    Fairly new to scrip...

Mike Hill1 by Giga Contributor
  • 11776 Views
  • 3 replies
  • 1 helpfuls

Mid Server Questions

Looking for some do's/don'ts and advice on our companies situation relating to our instances and discovery.  Currently, only our Prod has a mid server/Test does not/Dev does not.   A third party/consultant setup the mid server for Prod and we have a ...

michaelrose by Kilo Explorer
  • 4543 Views
  • 3 replies
  • 0 helpfuls

Resolved! hasRole() says true for everything

On one of my test instances where I'm logged in as admin so I can execute code in the "Scripts - Background" window, I'm seeing odd results related to roles.   If I run this:   var user = gs.getUser(); gs.print(user.getFullName()); gs.print(user.getF...

grosch by Mega Expert
  • 7980 Views
  • 2 replies
  • 7 helpfuls

Resolved! Change field that discovery updates for location?

For reasons I can't go into we need discovery to no longer update the location field but update a new field called Discovered Location u_discovered_location.   I can't find the script I need to update.   Can anyone help me out?

date/time stamp for when a ticket is assigned

Hi,  We want to run some reports showing when tickets are assigned to a team or vendor however out of the box nothing seems to exist. Looking at the opened field on the incident form has javascript:gs.nowDateTime() How would I use that to have a fiel...

scottjus82 by Kilo Guru
  • 8285 Views
  • 4 replies
  • 2 helpfuls