Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! UI Actions / page prompting to leave/stay on page

I have a UI action and page that I am trying to customise based on a category selected. The ui action sets a field as mandatory and asks the user to complete. When ui action pressed again, it calls a dialog box to add comments. I have read through: h...

matt_a by Kilo Guru
  • 3336 Views
  • 6 replies
  • 0 helpfuls

Resolved! Import data from Google to Servicenow

HiI wonder if anybody can provide me with sites, documentation, WIKI, examples to import data from Google (docs, sheets) to ServiceNow.Many thanks in advance

Fredo1 by Giga Expert
  • 4962 Views
  • 14 replies
  • 0 helpfuls

Resolved! Conditional Visibility for Portal Menu Item

Hi All, We have a requirement to display a header menu item for first level managers/below users only, i.e., it should be visible for users who are not a manager OR who is a first level manager only. By First level manager, what we mean is, suppose u...

anusarma by Kilo Expert
  • 4510 Views
  • 6 replies
  • 0 helpfuls

Resolved! M2m based reference qualifier

I have two tables: „Thing" and „Set of Things".I have set up an m2m relationship between the two: one „thing" can belong to many „sets of things" (and of course a „set of things" can contain many „things").Say there are 3 things and 2 sets; things 1 ...

Community Alums by Community Alums  
  • 2324 Views
  • 3 replies
  • 0 helpfuls

Event parameter and Notification email

Hi all, I have registered an event and my notifiation would be triggered by the event. As known, event has two parameters, these two parameters can be used in notification e-mail template. My question is, if there are more than two paramters I want t...

Resolved! I need to convert GMT date/time format into IST format.

Hello, I am getting value of date/time field in GMT format from one API and inserting that value to my table. I need to convert that GMT format into IST then I want to insert that value in my table. Can anyone please help me with this.   Regards, Niv...

setVisible on Variable Set in Catalog Item onLoad script

I have record produce which I run g_form.g_form.setVisible('variable_set_1', 'false'); in a onLoad script and it hides the entire variable set, however, I try the same technique on a Catalog item and it does not work.  I have also tried setDisplay as...

How to extract Data from JSON Payload?

Hi, How can we extract data from response coming in JSON format? Like for example as mentioned below: {"state":2,"httpCode":200,"response":"{\"Ticket\" : \"061cech41hh7e27c86f88b08c8fd2a\",\"StatusCode\" : \"201 Created\",\"Message\" : \"Record Creat...

snow_04 by Giga Contributor
  • 14154 Views
  • 17 replies
  • 3 helpfuls

Resolved! Inbound REST Scripted Web Service

HiIn Scripted REST web service, when Third party system sends response, it should come into servicenow.I have created staging table and custom table.Here Issue is how can I get values into staging table and how to make transformed into custom table.c...