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! How to tackle slow running scripts?

There is a module to track the slow scripts OOB.  Questions:1. There are 1000s of records present in that table (sys_script_pattern). How should we evaluate them? Should we check all them? It would be tedious job. 2. Lets say we have taken actions of...

Suggy by Giga Sage
  • 1347 Views
  • 3 replies
  • 2 helpfuls

I need an onload popup when user opens Catalog Item

Hello, When user clicks on the catalog item on the Portal, I need a popup when it's opened that will contain some text, URL to another catalog item and Okay button that will redirect to main Portal page. What would be the best way to achieve this?

Dawid2 by Giga Guru
  • 1090 Views
  • 5 replies
  • 0 helpfuls

Resolved! Crazy Health scan report by ServiceNow :/

ServiceNow Health scan report findings/recommendations talk about things like- Dont use GlideRecord/GlideAggregate in ACLs- Client-side code should not use GlideRecord- Client Scripts should check for isLoading and return etc When we checked them, mo...

Suggy by Giga Sage
  • 1067 Views
  • 4 replies
  • 0 helpfuls

how to find all automation in my instance?

Hi community,Merry Christmas!I am doing a year-end review, trying to demonstrate how much value provided to my organization.Part of it, I am trying to canvas all automation, however I don't have a clue. May I have your thoughts please? Thank you.  

major li by Tera Guru
  • 917 Views
  • 5 replies
  • 3 helpfuls

ESC Portal Search Bar Height Help

I'm experiencing difficulty increasing the height of the search bar in the ESC portal. Can anyone provide guidance or support on how to adjust the search bar's height.

AlethaB by Kilo Contributor
  • 548 Views
  • 2 replies
  • 0 helpfuls

How to encrypt /decrypt Passwords?

Hai I am using the run script for reset AD password through workflow but in script we are used the  GlideEncrypter  but servicenow The GlideEncrypter API is planned for deprecation so how to modify that script script://Generate Random Password and Se...

siva44 by Tera Contributor
  • 1594 Views
  • 4 replies
  • 0 helpfuls

Starting fresh with EntraID and User tables

I work for an organisation that has sat on an unused instance of ServiceNow for a couple of years and now we are moving forward again with implementation. What this has meant is the old user table is full of very old user data. When I started a few m...

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

How to Construct the List report URL

Hi Everyone,  I am trying to change the SLA Availability Gadget reports.My requirement is I need to generate a link to open LIST report with pre-populated table name and some filter conditions.  Below Availability and Calender type report URLs are ...

nataraj1 by Kilo Contributor
  • 7230 Views
  • 8 replies
  • 4 helpfuls

Resolved! String replace all occurance of \" , "{ and "}

Hi ,I have to replace all occurances of  \" , "{ and "} from response of API. I am using replaceAll function of string as below but it is not workingvar str2=responseBody.toString().replaceAll('\"','"');var str3=str2.replaceAll('"{','{');var str4=str...

deepak50 by Tera Contributor
  • 11584 Views
  • 14 replies
  • 10 helpfuls