Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Priority data lookup rules are not working on problem table.

Hello, The priority data lookup rules is not working on the problem table. When the Impact and Urgency are changed, Priority is not updated. It works fine on the incident table but not on the problem table. I checked the tables and saw didn't have a ...

Thankful12 by Tera Contributor
  • 1840 Views
  • 7 replies
  • 0 helpfuls

Resolved! How to get Cost center in the catalog form

Hi, I have a requirement to show the cost center in the catalog form from the custom table.In the custom table we have only user id.On change of user id in the form cost center should populate.Script include:var requestor_details = Class.create(); re...

Samiksha2 by Mega Sage
  • 921 Views
  • 2 replies
  • 0 helpfuls

make variable editable in variable formatter

i am using one variable formatted in the RITM table, I have some variables which should be hidden from the portal side and only be visible in the variable formatter and also these should be editable also in formatter.how can i achieve this requiremen...

Resolved! Problem Management

which role can move the Problem to the Root Cause Analysis state from Assess state ?

abhisek by Tera Contributor
  • 1769 Views
  • 4 replies
  • 0 helpfuls

User records Import

Hi, I have imported a User from DEV to UAT, but the roles missed to that user. Do i need to give roles seperately in UAT.Also by mistake i imported the User record using Retrived updateset in other case. Does this impact any thing?But the user record...

Gousia Syed1 by Tera Contributor
  • 1111 Views
  • 2 replies
  • 2 helpfuls

Resolved! Language Settings for a Modules

Hi All,  I want to define the japanese name for the modules i.e. "Create "  and "All" module ,where we can configure these settings. 

YASIN SHAIK2 by Tera Contributor
  • 1769 Views
  • 8 replies
  • 0 helpfuls

Export comments

Hello experts, We have exported tickets to another instance but when validating the comment history on the tickets, they are out of order and only the name of one person is shown: TO EXPORT: We export this table to the new instance but the error pers...

DianaYazmin_0-1689381604372.png DianaYazmin_1-1689381649435.png DianaYazmin_2-1689381691480.png
Diana Yazmin by Tera Contributor
  • 1048 Views
  • 3 replies
  • 1 helpfuls

dot walk field should show in conditions

Team , how do I achieve this ?we need to show dot walk field though some conditions, i thought it can be achieved through UI policy actions , but when i tried doing this ,dot walk field are not showing , scenario was , if i select sub category is  AB...

pramn by Kilo Sage
  • 1347 Views
  • 3 replies
  • 0 helpfuls

MID Server ms.log is not working

I am trying log to MID Server logs file. Below is the code that I am executing from the background script. ECC Queue state is always in ready state. var jspr = new JavascriptProbe('Demo MID Server'); jspr.setName('My Test Message'); //Any descriptive...

UpenderKumar_0-1689475567065.png

Issue with hiding a variable on the SP and showing on Tasks

I am attempting to use UI Policies to hide certain Catalog Item Variables in the Service Portal Form, and then show these same fields later in the generated sc_task.  For example, I have a UI Policy which hides three variables in the Service Portal, ...