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

Forum Posts

Report on Asmt Metric Instance Table

Hello All,I am trying to create a report on Asmt Metric Results table to capture the feedback from our stakeholders.Its looking good as i can see the feedback comments, portal page (kb_article, sc_cat_item, my_requests etc), assigned to user. However...

dvelloriy_0-1722438616777.png
dvelloriy by Kilo Sage
  • 2254 Views
  • 5 replies
  • 0 helpfuls

API Response: , HTTP Status: 0

i am using the below code to send to my flask api but i am seeing the message is not getting posted as the HTTPstatus code is 0 .my flask api is working fine as i am able to post from python script and its exception response Can anyone please help me...

Resolved! Enable inline creation on a related list

I have seen this in out-of-the-box ServiceNow forms, such as ATF Suite. User can create a bunch of new records in line in the list without having to click "New" and go to the form each time. Here's a picture of what it looks like on the ATF Suite for...

txag08 by Tera Contributor
  • 1121 Views
  • 2 replies
  • 2 helpfuls

Need to add date stamp to Document Template

Hello, I am looking to add a date stamp to a PDF Document template of the date/time the employee signature was completed. What is the best way to go about this? I have a field for Signature Date- can I use an advanced script? Any advice is appreciate...

RylieMarkle_0-1698691172120.png
Rylie Markle by Tera Contributor
  • 1082 Views
  • 5 replies
  • 1 helpfuls

Convert XML Data to JSON Servicenow Integration

How to convert XML data to JSON in ServiceNow Integration var xmldata = 'XML Response';var xmlDoc = new XMLDocument2(); // Servicenow API used to parse XMLxmlDoc.parseXML(xmldata); // XML Parsedvar xmltostring = xmlDoc.toString();    // Need to conve...

gajananvw by Tera Expert
  • 4205 Views
  • 4 replies
  • 4 helpfuls

Resolved! Requirement to use AES256-GSM encyrption

Hello! We have an API that we would like to connect to via REST but one of the requirements is to encrypt some of the values using AES256-GSM.  In our case, the endpoint contains some information that we want to encrypt so the requirement is to gener...

tjschmitt by Tera Guru
  • 1627 Views
  • 2 replies
  • 0 helpfuls

Resolved! Homepage Search and Typeahead

We have the Homepage Search Widget on Employee Center.  It appears to only find whole words, for example if I type 'Report' it will show all items and articles with the word Report in the name field or if the word is in the meta field.   If I'm looki...

Jeannette2 by Tera Guru
  • 1373 Views
  • 4 replies
  • 1 helpfuls

Menu items not displaying properly on Portal

I've got a Main Menu on my portal called 'Employee Center Menu':I've set up three menu items that I'm wanting to add the main header menu: However, what I've noticed is that they're being added next to a taxonomy menu rather than higher up in the hea...

matthew_hughes_0-1722426581968.png matthew_hughes_1-1722426655186.png matthew_hughes_2-1722426730204.png

Search source

We are currently managing two ServiceNow instances. In the first instance, we set up a "Search Source" to retrieve knowledge articles from the second instance using the REST Message - Table API. However, the issue we're facing is that the search resu...