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

Forum Posts

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
  • 4638 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
  • 2035 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 Tera Guru
  • 4214 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
  • 5600 Views
  • 3 replies
  • 1 helpfuls

Resolved! Can you reorder steps within an action in Flow Designer?

Hello all, I am unable to reorder the steps in my custom action in flow designer. I see it is very easy to do in flows and subflows, but I don't have the option to 'move' a step up or down in the action like I can with flows and subflows. I'm taking ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

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 Tera Guru
  • 2107 Views
  • 11 replies
  • 8 helpfuls

slow performance in servicenow portal

Hi , We have an option in our hub home page as orders .when we click on it ,it will load all the available catalog item categories and the related catalog items under it .Right now the problem is when we are trying to open it ,it is loading slowly an...

phani24 by Tera Contributor
  • 1221 Views
  • 1 replies
  • 0 helpfuls

Resolved! Is there anyway to export CI's and relationships out of ServiceNow?

Hi Community, Is there anyway to export CI and their relationships out of ServiceNow into excel? I think I remember a  script somewhere that exports one all Ci's (Assets) with just one level, however is it possible to get an export of more than one l...

SW7 by Giga Guru
  • 3664 Views
  • 2 replies
  • 1 helpfuls

Flow Designer, issues with using IF branch and currency field

Hello everyone.    On my form I have a currency field and in the Flow Designer I added an IF branch.  IF (datapill to currency field) GREATER THAN 250000 { do stuff} This works fine for amounts 0 to 999999 but as soon as an extra digit is added, it f...

David141 by Tera Contributor
  • 1409 Views
  • 4 replies
  • 1 helpfuls