Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

filter a list of records based on another variable

i have 2 variables below in my catalog item: variable A: building codevariable B: asset code variable A is a lookup select box based on another variable once variable A is selected, a list of values for asset code will be displayed based on the selec...

Resolved! Creating favorites in workspace

Hi,Can anyone offer any advice on this please.In the central header of any workspace, there is the workspace title with a star beside it, making it possible to create the page as a favorite. Taking Project Workspace as an example, if you create a fav...

Cirrus by Kilo Sage
  • 995 Views
  • 2 replies
  • 0 helpfuls

Business Rule Against User Table Inconsistent

This is for our PROD instance. We have an After business rule that runs after a user is inserted into the sys_user table.  Here is the "When to Run" In the "Advanced" tab we have a simple script that kicks off a catalog item.  This script was created...

StevenParker_0-1767716279521.png StevenParker_1-1767716517048.png

Resolved! How To write simple JavaScript in Servicenow

I am embarrassed to ask this question.   I am on lesson 15 of Chuck Tomasi Learn JavaScript on the Now Platform.   Trying to work Lab 4.   I have a PDI.  My problem is that I don't know what Navigator App or Module to select in order to start writing...

StacyLen by Mega Guru
  • 3654 Views
  • 7 replies
  • 6 helpfuls

Virtual agent conversation does not stop

Hi, I'm working on ServiceNow AI Agents, where I connected my AI Agent to the virtual agent in the virtual agent designer. Everything is working like the agent is creating a defect record. The issue I'm facing is after creating the record, the conver...

Community Alums by Community Alums  
  • 2350 Views
  • 5 replies
  • 0 helpfuls

second .update() in my Scheduled JOB script not working

Hello! Hoping someone out there can tell me why the second of two .update() statements (using the same gliderecord object) isn't working. The first .update() works fine.I'm running this on a PDI of Zurich. My first goal is to have a Scheduled JOB man...

scottbjorke by Tera Contributor
  • 1342 Views
  • 4 replies
  • 0 helpfuls

Personal Developer Instance PDI

Hi Team, I requested a new Personal Developer Instance , but it has been in waiting list for hours because of this I could not able to move further could you please help me or let me know the expected waiting time ?Thank You

ShakthimohaD by Kilo Contributor
  • 1837 Views
  • 2 replies
  • 0 helpfuls

Resolved! Require work notes on Change Request update

I want to force work notes to be required whenever any update on Change Request when in Scheduled state. I'm using a onChange client script, below is my script is not working:function onChange(control, oldValue, newValue, isLoading, isTemplate) {    ...