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

Forum Posts

No matches found in data lookup definitio (Scoped app)

I want Priority = Impact × Urgency to work in a scoped application, Incident table extends Task, and I want this without scripting.ImpactUrgencyPriority Are inherited from task table>Created a Priority Lookup Table (Scoped App)>Added Fields to the Lo...

NayeemSk by Tera Contributor
  • 444 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to display Variables Formatter in a Request(sc_request)

Hi, I am implementing a workflow that performs approvals at the request (sc_request) level. I am using an Order Guide, but I want to display the Variables in the Order Guide on the native screen in the Variables Formatter format.Is this possible? I k...

Mi1 by Tera Contributor
  • 1084 Views
  • 2 replies
  • 1 helpfuls

basic

what is mean by simulator and what is mean by instance

Community Alums by Community Alums  
  • 1025 Views
  • 8 replies
  • 0 helpfuls

How to set Workflow stage field icons forApproval pending

Hi,I am creating a workflow using Flow Designer. I want the stage icon for department head approval to show "Approval pending," but it is being displayed as "Current active step." How can I represent the department head approval as "Approval pending"...

Mi1 by Tera Contributor
  • 1583 Views
  • 10 replies
  • 4 helpfuls

Choice list modification not captured in update set

Hello Team, I am asked to create a new choice in a resolution code of incident form. and this must be in alphabetical order  so inorder to make it in alphabetical order i have made changes in values and sequences of the already existing choices but t...

mathewirene by Tera Contributor
  • 841 Views
  • 4 replies
  • 0 helpfuls

correct me that javascript is wrong

@RakeshDarshnala function onChange(control, oldValue, newValue, isLoading) {    if (isLoading || newValue === oldValue) {        return;    }if (newValue === 'Closed') {  g_form.showFieldMsg('state','Cannot close directly. Please follow the proper wo...

venkyc by Giga Contributor
  • 618 Views
  • 2 replies
  • 0 helpfuls