The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Wait for Condition - Attachments

Hello, I've got a Wait for Condition on my workflow and I'm having some problems. I'm trying to check if my current sc_req_item has at least 1 attachment which will allow the workflow to continue. I'm querying the sys_attachment table looking for att...

IN operator

Has anyone seen how to emulate the IN operator of a SQL where clause with addQuery() method? For example gr.addQuery('sys_id','IN','val1,val2,val3...');IN or IS ONE OF and NOT ONE OF are not explained here http://wiki.service-now.com/index.php?title=...

Saving Customizations in a Single XML File

Hi everyone,I came up with a cute strategy to save a series of customizations into a single XML file, and several people around the office told me that it seemed pretty helpful, so I'm posting it here.Why use this method?-Save your customizations loc...

guy_yedwab by Kilo Guru
  • 1239 Views
  • 10 replies
  • 0 helpfuls

Conditional Email scripting

I am trying to setup our Email Notification to be based on a condition. For our Termination Request process, these are submitted on behalf of another employee and thus we wouldn't want an email notification being sent to that (soon-to-be-termed) empl...

3-tier categorization

Hello,I'm probably not the first to run into this, but I cannot find anything in the wiki, or here in the forums. Please help.I'm trying to create a 3-tiered categorization, but I cannot get it past the standard 2-tiers, using either dependent values...

Marc54 by Giga Guru
  • 1535 Views
  • 2 replies
  • 0 helpfuls

SMS alternate field

We are trying to configure Email notifications that can be used for Email and SMS notifications, depending on the device selected or the device that the use subscribed to.Some questions we have are:1. What is the logic on the SMS alternate field, if ...

dariusvdb by Kilo Contributor
  • 1741 Views
  • 2 replies
  • 0 helpfuls

Where can I find docs for "sys_action"????

I am trying to do some client scripting, specificly making some fields manditory when you close an Incident. I found a sample script in the Wiki but it does not work. The reason it does not work is because sys_action.value returns bbddb6bbc0a81823adf...

DrewW by Mega Sage
  • 1974 Views
  • 7 replies
  • 0 helpfuls

Count Down Timer

I just wanted to know if anyone knew how to build a count down clock into the service-now and to be an option that can be seen on my homepage (where you can add graphs and other clocks using add content) I appreciate any feedback.thanks

SteveS by Kilo Expert
  • 4048 Views
  • 4 replies
  • 0 helpfuls

How to open new browser window?

Hi I have to create a business rule that runs after the user updates a ticket. Is there any way to open a new window and take the user to a url (say google)?I tried window.open(url) and it does not workAny ideas?

Importing Assignment Groups

Hi All,I am hoping somebody can advise me on the best way to import Assignment Groups and their members into Service Now. I am wanting to populate workgroups using an Excel Spreadsheet. These are the fields I am wanting populated:NameManagerGroup Ema...

by  
  • 1687 Views
  • 3 replies
  • 0 helpfuls

onChange for multi line text fields

I am having an issue with the onChange script running on a multi line text field, it seems to fire onLoad but not if I change the content of the field and tab out? The specific script is running against work around on the problem.

shart by Kilo Explorer
  • 2034 Views
  • 1 replies
  • 2 helpfuls

if statement with empty query

I don't have a strong javascript background and was wondering if someone could answer this question. I want to write an if statement that does something based on whether my query returned anything or not. var gr = new GlideRecord('sc_cat_item'); gr....

Brad Tilton by ServiceNow Employee
  • 4021 Views
  • 2 replies
  • 0 helpfuls

Implementing a union or join form in Service-now

Is it possible to implement a union or join between two forms in Service-now?We have a current implementation that has been heavily customised and is used for change management. There are around 13000 records in the sys_user table, all of which relat...

by  
  • 1320 Views
  • 1 replies
  • 0 helpfuls

Pass Credentials Through URL

Hello , Im trying to use the XML output option via HTTP to gather data and incident information for easy, and on-the-fly usage on our internal IT dashboards.My only problem is the authentication, in unable to directly consume the XML output because t...

by  
  • 3750 Views
  • 4 replies
  • 0 helpfuls