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

Articles

Script::. How to update a change_request

Script::. How to update a change_request   var objChangeRequest = new GlideRecord("change_request"); objChangeRequest.addQuery("sys_id", "bfb14d900fa0d74032854d6a42050e38"); objChangeRequest.orderByDesc('sys_created_on'); objChangeRequest.query(); o...

Know-More-Now-Logo.jpg
tiagomacul by Giga Sage
  • 1354 Views
  • 1 comments
  • 11 helpfuls

Mid server on Raspberry Pi Zero W

I installed the MID server to "Raspberry pi Zero W" and the connection to the ServiceNow succeeded.I will post it as a case.(By cooperation of Google translation)"Raspberry pi Zero W""Kingston of My Instance" as of February 20, 2018After setting the ...

iwai by Giga Sage
  • 1331 Views
  • 1 comments
  • 4 helpfuls

ServiceNow support for Flask

Hello! I've created Flask extension that uses the Pysnow library for creating apps on top of the ServiceNow REST API.I can think of a plethora of uses for this extension, although the most obvious would probably be to integrate one or more components...

Team Development Considerations.pdf

How many instances does Team Development require?How does Team Development compare to Update Sets?How does Team Development compare with external SCM tools, like Git?These are a few of the common questions I've been asked as customers adopt Team Deve...

james_owen by ServiceNow Employee
  • 1661 Views
  • 1 comments
  • 0 helpfuls

Forms layout documentation — Database View style

Have you ever struggled with the task of documenting the layout and content of the forms used in your ServiceNow instance? Did you find it time consuming and really boring? Wouldn't it be great if you could just pull out a list of every layout of eve...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

How to refresh popup attachment window

I have created a check box in attachment popup window as shown below(pic2). so for every attachment this checkbox will appear.But, as soon as i attach a attachment check box is not coming next to file name. It is coming after closing the popup window...

find_real_file.png find_real_file.png Screen Shot 2017-07-11 at 7.49.19 PM.png find_real_file.png
Jeet by Tera Expert
  • 5334 Views
  • 1 comments
  • 0 helpfuls

Service Now OAuth Bearer Tokens

I recently published a node module for getting and refreshing an authenticationtoken. This token can then be used to issue client side requests or nativeapplication api requests.service-now-bearer Check it out and let me know if you have any issues!T...

KB Category listing widget empty

Recently updated to Istanbul 8 and discovered a problem with our olders KB Widgets, specifically the ones handling KB Categories.It appears the old API getKBCategoryArticles is no longer available and should be changed to getKBCategoryArticleSummarie...

felladin by Tera Guru
  • 2015 Views
  • 2 comments
  • 0 helpfuls
Top Contributors