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

Forum Posts

Resolved! Create requests from excel import

Hi Everyone,I'm new to the community and eagerly learning lots about this amazing platform.I have an excel file that I'm importing into a custom table. The excel file has 4 columns full of data and about 100+ rows of data in it. From that excel file,...

rba-chris by Kilo Expert
  • 7528 Views
  • 7 replies
  • 2 helpfuls

Out of Box Group Type Purpose

I'm having trouble finding information on the purpose/function of the out of box group types (catalog, itil, and survey). 'itil' is just described as 'ITIL based groups' and I'm currently debating on using this group type for all of our assignment gr...

Resolved! parent in Update sets

What is the parent in the update sets? what we will configure the in the parent look up field? actually when will we use this field?

GSReddy1 by Tera Contributor
  • 2879 Views
  • 11 replies
  • 4 helpfuls

How to close the GlideDialogWindow

I have a requirement like if CI is not existing in the system User will add Add CI button to add CI. I have GlideDialogWindow in the UI action. I am able to save the CI but not able close the GlideDialogWindow using GlideDialogWindow.get().destroy() ...

rpoola by Tera Contributor
  • 3815 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to get URL param values in record producer for Service portal?

HelloI would like to add values in my form using url but it doesn't work. I made a client script: function onLoad() { var serviceinput = getParameterValue('sysparm_service'); if (varserviceinput) { g_form.setValue('category', 'service'); g_form.setV...

find_real_file.png
Sebaslag by Giga Expert
  • 2836 Views
  • 6 replies
  • 1 helpfuls

Escalation Button on the Portal view - is this possible?

Good Afternoon, Please can someone advise? We would like to create a custom button on our portal view of the incident page for users (non licensed and licensed) to be able to press to escalate an incident in the queue.  This is the page we would like...

find_real_file.png find_real_file.png
ToniOxley by Kilo Expert
  • 1886 Views
  • 7 replies
  • 0 helpfuls

Is there a way we can parse and get the value of "X-Original-From" from the header of an email which got forwarded/redirected to Servicenow

HI All,   Our instance has too many forwarded/redirected emails coming in and we want to fetch the "X-Original-From" from the header, is there a way to do that via scripts ?. email.origemail does not give the right sender address hence we want to do ...

Sn22 by Kilo Contributor
  • 1524 Views
  • 5 replies
  • 2 helpfuls

Resolved! Background script for making multiple requests to active False

Hi Everyone,   I have a code for making single requests to make active false by using Background scripts but for making multiple requests to make active false what i need to add in this below query.   Please suggest me on below code.     var gr = new...

midde2 by Giga Contributor
  • 2027 Views
  • 6 replies
  • 3 helpfuls

Generate a service catalog request using Rest API

Hi, I have a requirement to integrate a third part application using which ill have submit a particular catalog item and must be able to generate a request and RITM in my servicenow instance. Since am new to the concept of API can I please get some a...

Supritha3 by Tera Contributor
  • 2160 Views
  • 7 replies
  • 0 helpfuls

Resolved! what is scratch pad?

what is scratch pad,  what is its use in business rules , client scripts, ui policies , workflows? what is difference between scratchpad and ajax in clientscripts ?