Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! Why would a user not get email notifications?

Version:           EurekaWorkflow:     Change Notification, Change RequestI'm still refining my Change Request/Notification Workflows - moved all the code into Run Scripts or Script Includes out of the Business Rules.   In the last bit of testing we ...

find_real_file.png

How to get "Show related fields" on filter?

I have been working on a Change Calendar which has a filter at the top of the page:The filter at the top is based upon the following client script:   var sp = $('schedule_page'); // display or hide the filter function displayScheduleFilter(record) ...

Screen Shot 2014-11-24 at 12.20.23.png
tomelk31 by Kilo Explorer
  • 2653 Views
  • 1 replies
  • 0 helpfuls

Resolved! Stuck in rest api date formula

All,To start with, I'm not sure if this is right forum to post my question!I'm experimenting with Service NOW REST API and am stuck in a situation where I need to GET incidents created ON and/or AFTER a certain date. I'm not sure how to form the REST...

s_gatade by Kilo Contributor
  • 7480 Views
  • 5 replies
  • 2 helpfuls

SSO authentication not including a check for inactive users?

An SSO user was trying to login to ServiceNow (authenticated via our intranet, which is currently working), but once ServiceNow loaded they were redirected back to our intranet (this is our configured redirect page for unsuccessful logins).I found th...

SC10 by Kilo Guru
  • 3536 Views
  • 6 replies
  • 0 helpfuls

Resolved! "continue" syntax for Jelly script's "while" looping

Would actually address this question to those with experience in scripting/programming.There are cases when you want to skip to next looping iteration using continue; syntax in programming.What jelly script syntax do you use to do such approach?Examp...

alinatoc by Giga Contributor
  • 2605 Views
  • 1 replies
  • 1 helpfuls

Business Rules for Requested Items and Catalog Tasks

Disclaimer . . . I am NOT a developer but need to perform some developer type tasks that I have no idea how to accomplish.   I am currently configuring the Service Catalog for our Data Governance Office.   I need to create a few business rules, but a...

Resolved! Updating incidents by email

To update incidents on reply emails, if the inc# or watermark is found on the email servicenow automatically updates the corresponding incident.But we have a third party email sender, and requiring to update the incident. The email has a unique ident...

snowtech1 by Tera Expert
  • 3943 Views
  • 6 replies
  • 4 helpfuls

Resolved! invoke UI Macro in UI Page

I have a UI Macro called user_info that stores a bunch of g:evaluate scripts so that I can easily pull data from various tables:<g:evaluate var="jvar_dob">var hr = new GlideRecord('hr_profile');   hr.get('user', gs.getUserID());   hr.date_of_birth.ge...

yundlu316 by Kilo Guru
  • 3523 Views
  • 2 replies
  • 0 helpfuls

Resolved! Restricting user by role to a specific view is not working

I am using the following Business Rule Restrict Form Views by Role - ServiceNow Wiki to restrict users without the ITIL role, to globally be restricted to only views that are "ess".The issue is that it is not working...Looking through the script, the...

SC10 by Kilo Guru
  • 7937 Views
  • 16 replies
  • 1 helpfuls

How to change the length of the input fields

I have a form with a mix of fields, some are long strings on multiple rows. But some are short integers and strings (that come from references) that won't be more than 10 characters. Is there a way I can customize the lengths of the fields? All the f...

mmujica by Kilo Contributor
  • 3178 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to get value of Item variable while quering Requested Items?

In job sheduler i have the following script. I'm querying users from custom table and checking whether they requested item with sys_id =d167ddab5109060018a2e46a281a7158, and if they do, then i want to get value they choose in one of the item variable...

hyperjam by Giga Contributor
  • 13122 Views
  • 5 replies
  • 4 helpfuls

Resolved! Set assignment group based on field value

I have a service Request that I would like to have auto-assigned based on a value from one of the variables. The variable is a reference field called "it_team" and it references the sys_user_group table. can I do this via the workflow, or do I have t...

vcaracci75 by Tera Expert
  • 9202 Views
  • 13 replies
  • 3 helpfuls