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

Forum Posts

Resolved! How to remove a checked out workflow version?

I just noticed that I checked out a workflow 3 months ago. The problem at that time had been solved by changing a Business Rule. The workflow wasn't at fault at that time. I don't remember what changes I have done to the workflow, so I don't want to ...

peterraeves by Mega Guru
  • 16838 Views
  • 16 replies
  • 16 helpfuls

Resolved! How to reload form in glide ajax ?

Hi guys, i have glide ajax script and it works fine, but I have a problem with reloading form from script include, or in ui action but after glide ajax finished, how is it possible? 

Serhii5 by Mega Guru
  • 2930 Views
  • 9 replies
  • 1 helpfuls

Resolved! Two fields with same name?

Hi, I have two fields with same name (company) one is reference field another is string field.Based on some conditions i need to auto populate reference field value in string field. condition: 1. if company field(string) is empty: what i chosen in co...

subhani6 by Tera Contributor
  • 2906 Views
  • 6 replies
  • 2 helpfuls

icons and images

I'm working on my portal currently and was wondering if there is a library of icons, font icons, and images available in the ServiceNow software that I can easily browse through.   It'll help with the portal design buttons/links, etc..

wbwb by Tera Expert
  • 19527 Views
  • 6 replies
  • 6 helpfuls

Resolved! Creating a word document from script

Hi, I am writing a background script. From that script Can I create a new word document and that document should be attached to a record through background script.    

Susmitha14 by Tera Contributor
  • 3130 Views
  • 1 replies
  • 1 helpfuls

Resolved! GlideRecord is not a constructor Error

Hi Community, i have a little UI-Action, wich exports my Cases and sets them from one state to another. As I am moving to Orlando, my UI-Action does not work anymore and I have no clue why. Can you please help out? The Error:   The Code: function do...

find_real_file.png
Stephan S_ by Tera Expert
  • 7772 Views
  • 15 replies
  • 8 helpfuls

Interface with external applications

Hi,  I need to set up an interface between ARIS (Software AG) 10.1 and ServiceNow. This interface will send from the CMDB, the CI updated to ARIS (SaaS). Has anyone already set up this type of interface, otherwise how do I get started? Thank you in a...

Catherine13 by Kilo Explorer
  • 3212 Views
  • 6 replies
  • 1 helpfuls

Cannot read property 'fireEvent' of undefined...

So, I have a UI Script that I'm pulling onto a form.When I pull in this UI Script, I can't do anything on the form at all.The console debug (log) area shows:Here is the UI Script code, and hopefully someone can see what's messing with ServiceNow's "f...

find_real_file.png
xiaix by Kilo Sage
  • 5322 Views
  • 5 replies
  • 3 helpfuls

Resolved! how to can i replace a json value before sending in rest message

Hi good people I’m hoping one of you maybe able to help with this I need to force change a value of a before sending a payload Here is an example of the payload, var = body represents the below.  The below string to find an update is "customfield_103...

Davie by Giga Expert
  • 7256 Views
  • 3 replies
  • 1 helpfuls

Resolved! gs.getUser() accept parameters?

I'd like to pass a sys_user GlideRecord object to "gs.getUser()".  Is that possible? For example, in a script include: var u = new GlideRecord('sys_user'); u.get('92ece4dfdb3dd41084cc74b5ae9619d7'); if (u) { if (gs.getUser(u).isMember('Service Desk'...

xiaix by Kilo Sage
  • 4553 Views
  • 11 replies
  • 8 helpfuls