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

Forum Posts

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
  • 6038 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
  • 1218 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
  • 1868 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
  • 9629 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
  • 3140 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...

How to restart a workflow on field change?

Hi, I'm trying to restart the change request's workflow on a field change with advanced business rule. The workflow first activity changes to grey (restarted) and start running again but it is not asking for approvals again (the rest of the workflow ...