We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Jelly UI Page - less than / greater query

Hi AllI'm trying to write a UI page to do a glide query with a 'greater than' or 'less than' operator but the xml doesn't like it !How do i do ..... gr.addQuery("priority", ">", "3");or ...gr.addQuery("priority", "<", "3");I'll also need to run queri...

nhague by Tera Contributor
  • 3536 Views
  • 6 replies
  • 0 helpfuls

Show error message in scripted rest api

Hi,I want to show error message when my caller_id and short_description is empty but here my api is running and creating incident in all the cases(function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) {   var body = request.body....

Sneha39 by Mega Guru
  • 3036 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to send SMS alerts to users ? Do we definitely need Notify - Twilio(paid service) for this ? any other way of sending SMS ?

Hi All,We have a requirement to send SMS alerts to   the Users for the priority based Incidents. My question here is, how to send SMS to the users from Service now.I have installed Notify plugin but it is asking for Twilio credentials (which is a pai...

raghu1992 by Tera Contributor
  • 10194 Views
  • 3 replies
  • 6 helpfuls

Resolved! How to open List Records in new Tab

Clicking on the record below opens it in the same frame/window.I need it open in a new Tab. CTRL+Click does work but it would be great if we could get it on a click.Thank you,Yogesh

find_real_file.png
cc11 by Tera Contributor
  • 4310 Views
  • 3 replies
  • 2 helpfuls

Resolved! m2m Relationship - populate variable on 'child' record

Hi!I have set up a m2m relationship with two tables and it works like its supposed to, but I would like to populate a variable based on which record the 'child' has been attached to. For example, lets say I have a table called u_colors and my second ...

Resolved! Create a Metric on task_sla table

I want to create a metric on task_sla table. This table contains has_breached field. When ever that field is true, I want to capture the assignment group at that particular time when the SLA is breached.I have created a metric on Task_sla table and s...

Natsufab3 by Kilo Guru
  • 4781 Views
  • 20 replies
  • 1 helpfuls

Service catalog container Start mandatory fields

I m working on Service catalog. I have multiple container start and each has a bunch of controls which are mandatory. I have drop down and which has multiple request types. On select of one request type, i show the particular set of container start a...

Resolved! Export to MID server from script

Greetings,Is it possible to export data to MID server from script? It's possible with export sets, but I would like to create a form to our Service Portal and on submit save the form data to a table as well as export the data to a location on our mid...

Write operation against table from scope has been refused

I am nearly complete with a new application in Fuji.I have two custom tables that are extended from task "x_myscp_loaner_res_loaner_reservation" and "x_myscp_loaner_res_loaner_res_task".The first table "Loaner Reservation" has a workflow which respon...

Screen Shot 2015-08-19 at 2.00.00 PM.png
Katie A by Mega Guru
  • 7247 Views
  • 3 replies
  • 3 helpfuls

Resolved! API - Get Support Group Sys ID

I'm trying to use the ServiceNow API to get the system id for a particular support group. I would like to pass in the support group's name, like "Service Desk" and have the API return the support group's system ID.Is this possible?

lipetravis by Giga Contributor
  • 2585 Views
  • 3 replies
  • 1 helpfuls