Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

OnSubmit Catalog client script not working

function onSubmit() {    var user = g_form.getValue('requestbytmp2_name');    var ga = new GlideAjax('CheckOAuthToken');    ga.addParam('sysparm_name', 'isTokenValid');    ga.addParam('sysparm_user_id', user);    ga.getXML(GetData);   function GetDat...

Jira Spoke via OAuth 2.0

Hello everyone,We set up the Jira spoke for Jira Cloud using OAuth authentication, and it worked perfectly for a while. However, out of the blue, it stopped functioning. The "create issue" action now responds with the following error:Error: You canno...

oussaman by Tera Contributor
  • 483 Views
  • 1 replies
  • 0 helpfuls

Resolved! Hiding the OOB record producer 'Walk-up Appointment Booking'

There is one OOB record producer named as 'Walk-up Appointment Booking' which has all the fields set to read only due to its protection policy. This comes as a part of plugin - walkup experience. Since, it is not editable, we copied it and made the n...

curr_user_0-1750949203064.png
curr_user by Tera Contributor
  • 823 Views
  • 4 replies
  • 0 helpfuls