The Zurich release has arrived! Interested in new features and functionalities? Click here for more

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

Forum Posts

Resolved! When to run Inbound email action - exact email address

Hi guys,   In the Inbound email action in the When to Run conditions I have a few conditions so that the inbound rule will trigger only if the Recipients, To and Copied matches a pattern which is an email address. So if the one sending the email is a...

find_real_file.png
Bogdan18 by Tera Guru
  • 2903 Views
  • 7 replies
  • 2 helpfuls

Resolved! getFields question

Hi, I'm trying to get the fields for any table. The following code snippet works for incident but not for pm_project. Any help is appreciated. var gr = new GlideRecord("incident"); gr.query(); var fields = gr.getFields(); gs.print(fields.size()); Reg...

Yusuf5 by Tera Expert
  • 2127 Views
  • 4 replies
  • 2 helpfuls

Resolved! Need to create a report based on the created date of the incident

HI all,   I have a requirement where in I need to create a report based on the created date of the incident.   I have tried the same but the problem is when I group by created field it is showing like this,   Is there a way where we can show the rep...

find_real_file.png
rog by Giga Contributor
  • 3099 Views
  • 3 replies
  • 1 helpfuls

Resolved! Need to show/hide a field based on the check box variable selection

HI all,   I have created a variable set of with the type of variables as check box. Thre were 7 checkbox variables.   Now I have created another variable in the same variable set which is text field. Requirement: Now I need to show field only when a ...

rog by Giga Contributor
  • 5015 Views
  • 4 replies
  • 1 helpfuls

GlideAjax call multiple functions

Hello, I would like to ask for hint of solution over GlideAjax. I have UI Action, which works completely as Client side button and calls GlideAjax. In this Ajax script include is a very time consuming function, from fhich I would like to push some in...

Using Javascript on Knowledge Articles

Is there a good way to add Javascript for use within Knowledge articles?  We are trying to use accordion drawers for our content, but it doesn't seem to be working with the Javascript on our instance.  Do we need to add it as a new script for the UI ...

Devon by Kilo Explorer
  • 2150 Views
  • 1 replies
  • 0 helpfuls

Code Search API for Scripting?

Is there an API available to use the Code Search capability in ServiceNow from within Background Scripts or Script Includes?  I have a long list of events (from the Event Registry) that I want to run through a script to call Code Search to see where ...

Daren Kline by Kilo Contributor
  • 1325 Views
  • 1 replies
  • 0 helpfuls

Change the colour of a checkbox field.

Hello Experts,   I have a requirment to change the colour of a check box(True/False) type field, when the filed is checked. If the check box is checked , the colour of the filed name and the check box should turn to 'red' colour. and it should turn b...