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

Forum Posts

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
  • 2208 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
  • 4832 Views
  • 4 replies
  • 3 helpfuls

Resolved! Control Check box visibility in an UI page

Hi All, I have an UI page that appears on Incident form on click of "Resolve" button in form of a Dialog window.I have a checkbox in the UI page that needs to appear on basis of some conditions. So, I already have the same checkbox field on form as w...

Community Alums by Community Alums  
  • 3429 Views
  • 13 replies
  • 0 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
  • 5166 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
  • 9853 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
  • 4305 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...