I have searched the threads here but could not find anything remotely related to what i am trying to do. Basically i want to call vbscript using javascript for the onClick. Is there a way to call aVBScript for the onClick event from a button that us...
I have situation here where I am getting PNG image as response from REST call in servicenow, The response is in junk character as shown below, I am writing server script which takes the response and convert in some string, which will be return to cli...
I have a Service Catalog item in ServiceNow (Geneva release) that personnel use to request access to additional ServiceNow groups. A list collector displays the all of the groups available. We want to limit it and disallow a few choices from appear...
I am new to the Service now and trying to build a Client Web-app with Service Now. My requirement is to register a user in Service Now using my web app. I have tried to do so with Table API and Scripted Rest API. Though I am able to create the user...
I have a widget like this: <div class="col-md-12 col-xs-12"> <div class="col-md-4 col-xs-12"> 1 </div> <div class="col-md-4 col-xs-12"> 2 </div> <div class=...
I am working on Mid Server with Service Now, I defined a 'Mid Server Script Include' Javascript Class and when I try to call it with a Background Script, I got this error message in ECC queue input: Evaluation error: Caused by error in JavaS...
I have one requirement to read zip files content using a script. I wrote one script and tried to run it from my tool. I am using JAVA classes and it's giving the following error: Security restricted: Attempted access to restricted class name...
I am writing an onChange Client Script in ServiceNow and having issues with a Javascript error on the front end client. I keep getting a TypeError: Cannot read property 'u_emp_name' of undefined. the variable seems to vary as at one point i w...
when I give the variable which is an IP(10.31.68.0/22) with the current below script it will return Output: 10.31.68.1 - 10.31.68.10 var network = '10.31.68.0/22'; var IPstart = network.toString().substring(0,network.lastIndexOf('.')...
I'm trying to write a query that includes encoded queries, but am not sure if my syntax is even correct (99.9% it's completely wrong). I want this query to cycle through all of the available knowledge articles and based on the job series and...
©2020 All rights reserved.