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! When the user's account is deactivated. We have to pull the list of ticket numbers assigned to the user and paste them in the newly created field on the user record?

I have a field free text field in user table. Once the user's account is deactivated. We have to pull the list of ticket numbers assigned to the user and paste them in the newly created field(free text field in user table) on the user record. Please ...

Feroz1 by Tera Contributor
  • 2023 Views
  • 5 replies
  • 2 helpfuls

Import Data into ServiceNow via ODBC connection

Hi All, In ServiceNow, it possible to configure a ODBC connection to an another system by installing their ODBC driver in the MID Server to pull the data into ServiceNow? If 'Yes' please do let us know how we can establish the connectivity or do we h...

surendarm by Kilo Expert
  • 5295 Views
  • 12 replies
  • 0 helpfuls

Best practice in App Engine versions

Hey! Hello!I create an App using App Engine.Since then, all customizations that I am making on him I am doing in the "default"  and "committing" in QA and Production Instance, utilizing the pipelines. The question is, what is the best practice to do ...

ArthurBernardo_0-1688999232076.png ArthurBernardo_1-1689000824370.png ArthurBernardo_2-1689000958578.png

Resolved! Email Layout not carrying out to email

Hi , I've configured a email layout for customer image and background image, added it to a template. When i use preview it is showing correctly. But when the notification is triggered not showing in the outlook. Below is the code and notification pre...

bhargav1330 by Giga Contributor
  • 4992 Views
  • 5 replies
  • 0 helpfuls

Resolved! Scripted Code is not working in scoped application

Hi Team ,Am using scoped application(x_cenv_integration) and written inbound with pagination  URL:https://xyz.service-now.com/api/x_cenv_integration/oas_sr?size=2&number=1 inboundCode: var toDelete = ['new_location_details', 'requester_details', 'req...

String by Kilo Sage
  • 1751 Views
  • 7 replies
  • 1 helpfuls

Catalog item End date field

In the catalog item there are two fields for date: State date and End dateThe requirement was End date cannot be more than one year from start date.I want the End date to be maximum one year from start date. Please help me how we will write client sc...

ashok17 by Tera Contributor
  • 1643 Views
  • 4 replies
  • 0 helpfuls

OAuth Bearer Token Near Expiration

I've been working with my developer instance and exploring the API.   I am successful at making API calls using the OAuth integration with the "password" grant type.   But I've noticed something that seems less-than-optimal in regards to the access t...