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

Resolved! Manual service mapping!

I need to explore all the details about manual service mapping, I need answers to the following questions.1) How to create manual service maps. (please mention complete steps, with all the navigations)2) Do we need service mapping plugin to create ma...

Community Alums by Community Alums  
  • 954 Views
  • 1 replies
  • 1 helpfuls

Creating a report with custom values

Hello I am trying to create a report with values i calculated using a scriptThis is an example of the values i want to display in the reportTicket: OTC0671, Open: 300 mins, WIP: 630 mins, PAR: 39619 mins, Closed Complete? NO, Total time in minutes: 4...

Resolved! Change Request Auto-Closure After Third Rejection

I need to create an approval process for change requests. If a change request is approved, it proceeds to the next stage. If it's rejected during the first or second approval attempt, it reverts to the 'New' state. However, if it's rejected on the th...

Community Alums by Community Alums  
  • 1373 Views
  • 3 replies
  • 3 helpfuls

Resolved! Service Catalog

I created a Department ID field in the Service Catalog referencing cmn_department, but it's showing the department name instead of the department ID. How can I fix this?"  

ArunkumarChin_0-1745345960302.png

PDI is terribly slow during the day...

Hi, Looking for some help from ServiceNow with my PDI.  It is terribly slow during the day.  One example is that I am trying to add a new user and I have waited for over 10 minutes for the form to load.  It responds reasonably well during off hours. ...

Chris393 by Mega Guru
  • 1223 Views
  • 7 replies
  • 4 helpfuls

What is the issue with my query to table?

I have a script include that has a method I am calling from a catalog client script. In the script include method, it is throwing a couple of errors to my logs: The customer_employer and parent_employer fields in the x_1234_dlr_reemplo_employer_relat...

ztb1997_0-1745528250842.png
ztb1997 by Tera Contributor
  • 1128 Views
  • 7 replies
  • 0 helpfuls

Resolved! Unable to install Mid server in my PC

Hi All, Am unable to install MID Server in my PC. Below are the steps I followed:  From PDI -->Plugins-->Downloaded MID Server(Windows). Created a user(MidUser) record for Mid Server, And added a Role(mid_server).created a Password, Unchecked the res...

sainath3_1-1745604495087.png sainath3_0-1745604380390.png sainath3_3-1745604796632.png sainath3_4-1745604912705.png
sainath3 by Giga Guru
  • 1376 Views
  • 3 replies
  • 0 helpfuls

Requested URI does not represent any resource

Hi, I just received the following error while opening a flow from Workflow studio. Anyone help me why this is happening?   This is not for all the flows. Any help is appreciated. Thanks!

RFJ1_0-1720194282364.png
RFJ1 by Tera Contributor
  • 2799 Views
  • 8 replies
  • 0 helpfuls

Using ECMAScript21 in VSCode creates syntax error

I was very exited to get started with development with modern Javascript, so I changed the settings in my scoped app and rewrote my application to it.  let MyClass = Class.create(); MyClass = class { constructor() {} }  I've written a class in a ...