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

Forum Posts

Resolved! Import Standard change template Issue

I'm trying to bulk import the standard change template in servicenow. I'm referring to the solution provided in this link - https://www.servicenow.com/community/service-management-forum/does-bulk-load-import-of-standard-change-templates-copy-all-the/...

Amey8 by Tera Guru
  • 692 Views
  • 2 replies
  • 1 helpfuls

com.glide.script.RhinoEcmaError: "getTypeChoices" is not defined

Script Include:        getDisplayChoices:function(value) {                            var result =[];            var legal =new GlideRecord('custome_table');            //legal.addEncodedQuery('u_segment=OH^u_active=true^u_type=Type');               ...

rajeswari6 by Tera Contributor
  • 269 Views
  • 2 replies
  • 0 helpfuls

Customer / Requester field on Task table

Hello, does anyone out here know why ServiceNow never has the Customer (or Requester) field as the core field in the Task table? We got an enhancement request from stakeholder to add it as a custom field so they can use it in the report filter condit...

JasonLin by Tera Expert
  • 485 Views
  • 1 replies
  • 0 helpfuls

Resolved! VTB Error: "You do not have permissions to modify this record"

Hello All,Looking for some guidance on this Visual Task Board (VTB) permissions issue. Users on a VTB keep getting the error "You do not have permissions to modify this record" when they try to move a ticket from one State lane to another. Even ticke...

Maria20_0-1731510691306.png Maria20_1-1731510811914.png
Maria20 by Tera Guru
  • 1526 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to trigger an approval to group through flow designer

Hi Community, I hope you’re all doing well. I need assistance in setting up a service catalog item approval workflow. The requirement is as follows:If the requestor's email domain is @abc.com, the approval should be routed to the Hardware Approver Gr...

Naresh_5120 by Tera Contributor
  • 1071 Views
  • 6 replies
  • 0 helpfuls

Resolved! Dashboard - share issue

Hi Forum i created a dashboard and shared it with 2 groups and 3 usersall have editor rights but they get "Report visable only to a specific user or group"

SimonHind by Tera Contributor
  • 593 Views
  • 4 replies
  • 0 helpfuls

Resolved! Update child priority field when it changes on the parent record

 I need assistance with the following: when the priority field is updated on the incident parent record, this is not updated on the associated child task record. I need this to also update whenever the priority field changes

Community Alums by Community Alums  
  • 571 Views
  • 1 replies
  • 0 helpfuls

script is not working

HI All, I am receiving the current location id :var queueId = $sp.getParameter('location_id'); I need to Glide the table var gr = new GlideRecord('wu_location_queue');gr.addEncodedQuery('nameSTARTSWITHAmerica Walk Up Support^ORnameSTARTSWITHBengaluru...