Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Resolved! RITM Variables not showing on Task (task generated via script)

Hi folks, I have a catalog item that allows a user to request application access. This is the workflow I'm using: I use this "Group Assignment" script to create the tasks based on the applications selected: var app = new GlideRecord('cmdb_ci_appl');...

find_real_file.png find_real_file.png find_real_file.png
Brian155 by Mega Expert
  • 4955 Views
  • 5 replies
  • 0 helpfuls

Resolved! Import Set Row state definition

Does anyone have a definition for the import set row sys_import_state's And what script/business rule is run to set the sys_import_state value's on am Import Set Row I can see the state values but there is no documentation for the definition of these...

Davie by Giga Expert
  • 2569 Views
  • 4 replies
  • 1 helpfuls

Resolved! Changing Form Section Name

I am trying to change the name of this form section "Tutor Certification Data" to just "Tutor Data."  I had originally created the tab through "Form Layout.   I looked at the help documents.  There is no section on changing a form name.  Only deleti...

find_real_file.png find_real_file.png find_real_file.png
dmullinax by Mega Guru
  • 5576 Views
  • 4 replies
  • 3 helpfuls

Resolved! Advanced Reference Qualifier not allowing OR condition?

Quick question, on our assignment group reference qualifier I have the below code.javascript: "company=" +current.company + "^active=true^typeLIKE12345^ORcompany=12345"; It's filtering everything correctly except the added OR condition of having anot...

ryanduclos by Kilo Expert
  • 5610 Views
  • 9 replies
  • 5 helpfuls

Resolved! Using the condition Builder

I'm trying to wrap my head around using the condition builder, and would appreciate any help you could give.  Specifically i want to know how ServiceNow checks the condition specified on a record is a match to the current record  For example: How doe...

NeilH2 by Giga Guru
  • 11034 Views
  • 7 replies
  • 6 helpfuls

Field styles for List field

Can we create field styles for list or list collector type of fields in service now. We are trying to add field styles for watch lists. For some of the users,  it has to show them as highlighted on incident form. For this, We've implemented a custom ...

find_real_file.png find_real_file.png

Change URL display text in list

Hello, I have a URL field, and it is displaying the full, hyperlinked, URL. I was wondering if, rather than the field displaying the full URL, it was possible to say something like, "View Dashboard".  The URL field is calculated, and opens fine. It's...

sgodinho by Kilo Contributor
  • 4827 Views
  • 5 replies
  • 0 helpfuls

Resolved! Database view - Incident and sc_req_item

We have setup an choice field on incident form. Choice field= Ticket Type:  Incident or Request Type. On incident form we have Category EOL , subcategory - laptop replacement.  On sc_req_item we have EOL item. I need to merge the 2 reports to underst...