We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Nutanix and ServiceNow

Greetings Folks. We have a Nutanix environment that I need to integrate into our ServiceNow CMDB, and I was wondering how other groups have done this? I haven't found much info on this so far, but I can't be the only one out there with a Nutanix envi...

Continue Workflow if either task is completed.

In my Workflow, I would like to continue if either one of two tasks is completed. Branch/Join doesn't seem to be the correct answer since it requires something to happen to both tasks. Pointing both boxes to the next step causes inconsistent cancelli...

Disable 'Next' button in Order Guide

One of the items included in my Order Guide will contain only information and a link.  Is there any way that users can make it to the 'Choose options' stage, to continue clicking on the link, and not fill in any variables or continue to the 'Summary'...

CatalogCat by Tera Contributor
  • 3018 Views
  • 5 replies
  • 0 helpfuls

Resolved! How to create a generic Group Approval workflow?

Hi Experts,I am looking at creating a standard workflow which can take(say) a "Group name", and assign approvals to that group.Basic requirement is that we have some upcoming requests that are owned & managed by different units in the Business.So bas...

Sonal10 by Kilo Expert
  • 3825 Views
  • 10 replies
  • 3 helpfuls

Resolved! Workflow: Dynamic Task Creation

I have created a catalog item with a multi-row variable set.  For each item in the MRVS, I want to create a task.  Below is my workflow while it is running.  I have a 'loops' scratchpad variable that is storing the number of items submitted minus 1 (...

find_real_file.png find_real_file.png
kchorny by Tera Guru
  • 3010 Views
  • 3 replies
  • 0 helpfuls

Resolved! Display Value of a reference field in a UI action is not working

Hello, I have a UI action creating a knowledge article from a List View (so, you select 1 or multiple boxes on the list list view, and then there's the  menu option to create a knowledge article). I want the knowledge article short description to inc...

Sandy7 by Tera Expert
  • 3339 Views
  • 7 replies
  • 1 helpfuls

Create a toggle button

We are attempting to create a UI Action button that toggles all fields to be editable on what they currently are set. We have the code:var fields = g_form.getEditableFields();for (var x = 0; x < fields.length; x++) {    g_form.setReadOnly(fields[x], ...

jesterize by Tera Contributor
  • 2075 Views
  • 2 replies
  • 0 helpfuls