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

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
  • 3197 Views
  • 7 replies
  • 0 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
  • 4690 Views
  • 6 replies
  • 8 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
  • 12145 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
  • 3197 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! 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 Mega Sage
  • 4142 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...

Agile prerequisite and dependent stories

Is there any ServiceNow functionality that is associated with adding "prerequisite" or "dependent" stories?  Or are these stories used for documentation purposes only?  It doesn't appear that entering these stories controls or forces a conduction upo...

paschos by Tera Expert
  • 2507 Views
  • 4 replies
  • 1 helpfuls

State Flows or State Model

We have created a custom scoped application which has a core table extending task.  State control looks like it can be achieved using either State Model or by using the State Flows (need to activate the plugin).  Both are good choices for defining wh...