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

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

Forum Posts

Resolved! Possible to create Scheduled Task?

We have a requirement for a TASK to be created, yet not appear in the Service Desk queue until a certain date.  Or, the ability to create a TASK, and then place it "on hold" or make it "hidden" until a certain date. (IE. If a laptop was loaned to a d...

ryan86 by Kilo Expert
  • 5883 Views
  • 3 replies
  • 2 helpfuls

Resolved! Can you create a dynamic group?

Haven't really had a reason for this before, but can you create a dynamic group in ServiceNow based off of characteristics on a User record?We have a custom field on the User records called "Is Manager".   I'd like to have a group in ServiceNow that ...

Customizing a catalog item title

When we open a catalog item from the service catalog, the title value on top header is same as that of name value when you open that item in maintain items table. Is it possible to customize the title value as different than that of Catalog Item name...

Resolved! Cannot add users to Watch list

Hi SNC,  Recently I am struggling with the following case - I try to add users to the Watch list (in incident or change), I select the users I want to add, I click 'Update' and after the screen refreshes these users are not in the Watch list. They si...

mitzaka by Mega Guru
  • 2877 Views
  • 7 replies
  • 0 helpfuls

Resolved! Sender is not Trusted, bypassing script

I have just set up various Inbound Email Actions in my DEV instance.   However, there are senders that send us email, that ServiceNow has decided are not trusted.   I have looked everywhere on the Wiki and in my instance, but I am unable to find any ...

find_real_file.png
Smashley by Tera Guru
  • 9447 Views
  • 5 replies
  • 3 helpfuls

Email template - if statement scripting

Good morning,  I have been tasked to tidy up our companies email templates, I have a question I would like assistance with regarding scripting.  I would like to know if I can create an IF statement so that priority 1 incidents are followed by the urg...

wicked5 by Kilo Explorer
  • 7451 Views
  • 3 replies
  • 0 helpfuls

Resolved! Unable to change a table column label

Hi SNC,  I have a rather silly situation, which seems trivial at first, but then turns out to be a puzzle.  What I am trying to do it to edit the Label for the Description field, which I use for change, incident and catalog task. Basically I use one ...

1.png 2.png 3.png
mitzaka by Mega Guru
  • 5604 Views
  • 5 replies
  • 1 helpfuls

Creating Problem Tasks Automatically

I'm currently working in the Aspen release of SN and I'm trying to automatically create 2 tasks when a new problem is submitted. I've tried using a workflow but that didn't work. I tried an onSubmit client script and that doesn't seem to be working e...

KeithM2 by Kilo Contributor
  • 5439 Views
  • 8 replies
  • 1 helpfuls

Resolved! indexOf is not a function error in recorde producer.

Hi All,  I have used javaScript function "indexOf() " in record produces fulfillment script.When I run it in Background Script it is working. When I am using same in fulfillment Script.I am getting following Error "indexOf is not a function ".

Find nth position in a GlideRecord query

Hi All, Can someone please help me out to find out a way to find the nth position of a glide record when a table is queried?My use case is that I need to query a table from a client script, find its nth position, say 1st record and 5th record and upd...

gatesgopal by Kilo Explorer
  • 9965 Views
  • 4 replies
  • 5 helpfuls

SMS Text Messaging from SN

Had a couple questions about using SMS Text Messaging from SN and I can never get mine to work on my iPhone so...  1.   Is the limit 144 characters for a text message?   Is this controlled by SN or by the platform or carrier?2.   What happens if the ...

michelek87 by Kilo Expert
  • 3070 Views
  • 1 replies
  • 1 helpfuls

Resolved! Assign role based on user's location

Is there a way to assign a role based on the user's location? So for all the users that have the value of "USA" in their Location field, grant the "usa_user" role. I think a script like the one below should work but I'm not sure where to put it.var g...