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

Forum Posts

Resolved! Identify when a notification was last utilized

Hello, we have a goal of updating the formatting on our notifications but first, we want to determine the notifications that are actually being used so that we're only updating the notifications that have been used within the last six months or so.  ...

2022-11-29 13_42_31-Window.png
Community Alums by Community Alums  
  • 1524 Views
  • 2 replies
  • 2 helpfuls

Background script (it should not create new records)

Hi! I'm having a hard time fixing this background script below. The script is working however, it creates new records in the vtb_task table. Am I missing something? Thank you in advance  var current = new GlideRecord('vtb_card');current.query();while...

ss123 by Tera Contributor
  • 2124 Views
  • 19 replies
  • 0 helpfuls

Dashboard Sharing with NON ITIL role user (End user role)

Hi Community,I have built the Dashboard and shared it with users having ITIL roles they all can see the report widget in the Dashboard because reports are already being shared with those users. However I have a request to share the dashboard with Lea...

Naresh_5120 by Tera Contributor
  • 1889 Views
  • 6 replies
  • 0 helpfuls

Powershell script on mid server not working

HiI'm struggling to get a powershell script run on our midserver using the flow designer.I've created a very simple script containing "Get-Service" that is created via "MID Server Script Files".But when i want to run it via Flow designer - Actions i ...

KoenHaemels by Tera Contributor
  • 4666 Views
  • 8 replies
  • 0 helpfuls

How to Show the Approver Names in flow stages

Hi when a requested item is submitted the Action Ask for Approval I have added a stage Management Approval but not able to see approval list which can be viewed using workflow.workflow  Flow  

sRavani42_1-1669613285775.png sRavani42_2-1669613367731.png
Vamshi_ch123 by Tera Contributor
  • 1775 Views
  • 3 replies
  • 2 helpfuls

Resolved! Difference between 2 dates in days in catalog client script

Hi team ,  I am trying to get the difference of 2 dates in days , I tried below script , but its not working : Catalog Client Scripts function onChange(control, oldValue, newValue, isLoading) {if (isLoading || newValue == '') {return;}var answer;var ...