Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

Forum Posts

Is it possible to hide the top navigation bar?

I've created a NOW Experience application and the client would like to have the top navigation bar - the usual ServiceNow header nav bar - not display while users are using the application.  So either, 1) disable the nav bar while navigating the expe...

YannDubois2_0-1776809637579.png

Client Scripts running while inactive.

I have made 2 client scripts in my PDI. One is onLoad and one is onSubmit. They are both set to Active = false. Both still run. I have checked in my Update Set and they are showing correctly as "<active>false</active>". I have cleared my instance cac...

markcbasile by Tera Contributor
  • 152 Views
  • 2 replies
  • 0 helpfuls

Typeahead component issue

Hello, I am configuring a typeahead component in UI builder.I have issues with mapping the Item selected event to a client script function. After I select an item - nothing changes. Please check my config..may be I am missing something. 

pbodlev by Tera Contributor
  • 382 Views
  • 7 replies
  • 0 helpfuls

Resolved! Client Credentials OAuth Application User

Hello!I like the idea of having inbound (to ServiceNow) REST integrations start to use the client credentials grant type for several reasons, which I'll leave out for now for brevity. To use the client credentials grant type, one only needs to specif...

s-jacobs by Tera Contributor
  • 9126 Views
  • 6 replies
  • 3 helpfuls

Create an OAuth API endpoint for external clients

"Exception on token flow - unsupported_grant_type_for_pkce: Grant type password is not supported. PKCE only supports authorization code flow: no thrown error". This is the system log message after I sent a request to get the refresh token from Postma...