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

Forum Posts

Resolved! View PDF file in service portal

I need to embed a PDF file for the user to view inside the page in service portal. I have tried the following, and nothing works.   The iframe downloads the atttachment instead of showing it. <iframe id="inline_document" scrolling="no" style="width:1...

Juliana by Kilo Expert
  • 14364 Views
  • 33 replies
  • 16 helpfuls

Save preference business rules

Hey guys, I'm trying to change a user's language upon an event being created by an external system. I have the following code in a script action :  var grUser = new GlideRecord('sys_user'); grUser.addQuery('email', event.parm1); // find user grUser....

Add script to flow designer

I am trying to add a script to be executed in a flow. I dont see it available under Actions. The script will execute against the local instance. I am replacing a workflow created in the workflow editor.