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

Forum Posts

Resolved! Date Validation in ServiceNow

(I'm new to ServiceNow!)  I need to find a way of validating a date entered by a user.I have created a VS which works on fields which are of the "glide_date_time" type, producing an "Invalid Text" message below the field when "submit" is clicked.Vali...

ryan86 by Kilo Expert
  • 32756 Views
  • 12 replies
  • 9 helpfuls

Set Impact based on Business Criticality of CI

I just received a requirement to set the Impact field of a Problem based on the Business Criticality of the CI selected. However, when go to Customize - Form Layout and expand Configuration Item the 'busines_criticality' field does not show in the li...

Client Script - addEncodedQuery

I have an onSubmit client script that I am trying to run the following code in ... function onSubmit() {       var modelMatch = false,       curModel = g_form.getValue('u_discovered_model'),       ciList = [],       encQuery = "nameLIKE" + String...

Resolved! Redirecting a form on load

From an onLoad client script I want to re-direct the user back to the associated change record if certain conditions exist.   I've tried the following:window.location="nav_to.do?uri=change_request.do?sys_id=[change record sys_id]";It does re-direct t...

joeb_ by Kilo Explorer
  • 1835 Views
  • 2 replies
  • 1 helpfuls

Resolved! Relationship between Task table and Incident table

Hi community of ServiceNow,  I just got on-board with developing solutions with ServiceNow and I got a question. I understand that I can get a column information if I right-click on a label and choose Personalize Dictionary. If I choose the Number la...

Alex Ng by Tera Contributor
  • 14984 Views
  • 5 replies
  • 1 helpfuls

Resolved! Can I create additional parameters on Events I create?

Am I limited to just the Parm1 and Parm2 when creating a new event?   I need to capture the "previous" values of 4 four field when an event is triggered and use these values in a subsequent email that is sent when the event is triggered.   Is it poss...

j_julio by Kilo Contributor
  • 4586 Views
  • 6 replies
  • 3 helpfuls

Show matching and filter out not working

Hey,So i have a group that for some reason doesn't have the rights to use the show matching and filter out options in the list view. Has anyone come across this before of have any ideas why?

joonkusong by Kilo Explorer
  • 3872 Views
  • 5 replies
  • 1 helpfuls

How to backout an update set after commiting ?

Hi All,I want to know that how can we backout an update set from any instance.The last one which is committed will be the first one to backout but i didn't see any option of doing the same on the form.If anyone had done this earlier, could you please...

Resolved! Problem with ScopedGlideRecord

Hello there,I am currently building a custom application with its own scope in the Fuji version. The problem that I encountered and couldn't deal with for quite some time now, is that it seems I can't access many methods of ScopedGlideRecord (I have ...

filip11 by Giga Contributor
  • 2352 Views
  • 3 replies
  • 0 helpfuls