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

Forum Posts

How to handle Mouse Hover envents in Service now?

Hello,My requirement is as follows I have some custom tables and out of box tables, all the tables have schedule start date time and end date time. I have to design a custom   Calendar page, and should display all the events out of these tables in a ...

rkp1 by Kilo Explorer
  • 3235 Views
  • 3 replies
  • 0 helpfuls

Resolved! Issues with blank change tasks being created

We are having an issue with blank change tasks being created and I need some help pinpointing the issue:Scenario: A change ticket is created and then submitted without any change tasks being added. This particular workflow does not have any automatic...

Community Alums by Community Alums  
  • 1899 Views
  • 2 replies
  • 0 helpfuls

Resolved! I have a sys_id, how can I find out what it actually is?

I am trying to track down a content_block_menu named "Portal Menu" from a dropzone on my site.   There is no "Portal Menu" in the list from Content Management -->Blocks-->Navigation Menus.   I have the sys_id from the dropzone - is there a way to fin...

donb_ by Kilo Expert
  • 2961 Views
  • 4 replies
  • 0 helpfuls

Resolved! best guess / close match / misspelt name

Not quite sure how to phrase this We have a order guide that currently has an option to allow the user to request 10 new users to access a site.each needs to be filled in and then each is approved.It works, however now the same team want a "bulk" imp...

poyntzj by Kilo Sage
  • 1573 Views
  • 2 replies
  • 0 helpfuls

Resolved! onChange catolog client script is not working on RITM form

Hi All, I have written below script to auto populate one field, "onChange" of another field. It is working fine on catalog form but it is not working on RITM form.function onChange(control, oldValue, newValue, isLoading) {     if (isLoading || newVal...

Order Guide - Requested for

I would like to ask in the first step of an order guide the "requested for" user.I tried to create the following variable:- name: requested_for- type: Reference- Reference: sys_user- mandatory(Cascade Variables is ON) But when you check out, the "Req...

How CustomEvent.observe works?

Hello--I was reviewing one OoB code which resizes the iFrame's size based on user's interaction. The code is something like below <script>                       (function() {                               CustomEvent.observe('content_frame.resized'...

Resolved! Display Only Certain Choices Based on Another Field Choice

Hi All!I am a bit struggling with a client script, and was thinking maybe someone could help me out? I have a field called 'Primary Cause' which has choices of Hardware, Infra Software, Business App, etc., and another field called 'Primary Cause Subc...

Sofija by Giga Expert
  • 7075 Views
  • 3 replies
  • 2 helpfuls

Beware of the "replaceAll" string function

We recently had a situation where our event processor hung.   Turns out, it was a result of the following:var msg = '$&';var src = '<div ${style_section_content}>${CONTENT}</div>';src = src.replaceAll('${CONTENT}',msg);gs.print(src);Go ahead and try ...

ty_roach by Tera Guru
  • 5482 Views
  • 2 replies
  • 0 helpfuls

Resolved! UI Action updating twice

I have a custom table that is extended from Task.I have a UI action that updates a custom field. It works fine if I press the button without changing anything else on the form. However, if I press the button after I've put some text into the WorkNote...

leslie8 by Mega Expert
  • 7238 Views
  • 9 replies
  • 0 helpfuls

Resolved! Copy Existing Values and Add New to Watch List onChange

Hi All!I was hoping maybe someone encountered the same issue or would be able to help regarding watch list. I currently have client script running to add specified email based on incident priority selected. However, once user chooses to change the pr...

Sofija by Giga Expert
  • 4145 Views
  • 10 replies
  • 0 helpfuls