Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! first 3 characters

Hi All,I am trying to populate name field on another field through client script. But I want only first 3 characters to be auto-populated. Please share your thoughts on how to achieve this?Appreciate you Help!!Thank you,Jack

kpj by Giga Contributor
  • 13863 Views
  • 4 replies
  • 2 helpfuls

Inbound Email Update Action - Reply Prefixes Not Working

Hi All,  I have a client who has been struggling with updating incidents via inbound email actions.   According to the ServiceNow Wiki, a Reply inbound email action type should be created under the following conditions: The email contains one of the ...

lgustafson by Kilo Expert
  • 12381 Views
  • 14 replies
  • 4 helpfuls

Resolved! Setter Field for Data Lookup Definition issue

Hi! I'm practicing Data Lookup. I've been able to follow the process as it appears in Data Lookup and Record Matching Support - ServiceNow Wiki . When I get to the "Create Data Lookup Definition Record" section I am able to create the new Matcher Fie...

luisesparza by Kilo Contributor
  • 5317 Views
  • 7 replies
  • 4 helpfuls

Comments as html in activity log

Hi.We have change the comment field (additional comments) to act as HTML field. But now when I update incident the comment will be added to the activity log as a plain text with html tags in it.How can I change this so that the comment will also be d...

Scheduled import error

Hi,I am getting this error"java.io.IOException: SSH authentication failed, Failed to connect TCP"when i tried with scheduled import .i added both parameters and tried but its not working :   mid.ssh.use_keyboard_interactive and mid.ssh.use_snc=trueI ...

Capture.PNG

Add required question to interceptor

Wondering if I can achieve a mandatory field value and make it required.   Currently we use the Change Request interceptors with three questions.   Normal Change, Standard Change, and Emergency Change.   Currently if you select Emergency Change it op...

find_real_file.png
taddparris by Kilo Expert
  • 3754 Views
  • 8 replies
  • 5 helpfuls

Resolved! Fixed reference field value

Hi all,I'm using a reference field to the user table for a 'name'.   I need to fix the value so if an object in AD is deleted, the username value in the reference field is not removed.   Anyone know how to achieve this?Thanks all!

jimpaige by Giga Contributor
  • 2821 Views
  • 4 replies
  • 3 helpfuls

Resolved! I need a way to apply a template to change record in background with template sys_id rather than template Name

Example :   var ga= new GlideRecord("change_request");                                   ga.applyTemplate("Name of template") ;                                   ga.insert();             I need a way to apply template with sys_id of template rather t...

sanju41 by Giga Contributor
  • 6528 Views
  • 5 replies
  • 10 helpfuls

Resolved! Help with a Business Rule across multiple tables

I need some help with a BR. I've tried everything I can think of to get it to work. I tried to do it with the Set Values in the BR with no luck.Record Producer to Open a Request on Table "sn_sm_legal_request" - Then it creates a Task on table "sn_sm_...

Resolved! Work Notes and Additional Comments in UI16

We've been playing around with Geneva and UI16 for a bit now, and have run across some questions with the behavior of the work notes and additional comments fields on the default incident form.   We would like to move the work notes and additional co...