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

Forum Posts

Activate SDLC Plugin

How to activate SDLC plugin? we have a requirement to use waterfall model with release management. If the SDLC plugin is activated, both the SDLC and Release Management v2 applications are available. But I'm unable to activate SDLC plugin.

vikas22 by Tera Contributor
  • 2245 Views
  • 7 replies
  • 0 helpfuls

Resolved! Need to show 'Add' button only for few states.

Need to show 'Add' button only for few states. Currently this Add button on Affected CIs is visible when state is draft, I need to show this for few other states. This is the condition mentioned in the UI action - RP.isManyToMany() && (new ChangeProp...

find_real_file.png
archie5 by Tera Expert
  • 1979 Views
  • 17 replies
  • 2 helpfuls

Resolved! Creating a Report based on logged in User

I want to create a report where it take the user id and returns all the employees reporting to the user Based on User => ReportsTo And then I want to display all the incidents created by those users/ Assigned To those users, in a pie chart. I tried a...

Jags5 by Mega Sage
  • 3796 Views
  • 6 replies
  • 7 helpfuls

How to get current logged in user time zone?

HI All, I my email notification i need to print current logged in user time zone . But it is picking system time zone. i have tried the below codes but still no luck.. Could any one suggest how can we get logged in user time zone???????? var tz = gs....

sinu2 by Tera Expert
  • 10684 Views
  • 9 replies
  • 9 helpfuls

How to correct calculate first contact resolution rate

I use the the default metric definition FCR  in ServiesNow which I believe is calculated as " If the incident is inactive and the update count (sys_mod_count) is zero, its consider FCR."So basically, FCR = true only happens for the below scenarios:  ...

rui by Kilo Contributor
  • 2550 Views
  • 2 replies
  • 1 helpfuls

Resolved! Dynamically pass values through to template fields

Is there a way to dynamically pass values through the template fields?   For instance, having a short description of "Create mainframe account for <requested_by>" which would pass the matching value through once the template is applied:

find_real_file.png

Resolved! how do i increase the bar size and height in trend report

Hi, While creating reports i have observed that the bar sizes are varying for each report. how do i increase the bar size and height in trend report?? can anybody help me increase the size of bar not chart. Thanks, Vaishnavi

find_real_file.png

Resolved! Copy field from one task to another

I have 2 custom tables: u_worker_download and u_worker_download_task   both extending to the task table. I am trying to do 1 of 2 things, not sure what is the best way and i tried BR and workflow scripts, nothing is working(I deleted them out of frus...

mattrom1 by Giga Expert
  • 1185 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to call UI macro with a parameter from Catalog client script

I'm trying to call a UI Macro from an onChange Catalog client script to dynamically add help messages on order form.I've created a Macro variable to my item, and the UI Macro which I've attached to the Macro.Now I've created an onChange Catalog clien...

emaasalmi by Kilo Sage
  • 3319 Views
  • 8 replies
  • 0 helpfuls

Disable clicks in portal

Hi, I have a requirement to show dashboards on portal. I have created a new widget and added the dashboard using the iframes, however unable to disable the mouse clicks on it.  Already tried below CSS with no luck.  .report_content { pointer-events:n...

SevOne Webhook integration with ServiceNow

Hi Everyone, We have a requirement to integrate SevOne network monitoring tool to ServiceNow. SevOne is using Webhook function to connect with 3rd party applications. I have created scripted REST API which needs to triggered from SevOne Webhook. Coul...