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

Forum Posts

Resolved! Users not able to see tickets under 'My Requests' EC

When any user navigates to Self-Service > Employee Centre > My Requests, the user should be able to see the tickets which he/she 'OPENED' or is 'CALLER' or 'REQUESTED FOR'. There has been an issue regarding the same. Few users (Opened By/ Caller/ Req...

curr_user by Tera Contributor
  • 1362 Views
  • 1 replies
  • 0 helpfuls

MS Teams integration to send Major Incident communication

Hi All, As part of the Major Incident communications, we have a requirement to send Major Incident updates to specific Teams channel(s). During a Major Incident, Major Incident manager should be able to send periodic communications (from Major Incide...

vsjithendra by Tera Contributor
  • 925 Views
  • 2 replies
  • 0 helpfuls

Resolved! Retrieve Image from db_image record

Hi Everyone, I have a use case to retrieve the Image content of db_image table record. We usually have a image field in db_image record where our uploaded image is stored. Using the below script I tried retrieving the same image but the response is e...

HrithikN by Tera Contributor
  • 1353 Views
  • 5 replies
  • 1 helpfuls

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
  • 1643 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
  • 446 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
  • 2037 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
  • 1086 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 ...