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

Forum Posts

Query regarding Learning Service Now?

Hello Everyone,Myself Manikanta, I am new for Service Now and Enthusiast to learn. What is the correct approach to learn the complete course of ServiceNow.Can anyone have an idea please share. Thankyou.

Resolved! Script Include Not Working on getrowcount

var countofrec = Class.create();countofrec.prototype = {    initialize: function() {    },    reco: function (xyz,desc) {        var gr = new GlideRecord("xyz");        gs.addInfoMessage("Inside Script Include");        gr.addQuery('short_description...

sumityadav8 by Tera Contributor
  • 664 Views
  • 6 replies
  • 1 helpfuls

Integrate Knowledge Articles within the Service Portal

Hello everyone, We want our customers to see knowledge articles before they submit a ticket from the Service Portal (SP and CSM). It seems like I can set up contextual search, based on short description.  Is this is a widget available in the service ...

Resolved! How to Delete Data Using Transform Map

We are considering importing an Excel file into the group member (sys_user_grmember) table.This involves not only adding data but also potentially deleting data from the group members table.We are exploring adding a deletion flag to the Excel file an...

hamauzutr13 by Giga Contributor
  • 592 Views
  • 5 replies
  • 4 helpfuls

Resolved! catalog item

 while creating a list type of field for a  catalog items i want the records to be populated when brand is "xyz" as well as  order by sequence and it should be reflected in serviceportal view.i have tried in ref qualifier with the below element =xyz^...

kuntasaiviv by Mega Contributor
  • 421 Views
  • 6 replies
  • 0 helpfuls

Resolved! Cannot edit in read-only editor

I need to make the "script" field read-only in a table, as described in the attachment. Where can I find the configuration settings to accomplish this? 

Media.jpg
shashitaya by Kilo Contributor
  • 381 Views
  • 3 replies
  • 0 helpfuls

Resolved! controlling UI action visibility from related list changes

Hey Community ,I have a requirement to control the Visibility of a UI Action.UI action : Revert to New.Table : change_request requirement : I need to hide the UI action "revert to new" on the table "change_request" when in the related list approvers ...

Screenshot 2025-09-04 192921.png