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

Forum Posts

Resolved! How to deal with callback function?

var redirect_msg = getMessage('redirect_popup', function(msg) {}); if (confirm(redirect_msg) == true) { top.window.open('some link to redirect'); return true; } else { return false; } In the above line of code, onSubmit of client script, confir...

Yogesh Raut by Tera Contributor
  • 2154 Views
  • 2 replies
  • 1 helpfuls

Resolved! UI Builder - How to use the action bar?

Hello I would like to add some Buttons that use UI Actions. Hence I am trying to add a Action Bar to my page. Unfortunately, I cannot find any working examples and the documentation is also not really helpful. Could you please explain me how to use t...

Hendrik6 by Kilo Guru
  • 10651 Views
  • 3 replies
  • 6 helpfuls

Fix script or Scheduled Job?

Hello I would like to know which is better to use regarding the Fix script function and Scheduled Job in my situation. 1. I need to delete multiplue records which is accidentaly created2. The record deletion is planed once but may be needed in the fu...

Kohei4 by Giga Expert
  • 1952 Views
  • 5 replies
  • 0 helpfuls

Resolved! ACL at field level

Hi I created this Read ACL on sys_user field email.  I put a simple condition of if email does not contain @1234 then only sn_hr_core.case_writer role can read this field.  However, it just hides it everywhere now, even if the condition is not met......

find_real_file.png
Job1 by Tera Contributor
  • 8161 Views
  • 1 replies
  • 0 helpfuls

Contextual search set up

Hi All, I set up contextual search for my record producer, so as of now its getting results from catalogs and All Knowledge articles but we want search results only from a specific knowledge Base(i.e our custom knowledge base). If any idea kindly sha...

Appy2 by Tera Contributor
  • 4524 Views
  • 5 replies
  • 0 helpfuls