We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Signature Pad not working with finger touch

I have recently activated and implemented the signature plugin and I am using a ui action form button that uses a dialog window to display the signature pad ui page. I have made the signature pad draw only and when I am on my desktop using my mouse e...

clint45 by Mega Contributor
  • 2351 Views
  • 3 replies
  • 0 helpfuls

No Option to Change Form View

Hello,  I am trying to experiment with form views in ServiceNow. I have the default view, and I created an alternate view with sections by configuring the Form Layout. For some reason the option to switch views does not appear in the menu. I am worki...

find_real_file.png find_real_file.png
ashingtondc by Kilo Explorer
  • 4670 Views
  • 4 replies
  • 0 helpfuls

Resolved! Service Catalog Cart API

I've created a scripted rest api which submits a catalog item similar to the code found here: https://docs.servicenow.com/bundle/jakarta-application-development/page/script/server-scripting/reference/r_ServiceCatalogScriptAPI.html(I did it this way a...

Jim60 by Tera Expert
  • 3941 Views
  • 4 replies
  • 3 helpfuls

How to create temporary table in servicenow?

Hi All, I am having script to get "sys_audit" table data by passing the incident sys_id. I need to populate the temporary table and want to store that data. How to do that? If anybody have any ideas/thoughts kindly share with me. Thanks, Gokulraj

Gokulraj1 by Kilo Contributor
  • 4464 Views
  • 1 replies
  • 0 helpfuls

Resolved! Language selector on login page

There is a language selector on my login page...the default language is English...when i select other than english it should reload and gives the login page in selected language.But it is not working...For ex. i have selected the French language even...

prasanna45 by Tera Contributor
  • 6102 Views
  • 6 replies
  • 2 helpfuls

Script debugger not working for Scheduled Scripts?

Hi, Am I right that it is not possible to use the script debugger for a Scheduled Script? I've made a script that is working fine but I notice that I can not debug it and step through it in the script debugger as it doesn't stop on the breakpoints I ...

Toon2 by Kilo Contributor
  • 3778 Views
  • 1 replies
  • 4 helpfuls

\$(window).scroll doesn't work for widgets?

Hi guys,As per our requirements I need to do sticky header for this div:<div id="header-2">               some content of sticky header       </div><div id="container">         some big-big text here</div>Client script:$(window).scroll(function () { ...

stryker129 by Mega Guru
  • 3993 Views
  • 8 replies
  • 2 helpfuls

Resolved! Insert data into a table via workflow scripts

Hello im a complete newcomer with servicenow and im trying to lear it. My goal its to create a workflow to add a user(sys_user) to use it in a form in a Catalog item. I create one workflow to test it but when i go to my catalog item it doens show up ...

Community Alums by Community Alums  
  • 3985 Views
  • 1 replies
  • 3 helpfuls

Show Info Message after redirecting user to a new page

Hi All, On a new portal we are creating we have exposed the back end incident form via the 'forms' widget so users can submit new incidents.  This has been amended slightly so when the user clicks the save button it redirects them back to the portal ...

Sam Ogden by Tera Guru
  • 3208 Views
  • 3 replies
  • 0 helpfuls

Resolved! Header Menu Issue - Scripted List

I’m using the /hrportal in my implementation, which runs under it’s own scope.  I have created a new header menu in my portal called ‘Approvals’ – this is copied directly from the OOTB (Out of the box) Approvals for the /sp portal.  Below shows the c...