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

Forum Posts

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
  • 1742 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
  • 8945 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
  • 2869 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 ...

How to add BST timezone to ServiceNow?

We currently have GMT timezone for UK users, but for the summertime they use BST, this causes their tickets to be timestamped with a 1-hour difference.Any suggestions on fixing this or how to add BST to ServiceNow for summer time?Explanation of BST a...