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

Forum Posts

Resolved! Can we write script to change reports filter condition?

Hi All, I have a requirement, I have created a report on change table and added to a dashboard. I used a filter planned start date is between one week? Currently I am changing it manually every week. Can anyone suggest can we write any script like sc...

AK79 by Tera Contributor
  • 4944 Views
  • 7 replies
  • 2 helpfuls

Resolved! Add an approver with IF condition

I want to add an approver to my current workflow only if a request is submitted by a user of a specific company and the approver will be the same for all requests submitted by a user of a specific company. Below is the screenshot for your reference:

find_real_file.png
Burhan Shah by Tera Contributor
  • 2889 Views
  • 10 replies
  • 1 helpfuls

Resolved! Agent Workspace: Checkbox/selector for Multiple Record Section

I have an Agent Workspace List view (Task table list My Work) that doesn't display the checkbox that allows you to select 1 or multiple records. Below is a screenshot of an example of what I'm looking for. I can't figure out how to enable this for th...

find_real_file.png
TStark by Kilo Sage
  • 5225 Views
  • 9 replies
  • 0 helpfuls

Resolved! Creating tasks without assignment group/assigned to

Hi Team, We have a parent task and some sub tasks. The sub tasks will remain open for long as the fulfiller cannot close it for certain amount of time. So we do not want to assign it any group/user as it will show in their open items. Is it okay to h...

ShAn21 by Tera Guru
  • 1078 Views
  • 1 replies
  • 1 helpfuls

"Failing widget: 'SC Order Status'" error on Service Portal

Hi all!I was performing some tests on our testing instance and realized we have issues while trying to view a RITM generated after submission. Here is a screenshot: We checked the browser console and it points out to the Server script for the mentio...

find_real_file.png

Resolved! Can you dot walk in server side script in Service Portal

if i wanted to get the phone number of the caller in a query to the incident table could i dot walk  var gr = new GlideRecord(incident); gr.addQuery('active', true); gr.query(); while(gr.next()){ data.caller = gr.getDisplayValue('caller.phone');   is...

Thomas Miles by Tera Contributor
  • 1665 Views
  • 2 replies
  • 1 helpfuls

Difference between Incident_sla and task_sla Table

Hey Team, What is the Difference between Incident_sla and task_sla Table? Am I correct in assuming that task_sla will contain all the Incidents, Catalog Tasks and RITMs which have SLA attached to them? Thanks, Ekta

EKTA2 by Tera Expert
  • 8803 Views
  • 4 replies
  • 7 helpfuls

How to find tables created with installed plugins

Hello team, How to find which table is created with which plugin  change risk assessment threshold table is created in instance when one of the plugin is installed?  Thank you,       

vamshi2 by Tera Contributor
  • 2764 Views
  • 8 replies
  • 5 helpfuls

Asset history details on User Table

Hi, Is there a way to get the Asset history assigned to a user on User Table? For Example: If I check my profile on User Table, all my assets which were previously assigned to me and which are currently assigned to me is visible on the User Table som...