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

How can I verify scheduled job?

I have a System Definition > Scheduled job of a scheduled script execution that was set to run once. Where can I go to verify that it did indeed run? Is there something in the event registry that will tell me? It was quite basic and I had no gs.print...

will_smith by Mega Guru
  • 5230 Views
  • 4 replies
  • 4 helpfuls

Company field not populating from user record to new incident

When we open a new incident, the phone number is auto-populating based on the Caller as it should.   I need to figure out why the Company field is not auto-populating.I see from the dictionary that the phone number field is coming from the User[sys_u...

dlively by Giga Expert
  • 2600 Views
  • 8 replies
  • 0 helpfuls

Resolved! Where is the Single Sign-On script located?

@Where is the Single Sign-On script located that uses the Customization Properties for Single Sign-on form?This form has input fields for HTTP Header Name and ServiceNow field name to match against the incoming header.I am aware of the External Authe...

xmikeam by Mega Contributor
  • 4588 Views
  • 13 replies
  • 4 helpfuls

Resolved! Adding work note with UI Action

Using the UI Action of "Create Incident" I'm trying to add a script so that it will log the incident number into the work notes fromthe previous incident.   I've tried all different scripts and nothing is working for me.   Here is the current script ...

thenckel by Mega Contributor
  • 8480 Views
  • 5 replies
  • 1 helpfuls

Resolved! Automatically create related records based on date fields?

Hello all,On our Purchase Order table(proc_po), we will be creating PO's for service provisions (not physical products), and these will be charged on a per month basis.We have been asked to create PO Line Items (on the table 'proc_po_line_items') bas...

CharlesR1 by Kilo Guru
  • 2015 Views
  • 9 replies
  • 3 helpfuls

add script generated HTML code to Ui Page

Hi all,is it possible to generate HTML code via Client script and use it as HTML?e.g.-------------------------------------------------------------------------HTML:<?xml version="1.0" encoding="utf-8" ?>   <j:jelly trim="false" xmlns:j="jelly:core" xm...

BerndKlus by Kilo Expert
  • 2858 Views
  • 5 replies
  • 0 helpfuls

Resolved! Copy description from Change Request to Change Task

Hi,I have been trying to auto populate description value from a Change Request to Change Task. Not having any luck Been trying to use Business Rules.At present, we have a standard change template that has change tasks automatically populated through...

peggy1 by Kilo Contributor
  • 4335 Views
  • 12 replies
  • 0 helpfuls

Resolved! Filter ui_reference in a UI Page

I have an Assignment Group and Assigned to fields on an UI Page. I want to filter the Assigned To list by "active=true^roles=itil" and the Assignment Group. I don't know how to do this, and there isn't much documentation. Any ideas?I tried adding "'Q...

Resolved! Line Breaks (<br/>) in UI Pages duplicating

I'm trying to create a UI Page to display some information off the group form. However when I try to split a line using a <br/> tag, when it renders it is duplicated.  UI Page Code:<j2:while test="$[groups.next()]">   <tr>       <td>$[groups.name]</t...

wollman1 by Mega Contributor
  • 9103 Views
  • 13 replies
  • 4 helpfuls

Resolved! populate select box from glide record

Hello all,         So I am creating a UI page that requires a select box to become populated with values that are stored inside a custom table. The custom table         has a column that contains a 'choices field' with several different choices. I a...

techies by Kilo Expert
  • 3393 Views
  • 19 replies
  • 2 helpfuls

Filter a lookup field by logged in user

I thought this would be easier in some way but I think it's more complex than I thought.I have a custom table that has rows of business units associated to employees via employee IDs. I need to be able to filter all the results in a look up select bo...

KB15 by Giga Guru
  • 3244 Views
  • 4 replies
  • 0 helpfuls