Looking to write a script that will input data entered into 1 field (username) into a separate field (Title)
Want data entered in this field
to be copied here
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
JasonEgg
3 years ago
Posted by:
jbrower@sanmarcostx.gov
3 years ago
really only need it to happen once since the username should not be changed after ticket is created
Comments:
-
are you using the KACE full SMA or just the Service Desk version? - JasonEgg 3 years ago
-
Full SMA - jbrower@sanmarcostx.gov 3 years ago
Posted by:
barchetta
3 years ago
This is a 2 month old question but this relatively simple:
HD_TICKET.CUSTOM_FIELD_VALUE9 =HD_CUSTOM_FIELD_VALUE15
In this case we are copying 15 into 9.
(USE WHATEVER FIELD NAMES HAVE YOU, ON SAVE)
we do this all the time because kace doesnt care about process tickets in multiple queues. Accept we use parent.custom.field
Use a where statement like
HD_TICKET.CUSTOM_FIELD_VALUE9 = null