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

Forum Posts

Resolved! Create a specific request from UI Action in CSM

Hello All, I have a UI action on my Case application that I want my end-user to use to create a Catalog item. I want to link this button to a specific catalog item so that when users click on the button, it will open the specific catalog item and ass...

lexy by Kilo Expert
  • 1713 Views
  • 5 replies
  • 3 helpfuls

Setting the Contact type on requests from the service catalog

Hi, I am using Kingston and I have found several articles on how to set the contact type of a record producer. I need to be able to set the contact type on the sc_request to Self Service for orders from our service catalog. I have the scripts, I am w...

Kathy3 by Giga Contributor
  • 1405 Views
  • 11 replies
  • 1 helpfuls

Resolved! Need to show Alert or Error Message in onCellEdit client script

HI All, I have written a on CellEdit client script on incident table, when ever close notes is empty and close code is none, then it should not allow to closed the incident from the list view even. It is preventing incident closure but how to show an...

Indup by Tera Expert
  • 3201 Views
  • 7 replies
  • 2 helpfuls

Resolved! How to manage the inheritance of roles?

Hi, I wanted to remove the users from the role "knowledge" but the inheritance was true so, I used a background script to update the inheritance to false. But while using a background script I made a mistake in Encoded query because of which inherita...

Suresh93 by Tera Guru
  • 3163 Views
  • 4 replies
  • 1 helpfuls

Resolved! Auto numbering through business rule

How to write a script for auto numbering records through business rule.I have written below script but it is not triggering. var gr= new GlideRecord('table_name');gr.orderByDesc('field_name'); gr.query(); if(gr.next()) { var num= gr.field_name; var s...

Siri8 by Kilo Contributor
  • 1284 Views
  • 7 replies
  • 1 helpfuls

Resolved! url change in servicenow

Hello All, We are using a link in servicenow as https://abc.service-now.com to https://xyx.service-now.com. What all are action item need to do before requesting in hi portal? can some one please help to create mitigation plan or action tracker which...

salu by Mega Guru
  • 3864 Views
  • 3 replies
  • 1 helpfuls

How to Refresh the existing page from server side

HI All,   I have a change form . As soon as submit or update the change_request form. The form should be refresh (not redirect).So i have one business rule to update change_request . So i tried the below method to refresh but did not work.   gs.setRe...

sinu2 by Tera Expert
  • 6286 Views
  • 4 replies
  • 0 helpfuls

Resolved! Removing Multiple choice options on catalog item in portal

I am trying to disable certain multiple choice options on onload for catalog item. Tried the below but did not work: var form = typeof g_sc_form != "undefined" ? g_sc_form : g_form; form.removeOption(<fieldName>, <choiceValue>);andg_form.removeOption...

samadam by Kilo Sage
  • 2745 Views
  • 6 replies
  • 0 helpfuls