Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

how can i revert the changes made on cmdb table records

i have ran a transform map and captured it in update set on cmdb table. after that i could able to see the records but showing as empty names and when we open record it is showing as a new record. i tried to export from other instances but no luck. c...

Roxi1 by Tera Contributor
  • 1987 Views
  • 7 replies
  • 0 helpfuls

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
  • 3018 Views
  • 6 replies
  • 4 helpfuls

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
  • 3174 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
  • 3296 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
  • 2582 Views
  • 9 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
  • 4033 Views
  • 1 replies
  • 4 helpfuls

Resolved! UI Policy Not Working on Existing Records

I have a UI Policy that based on the selection of field a (Caused by Third Party) should show and make mandatory field b (u_third_party_name) within a problem record. This seems to work fine if it is a new record, but doesn't work at all on existing ...

find_real_file.png
ddiroma by Mega Expert
  • 4117 Views
  • 6 replies
  • 0 helpfuls