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

Forum Posts

Resolved! Setting priority based on VIP flag

My organisation want to set priorities for users logging incidents based on VIP flags all from the service portal.  This is our current form for creating incidents:   Now is it possible in the back end to say set a default priority to 2 for VIP user...

find_real_file.png
Alex Saager1 by Tera Contributor
  • 1252 Views
  • 6 replies
  • 4 helpfuls

Worknotes are not getting updated

Hi Team, A user had requested me to update one comment in one of the incident. I have modified the work notes from below 2 tables  sys_journal_field sys_audit After doing the modification, work notes are still showing the old comments for her but whe...

How to check attachment name in a change request

I've got a need to check and make sure that a file attachment contains a certain name for Standard changes when the change moves to the scheduled state.  So when the standard change moves to Scheduled, the script needs to check and make sure that the...

KeithM1 by Tera Expert
  • 1526 Views
  • 7 replies
  • 1 helpfuls

Walk-Up Experience Set-Up difficulties

Hi. In the context of my apprenticeship, I have been given the task to create a Service Portal for a fictive company with notably an IT Kiosk to propose a resolution of frequent problems to end-users. I thought to integrate Walk Up Experience in Serv...

TC2201 by Kilo Contributor
  • 1239 Views
  • 9 replies
  • 3 helpfuls

How to pass array of objects from Script Include to Client Script?

Hi, I am getting the output as array of objects as below on the Script Include. var arrStore:[{"iteration":1,"fromDateVal":"2022-04-25","toDateVal":"2022-04-25"},{"iteration":2,"fromDateVal":"2022-04-26","toDateVal":"2022-04-26"},{"iteration":3,"from...

Hari1 by Mega Sage
  • 1277 Views
  • 9 replies
  • 0 helpfuls

Values are not captured in the field of the form

Hi Team,   When the incident is created the assignment group field is  empty but in the xml the value is present. How its happening please help me to troubleshoot it.   Thanks, Preethi G

Preethi26 by Tera Contributor
  • 494 Views
  • 4 replies
  • 0 helpfuls

Resolved! Export PDF list with related list

Hello Experts I am trying to export a list a list of records as PDF but wanted to include the related list for these records as well. I followed Marks' article but for some reason it is not allowing me to save the record as it shows a syntax error.  ...

find_real_file.png find_real_file.png

Resolved! How to update date field to current date and time

I want to run background scripts to update resolved date to current date and time var gr = new GlideRecord('sn_customerservice_case'); gr.addQuery("sys_id","3751d2e11be113d9c4bcb7d"); gs.print(gr.getRowCount()); gr.query(); while(gr.next()) { gr.s...

Zuri by Tera Expert
  • 2853 Views
  • 1 replies
  • 4 helpfuls

On hold duration measurement

Need to add a field "onhold duration" to the incident form, this field should capture all the durations when the incident kept on hold. Please suggest how to proceed with this requirement.

rajasekahr by Tera Guru
  • 610 Views
  • 1 replies
  • 0 helpfuls