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

Forum Posts

Resolved! Portal script is not working properly

HI All, portal script is not working properly , Can anyone help me  <div id="buttonContainer"><span ng-repeat="key in data.inc" >{{key.name}}</span><div ng-nepeat="key.name==='Tech majis' "><button class="btn btn-primary" ng-click="c.selectCategory('...

Resolved! Create dashboard

What will  difference 'This week' and 'Last week' display? in Dashboard creations

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
  • 1177 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
  • 551 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...