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

Forum Posts

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...

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 Tera Contributor
  • 1528 Views
  • 5 replies
  • 4 helpfuls

Hide comments on KB Articles that are in a specific Knowledge base

Has anyone successfully hidden comments on Knowledge articles within a certain Knowledge Base for users without specific roles (sn_hr_core.admin, knowledge_admin, admin) while keeping the comment submission form (kb_feedback_section) visible in Xanad...

Community Alums by Community Alums  
  • 1796 Views
  • 3 replies
  • 1 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 Tera Contributor
  • 1457 Views
  • 6 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