ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

catalog client script not working in service portal

Can someone please help!I cant get this catalog client script working in service portal, however works fine in the native UI.   function onChange(control, oldValue, newValue, isLoading) {    if (isLoading || newValue == '') {        return;    }    v...

Thomas99 by Tera Contributor
  • 984 Views
  • 5 replies
  • 1 helpfuls

Service Now adaptive authentication and OAuth

We are currently testing Adaptive authentication and have noticed that APIs that use OAuth does not work when the "Enable Authentication Policy" is true. I have tried connecting Via postman by following instructions here - https://support.servicenow....

Harish V by Giga Guru
  • 2386 Views
  • 6 replies
  • 1 helpfuls

Resolved! $sp.getStream() not returning all entries

I have a customized ticket conversation widget on the case table. I get the entries using the line data.stream = $sp.getStream(data.table, data.sys_id); The internal servicenow UI shows the case has 102 Comments (client visible) entries order desc on...

vkachineni by Mega Sage
  • 3868 Views
  • 3 replies
  • 0 helpfuls