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

Forum Posts

Resolved! Catalog item variable limit

Hi, What is the maximum number of variables that can be created per catalog item? I want to check if there are restrictions such as the upper limit of 50 fields in a custom table.   Also, is the restriction of 8126 bytes per record included when a s...

Tepp by Tera Expert
  • 2500 Views
  • 2 replies
  • 3 helpfuls

Get the value of reference field using glideajax

How to get the display value of reference field in script include and use it in client script. I have done it using getdisplaybox but it is not supported or throws an error in some places, hence would like to do it through glideajax. Thanks in advanc...

SNow35 by Giga Guru
  • 2662 Views
  • 7 replies
  • 0 helpfuls

Service Portal navbar links visited bg color

Hi Experts,I created a navbar in Service Portal and want to style it so that a visited link has a different background color and font color.   I found a Sassy CSS variable cheat sheet on github and found the following navbar variables, which all work...

yundlu316 by Kilo Guru
  • 1067 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to return JSON from Script Include

I have a situation where multiple records can be selected and then a List UI Action can be invoked.  I am passing the list of sys_ids from getChecked() to GlideAjax to be processed on the Server Side.  I am matching records from multiple tables and g...

jstocton by Kilo Expert
  • 3386 Views
  • 4 replies
  • 0 helpfuls

Resolved! Email Script to display Task Variables

Has anyone written an Email Script to display variables related to a Task record that was create using a Record Producer, rather than a Catalog Item?   Basically, I need to create a notification for a Service Management application and display the va...

Resolved! gr.getElement('field').getChoices() give invalid Array

Hi All, I stumbled upon an error which acutally cannot be or there is indeed a bug. This is part of the code: ... orderArr = grAtt.getElement('u_fields_order').getChoices() ; // array with order and choice values gs.print(orderArr.toString()); gs.pri...

Tuna by Giga Guru
  • 1836 Views
  • 7 replies
  • 1 helpfuls

How to make Copy button form expose on service portal?

Hi All, I could see there is a copy button on requests(sc_requests) for which is use to copy complete request along with related RITM and Catalog Tasks. How to make this Copy button visible on Service portal so that user can able to copy same request...

Mahesh Pithe by Tera Contributor
  • 1390 Views
  • 1 replies
  • 0 helpfuls

Slow Business Rule

Hi All, ServiceNow has done some analysis for my customer and sent a report saying there are some business rules are slow. But I checked and Business rules are not lengthy. I also tried the script in business rules in background script and it is exec...

How to make the Default Value on the Multi Line Text Bold

Hi,   I have a Variable of type Mulit Line Text and in the Default Value i have something called as Project Description:   Project Benefits:   Now values mention in the Default value should be in Bold i tried with    <b>1) Project Description:</b><br...

Resolved! Scheduled event execution in servicenow

hi All, I am thinking a scenario , where i want to process particular events to be processed at particular time and other in different time ex: lets say all the events created in incident should be processed when at 3 to 4 and all the events created ...