We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

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
  • 3048 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
  • 3121 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
  • 2519 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
  • 3908 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
  • 3846 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to populate Requestor Details in variables of MRVS?

Hi All, Hope everyone is doing good. I am working on a catalog form with Variables, Name (reference to User table), Department, Work Location, Telephone, Email. When value changes in Name variable, all the other variables get populated automatically ...

rkreddy by Giga Expert
  • 10267 Views
  • 58 replies
  • 0 helpfuls