Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Creation of email notification with approve & reject button

Hi All, I have a requirement as below- I have a catalog item to which a workflow is attached. On the catalog item form there is a variable(type- select box) which has options as A,B,C,D,E. Also the workflow has configured in such a way that for eg- w...

Rose17 by Tera Contributor
  • 2685 Views
  • 22 replies
  • 0 helpfuls

Fetch Value of Lookup select box?

I have requirement to fetch the variable value which is of Lookup select box. The variable is declared as:     Now as we see its Lookup field value is Sysid rather than country so if i write a client script as follow:     Can anyone help me in how...

find_real_file.png find_real_file.png find_real_file.png
sneha64 by Tera Contributor
  • 2857 Views
  • 3 replies
  • 1 helpfuls

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
  • 8078 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
  • 3325 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
  • 4093 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
  • 3417 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
  • 2249 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
  • 1797 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
  • 2403 Views
  • 6 replies
  • 3 helpfuls