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

Forum Posts

Resolved! How to avoid using sysid in client scripts

Hi there, I have an issue retrieving sys_id that is stored in system properties. As you can see on the pictures, I'm trying to set a value for hidden assignment group that I call in record producer. For some reason using g_scratchpad didn't work at a...

Eric Hartojo by Tera Contributor
  • 1896 Views
  • 4 replies
  • 2 helpfuls

Hiding Form Sections Based on User Group

I am trying to hide a form section based on a users group, which is not listed on the form itself.  I tried the following client script and it's doesn't hide the tab.  function on Load(){var me = g_user.userID();if (me.isMemberOf('7efcb8956fa21100dd...

Resolved! Decision Tables & Licencing

In the background, when adding a new decision table, a new database table is created with a name like [var__m_sys_decision_input_1234567890abcdef1234567890abcdef]. I assume this is free of licencing but the documentation does not specifically exclude...

AndyLock by Mega Guru
  • 2915 Views
  • 8 replies
  • 1 helpfuls

Info Message on UI Page?

Hoping this is a relatively simple question; I couldn't find it via a precursory search in communities. On a UI Page, how do I display an info message?  Use case: User hits Submit button on UI pageClient Script calls GlideAJAX script includeGlideAJAX...

Daniel188 by Giga Contributor
  • 4630 Views
  • 6 replies
  • 2 helpfuls

Resolved! Add a confirm action modal to UI Action

Hi all, I created a UI Action that automatically sets an asset state to "Missing," but I'm trying to add a modal that shows a short message and then prompts the user to click on "Cancel" or "Report as Missing." A flow is automatically triggered when ...

taofeek93 by Tera Contributor
  • 3867 Views
  • 8 replies
  • 2 helpfuls

Why do we get portal error of "Tour ended because the next step was not found." at the top of the page after selecting any of the tour options?

When choosing any of the tours from the Tours menu option from the Portal Home page, it takes several seconds but then it finally results in an error. Steps to check: Go to service portal of instance.Select Tours.Select any of the options. Choose "Be...

Ankit69 by Tera Contributor
  • 1826 Views
  • 8 replies
  • 0 helpfuls

Resolved! Operational Tasks - Via Service Catalog

I have been asked to setup operational task. We are going to use Service Catalog to create requests with the task to do the work. I was going to use flow designer to order the items when they are needed. Daily ones are easy enough as well as weekly. ...

org.mozilla.javascript.EvaluatorException: GlideRecord.setTableName - empty table name (sp_widget.1ceb35505b3022000d7ec7ad31f91a81.script; line 75) Error in Service Portal

Hi All,I am facing the below error when clicking on the Catalog Tasks record only for one catalog Item.--------------------------------------------------------------------------------------------org.mozilla.javascript.EvaluatorException: GlideRecord....

Mehak1 by Giga Expert
  • 866 Views
  • 2 replies
  • 1 helpfuls