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! Get a list of catalog/service names from ServiceNow

I am using the below REST API URL to get the list of Service names from ServiceNow. But this is returning non-service entries as well. Am I using the wrong URL? Please help.https://<baseurl>.service-now.com/api/now/table/sc_cat_item?sysparm_fields=na...

neha_joshi by Kilo Contributor
  • 3776 Views
  • 10 replies
  • 0 helpfuls

Resolved! Service Portal and SSO not working together

So,I've been hijacking a few thread but I think I might end up better with a own thread for this specific case.I've been testing around with the Demo Service Portal(SP) that comes along with ServiceNow so I can build my own. My problem is this:We wan...

Resolved! How to write a complex query~

How to write a complex queryï¼�now,I have a query as follows。         select tbl.a,                             tbl b,                             tbl c         from   table tbl     where 1=1           and   (a.start_date >= '2015-04-01' and a.sta...

tianhb by Giga Contributor
  • 4026 Views
  • 7 replies
  • 1 helpfuls

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
  • 13727 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
  • 12050 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
  • 5021 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
  • 3566 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
  • 2665 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
  • 6325 Views
  • 5 replies
  • 10 helpfuls