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

Forum Posts

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
  • 1541 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
  • 4161 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
  • 6465 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
  • 2978 Views
  • 6 replies
  • 0 helpfuls

Official Way for Our own domain redirect to ServiceNow instance

I would like to know more about Web or Proxy architecture on this case. Please kindly explain more.ServiceNow does not provide or support this facility. In order to accomplish this, you must procure and configure a web or proxy architecture to answer...

marcolee by Kilo Explorer
  • 1925 Views
  • 3 replies
  • 2 helpfuls

Resolved! Templates - Child templates not applying

Hi All, We use Templates for Standard Changes.   I've created a module in the Change application where users can select the template and automatically create a change with the relevant change tasks generated.   It's recently been brought to my attent...

Resolved! Convert Incident into request item

Business requirement1. Convert INC to RITM2. Once converted INC ticket should be cancelled and have reference of RITM.3. INC fields details should be mapped with RITM fields (attached screen shot for mapping fields) ==================================...