Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

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
  • 1122 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
  • 3883 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  
  • 2477 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
  • 1454 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
  • 1932 Views
  • 2 replies
  • 0 helpfuls

Browser Session Troubleshooting - Use of Multiple Browsers

I'm having a tough time understanding what is happening here, and would appreciate any insight.I have a user who is reporting that he updated comments in an incident in IE (INC0130327), and his comments got written to an incident he had opened in Chr...

kchorny by Tera Guru
  • 2615 Views
  • 3 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) {    ...

Resolved! REST API: Restrict table access

I am trying to restrict an account (sn.ebond.dev) to REST API access to custom staging table called u_ebond_incident_staging. The table (u_ebond_incident_staging) created the necessary roles and I toggled the "Allow access to this table via web servi...