Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

cannot see records in custom table?

i have a custom table that extends from "Task" table. this custom table is now in a scope app, have its own modules, application etc.  however, after granting All ACL to the users, users are able to create records on this table but could not see the ...

HafilaHatta_0-1787882998825.png

Resolved! GetReference

What is the purpose of getReference(). On my understand it's an API used in client side, to fetch real time data of a referenced record. I need more explanation and real time examples when to use this. And give some two to three examples with code if...

Generative AI - Create a custom skill using RAG tool

RAG in ServiceNow takes a user query, rewrites and embeds it, retrieves relevant chunks from vectorized knowledge, re-ranks them, and feeds them into Now LLM to generate a grounded, reliable response.  Lets try to understand above flow -> Search Quer...

SANDEEP28_0-1787757658057.png
SANDEEP28 by Mega Sage
  • 339 Views
  • 2 replies
  • 0 helpfuls

open catalog item request via Microsoft teams chat

Hello, I would like to know the most efficient way to integrate ServiceNow and Microsoft Teams so that a platform user can select a Teams chat, answer a few questions, and—upon doing so—trigger the creation of a ServiceNow catalog item request. Addit...

Erlan by Tera Contributor
  • 393 Views
  • 2 replies
  • 0 helpfuls

Resolved! Unsubscribe email notifications

You might have seen an email footer which contains something like ''Unsubscribe". When a user clicks on it, it generates an email from outlook with some message content. Same as it described in the below link;  https://docs.servicenow.com/bundle/jaka...

Geeky by Kilo Guru
  • 8454 Views
  • 7 replies
  • 13 helpfuls

is it possible to display Captions in CSM Portal Videos

Hi Community,We have a requirement to display Captions / Subtitles and Transcripts for videos hosted on our CSM (Customer Service Management) Portal.Could someone share insights on whether this is natively supported, or provide guidance on the best a...

How to stop the SLA from server Side code ?

Hi Folks,I have implemented a Cancel button, where I’ve written server-side code to cancel the Task (sc_task).When the Task gets cancelled, the corresponding RITM and Request also get cancelled.The problem is — when the Task and RITM are cancelled, t...