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

Resolved! UI Action and Scripting

Hello!I've been learning implementation of servicenow and I'm trying to create a copy case button, when we click on the button it should create a new case copying the short description from that case and also update the work notes as 'copied from csx...

Using of VS Code for Service Now Scripting

HI All, I was trying to use the VS code App to work on the service now scripting, so I have used the "ServiceNow Extension for VS Code" properly configured to the PDI able to run the back ground script and also create the BR, Script include everythin...

Sagar Rd by Tera Contributor
  • 1428 Views
  • 2 replies
  • 0 helpfuls

plugin tables

Hi, Are there more plugin tables besides the sys_plugins table ? I can see that all plugins are active in sys_plugins but if I look at the Plugins module from the navigator then a lot are not installed. Thanks

URL validation including domain

Hi Community, I'm after some collective assistance to help me with an onChange Catalog Client Script please. Goal: When a user enters a URL into a single line text variable [provide_url], I want to ensure they have entered a valid URL including the d...

CN-L by Mega Sage
  • 1185 Views
  • 4 replies
  • 5 helpfuls

Open widget within service portal modal

I've tried for days to get this to work but nothing is working (even Copilot's suggestions). I have a widget from the Appointment Bookings scoped app called "Appointment Booking - Select" (ID: sn-appointment-booking-select). I want this widget to dis...

Mike49 by Tera Contributor
  • 832 Views
  • 3 replies
  • 0 helpfuls

Resolved! Unable to split parm in email script

Hello devs! I am having trouble with parm2 in an email script I am writing. var parm = event.parm2; var splitParm = parm.split('~'); Using that code I had thought splitParm would be delimited by ~ but when I print splitParm the data is delimited by ;...

dauger by Mega Expert
  • 1434 Views
  • 10 replies
  • 1 helpfuls