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

Forum Posts

Resolved! g_form removeOption does not work on catalog variable

I am trying to remove an option from a select box on a catalog variable but it does not remove. The script is:function onChange(control, oldValue, newValue, isLoading) {     if (isLoading) {           return;     }   g_form.removeOption('eai_reviewer...

tkaneko by Giga Contributor
  • 14167 Views
  • 30 replies
  • 26 helpfuls

Resolved! Robust Transform Engine vs Transform Maps

Hello Friends,         We developed few transform maps to map data from staging table to the target CMDB tables and at that time we were in Madrid version. Now we have upgraded to the Orlando version which introduced the functionality of Robust Trans...

Resolved! Uncheck out workflow

Hello There - Does anyone know how I can uncheck out a published workflow? Usually there is a delete option - but it is not appearing when I select the list option, I only have the below options to choose from: I also selected 'copy' on a different ...

find_real_file.png
Winnie P by Mega Sage
  • 2676 Views
  • 5 replies
  • 2 helpfuls

Resolved! Powershell activity - hostname issue

Hello,I am an absolute newbie at orchestration but I am trying to learn how to use PowerShell for orchestrating. I have read and tried some fabulous articles which have been very helpful in preparing a base.I am trying to run a simple PowerShell scri...

tiyasa by Giga Expert
  • 4421 Views
  • 8 replies
  • 2 helpfuls

Resolved! Creating Space between Icon Links / Widgets

Hi ServiceNow Community,  How do you create space between widgets?  From the image below, I would like to create a space between the top 3 widgets and the bottom widget.  I have tried resizing the widgets but the 'eeee' widget keeps merging into the ...

find_real_file.png
James Veale by Giga Contributor
  • 2226 Views
  • 6 replies
  • 2 helpfuls

Resolved! How to approve a catalog task in an ATF

Hello, I have an ATF that I created. It involves ordering an item from the Service Portal. When I get to the approval process and marking tickets as Closed Complete, I jump to the server section and use the Replay Request Item. This allows me to grab...

find_real_file.png find_real_file.png find_real_file.png
mkader by Kilo Guru
  • 7301 Views
  • 16 replies
  • 2 helpfuls

Service Portal <head> tag

Hi All, We are trying to integrate ServiceNow with Cookie Compliance on one of our public-facing Service Portal. To implement this, we need to embed the Cookie Compliance script (basically as <script> tag) inside the <head> tag of the Service Portal ...