The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Gathering Historic Data for Defined Metrics

Hi All, I am trying to gather Historic data for two metrics I've just defined. As an example I am looking to measure the mean time to resolve requested items based on the state field being set to closed: var s = current.state; if (s == 3) createMet...

Resolved! How to hide a field with UI action

Hi there,  I have a UI action for a button and upon pressing this button I am going to make a field visible (this will be call Cancel Reason).  How would I make sure field is hidden before this? Would I need to use a separate UI policy/action to hide...

gunishi by Tera Guru
  • 1370 Views
  • 8 replies
  • 17 helpfuls

Resolved! Help Creating a Database view

Hi All, I'm trying to create a database view to link a custom cmdb table and the case table. When I add the cmdb table to the database view and click on 'try me' the table shows no records. The purpose of this database view is to create a report whic...

Alex319_0-1706538315320.png Alex319_1-1706538410557.png
Alex319 by Giga Guru
  • 1299 Views
  • 18 replies
  • 2 helpfuls

ServiceNow ATF

ServiceNow ATF - How to delete test step in test? Delete option is greyed out in test step.

rucha_patel by Tera Contributor
  • 840 Views
  • 8 replies
  • 4 helpfuls

Resolved! Unable to set catalog item variable value using script

Hi,I am trying to submit a catalog item request using below schedule job script. The script is working as expected however it is not setting catalog item variable requested for value. I am getting value in id variable and able to set REQ requested fo...

KarishmaDubey_0-1706609804732.png

Show Incident details on UI Page

Hi everyone, I need to create a custom UI page in that I need to display incident details like Number, Caller, Short description on the UI page. 

Pranathi by Tera Contributor
  • 997 Views
  • 5 replies
  • 0 helpfuls

add_to_cart api failing in postman

I am trying to execute OOTB add_to_cart api (present in sn_sc namespace). When I run it on my servicenow instance where I have the catalog item defined, it runs fine (status code 200). However, when I run the same json with the same request URL and u...

Resolved! How to compare mutiple sys ids?

Hello experts,I have written a BR to update a field on particular table based on metric_definition sys ids from asmt_metric_result tableI have stored around 27 sysids by putting , in between them...now the issue is there are three different values wh...

Utkarsha by Tera Contributor
  • 477 Views
  • 1 replies
  • 1 helpfuls

Display evidence details on UI page

Hello @everyone , I need to create an custom UI page, where I need to display the current evidence details like name, caller, short description on the page. Could any one kindly with this. Thanks in advance!

Pranathi by Tera Contributor
  • 199 Views
  • 1 replies
  • 0 helpfuls

Software Model -Software Catalog

Hi Folks,I would like to know the relation between Software Model and Software catalog items.Can anybody explain with some useful links ?My requirement is set up a check box on Software Model and when this checkbox is checked , The same checkbox shou...