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

Forum Posts

How to get AJAXtableCompleter script include

Hi guys,I was trying to find AjaxTableCompleter script include which is required in field attributes I cannot see it in the table. how can I get it?maybe this is the reason, I am unable to use field attributes functionalities.

Southsayer by Tera Expert
  • 2023 Views
  • 6 replies
  • 0 helpfuls

CMDB Comparision

Hi, We have a need to compare the customer's CMDB with our CMDB and there are about 300k CIs where 20 attributes need to be compared. Wondering if this can be achieved withing ServiceNow.1. If I get the Excel Extract, can I upload to ServiceNow and u...

Shanti7 by Tera Contributor
  • 539 Views
  • 1 replies
  • 0 helpfuls

NOW ASSIST

Has anyone in this group worked with the Generative AI Controller? I’ve developed some things using the Now Assist Skill Kit, but in that approach you need to define a prompt beforehand, publish it, and then call it through the Execute Skill action i...

Resolved! Scripted REST API - dynamic URL

Is it possible to create a scripted REST API method with a dynamic URL? For example, using this URL to make the REST call:https://<servicenowURL>/api/x_uob15_living/ticket/TCK12345/comments Where TCK12345 is the reference number of an existing ticket...

Colleen by Tera Expert
  • 2960 Views
  • 5 replies
  • 0 helpfuls

GlideQuery aggregate count null

Why is this GlideQuery returning count: null ? var example = new GlideQuery('incident') .where('sys_created_on', '>=', new GlideDateTime('2025-01-01 00:00:00')) .groupBy('priority') .aggregate('count', 'number') .having('count', 'number'...

Colleen by Tera Expert
  • 1275 Views
  • 4 replies
  • 0 helpfuls

Field Mapping UI Bulider

Does anyone have an idea on how we can directly edit fields in Workspace? I’ve used a simple list component in UI Builder to implement field mapping with some filters. I just need help on how to make it more dynamic and editable within Workspace and ...

Resolved! Hide Day from Duration variable

Hi I want to remove days and seconds in the catalog item as shown in the attachment. I tried code from: https://www.servicenow.com/community/developer-forum/show-hours-only-in-duration/m-p/1598089but I have an error :" ErrorThere is a JavaScript erro...

PiotrekL by Tera Expert
  • 1406 Views
  • 3 replies
  • 2 helpfuls

Hide a button on the now experience framework

Hi, How can we hide the 'Generate Labor costs' button on the financials section of the new Project workspace ? It is defined on the 'financials Cost Default' UX macroponent definition but we are looking for an easy way to remove the button without ma...

Rachna S by Tera Guru
  • 1899 Views
  • 11 replies
  • 0 helpfuls