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

Forum Posts

How to Suppress 'Leave Site?' alert

I have created a client script that asks the user if they would like to confirm the submission of a record, if they click cancel on my ui page it should redirect them back to the list view for the table. im running into an issue where the leave site ...

jakegartenberg_0-1668456666946.png

RITM States

Hi All, In RITM the following business rule setting the state upon closure of first task but the requirement is it should wait for all tasks to close Tasks are getting generated one after other (Not all at a time).Suppose there are 3 tasks on the wor...

Community Alums by Community Alums  
  • 2392 Views
  • 1 replies
  • 0 helpfuls

GSLog : Logging not showing on syslog

Experts,I am using GSLog based logging on my custom application.  This is a snippet of the code which I am usingvar processStaging = Class.create(); processStaging.prototype = { initialize: function () { this._jsUtil = global.JSUt...

Ram117 by Kilo Sage
  • 1428 Views
  • 2 replies
  • 0 helpfuls

Resolved! Workflow for a Record producer based on Demand Table

Hi all! I'm having some trouble here. I need to create a workflow for a record producer that works with the Demand table.   This workflow needs to trigger an approval and notification when the demand is moved to the 'Approve' state, and then have an ...

MagaliLegaspi_0-1668190976482.png MagaliLegaspi_1-1668192355474.png MagaliLegaspi_2-1668192390186.png

How ServiceNow can store JSON format?

Hi All,Need a quick help,I am using Table API to receive data from an external system, the external system is sending data in the below JSON format:The id attribute is well stored but the u_transcription attribute has been damaged and does not look l...

ImadNacer2_1-1668439138508.png ImadNacer2_2-1668439228258.png
Imad Nacer2 by Tera Contributor
  • 749 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to create a UI Action in list layout in Workspace

Hi All, I want to create a UI Action in list layout in Workspace.'Workspace Form Button' and Workspace Form Menu' are creating UI Actions in a specific record not in the list layout.Can anyone please guide me how to create a UI action in list layout....

Arun96 by Tera Expert
  • 3221 Views
  • 2 replies
  • 4 helpfuls

Resolved! UI Page Issue

Hi All,We had a UI page, it was working fine in Rome, however after Tokyo upgrade, its alignment is all broken.Can someone please advise?  

Resolved! Mail Script to service portal with showing ticket number

Hello, I need help.  I am working on mail script to send notification email to end user to route to the ticket on service portal (not Platform UI).  I used below script, it works well to go to the ticket on service portal but the hyperlink name now i...

Bird1 by Mega Sage
  • 995 Views
  • 4 replies
  • 0 helpfuls

Resolved! Linking a record producer with multiple tables

Hello, I am assigned the task of creating a form where the user can enter data and then the data should be inserted into 2 tables at the same time. I tried to implement this using a record producer but this didn't work because a record producer is li...

Mohammad8 by Kilo Expert
  • 2778 Views
  • 2 replies
  • 4 helpfuls

System Property throwing error

Hello Team We are using Below Scripts but the script throwing an error message in Service portal Not allowed to update the property : property name   var GRPSYS_ID = 'd625dccec0a8016700a222a0f7900d06'; //Put the sys_id of the assignment group (or gro...