We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Articles

OAuth 2.0 Setup in ServiceNow

Integrations in ServiceNow can sometimes feel like wrestling with a puzzle, but setting up OAuth 2.0 doesn’t have to be a headache. I recently implemented this, and it looks straightforward process, which was quick, clean, and reliable. Here’s someth...

Tushar by Kilo Sage
  • 14634 Views
  • 2 comments
  • 10 helpfuls

Get server data in widget client controller

Problem: GlideAjax is not supported in widget client controller. so it can't be used to get data from server KB0691908   Alternate Methods to get server data to client controller of widget!! Method 1:Using server.get() method to get data from server....

find_real_file.png

Zurich's new run types for scheduled jobs

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   One of my Zurich release favorites: Scheduled jobs got enhanced with three new run types and two new advanced options, making scheduling a lot more flexible ...

01. Yokohama.png 02. Zurich.png 03. Day in Month in Year.png 04. Day in Week in Month in Year.png

Access RITM Variables using Flow Designer

Hi, In this article, I will show you how we can access the variables data in the flow designer. Prerequisites: Install this plugin Flow Designer support for Service Catalog. Ref: https://docs.servicenow.com/bundle/newyork-servicenow-platform/page/adm...

find_real_file.png find_real_file.png find_real_file.png
asifnoor by Kilo Patron
  • 36675 Views
  • 11 comments
  • 44 helpfuls

Mobile Icons

Hi,While upgrading from Calgary to Fuji!I wanted to bring more capabilities to the users and bring a better Mobile experience.While working on the Mobile application (Home Page Favorites), I saw that the field for icon is a free text field.So you can...

Home Favorites.bmp icons.jpg

Performance Analytics Content Pack for Service Portal

Wanting to learn more about the user engagement of your Service Portals? Check out Performance Analytics Content Pack for Service Portal. Now available in the ServiceNow  Store https://store.servicenow.com. This app provides a dashboard with usage an...

find_real_file.png

Service-Now Client Script APIs

Field-Based APIs Hide/D­isplay variable : g_for­m.s­etD­isp­lay­(<f­ld>­,tr­ue/­fal­se); Disable a field : g_for­m.s­etD­isa­ble­(<f­ld>­,tr­ue/­fal­se); Field ReadOnly : g_for­m.s­etR­ead­Onl­y(<­fld­>,t­rue­/fa­lse); Clear Value fro...

Top Contributors