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

Forum Posts

Can I call an API from form on ServiceNow?

Hello, I'm new to ServiceNow. I'm working on integrations and requirement is can we make a call a third party API from ServiceNow via form(UI, by clicking on button, should call API and get response/render on UI). Can we do this? any reference or vid...

susmita2 by Kilo Contributor
  • 2514 Views
  • 8 replies
  • 7 helpfuls

Resolved! Client Script - Discard Changes to Record

I have a UI Page that is meant to be a re-usable recreation of the OOB "dirty page handler" Modal: The client script of the UI Page is as follows: addLoadEvent(function() { // Show message with parent record display value $j("#dirty_form_modal_conf...

find_real_file.png

Resolved! Refresh/Reload the from from an UI Page

Hi All, How to reload a form  from an UI Page. There is an OOB UI Page 'assessment_thanks' I want to reload/refresh the Risk Form on displaying this message "You have completed this Assessment" from this ui page   <div class="end-note" data-form-titl...

Uma13 by Kilo Contributor
  • 4107 Views
  • 1 replies
  • 0 helpfuls

Advanced Work Assignment - Work Item Sort Order

Hi all, I have installed Advanced Work Assignment plugin in order to implement automatic allocation on several custom processes.   I was checking on queues configuration and I noticed that it is possible to configure a specific Work Item Sort Order f...

Camilla5 by Tera Contributor
  • 1685 Views
  • 1 replies
  • 1 helpfuls

How to hide modules for admin

Hi, They are few custom modules which needs to be restricted visibility even for the admin. Only for the xyz role user can view it. I have tried writing before business rule. but still it is not working.      

Resolved! Unhandled exception in GlideAjax

I have a catalog client script that keeps giving "There is a JavaScript error in your browser console"  The console just says "Unhandled exception in GlideAjax." This is the code I believe it is having the issue with: var ga = new GlideAjax('StaffInf...