K1000 - Is there a way to auto-populate Service Desk Ticket with information from Asset Details?
We are tracking our mobile devices in Assets; Name, Device Model, Carrier, SIM, IMEI, etc. A form has been created in Service Desk for these devices as well in a queue of it's own, apart from the IT Service Desk. When a Help Desk Technician creates a new service ticket for a mobile device and the Asset.Name has been selected, we would like the remaining fields to populate from ASSET_DATA_12 to the HD Ticket.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Jbr32
9 years ago
You could do this via a custom service desk ticket rule.
Basically create a ticket rule that runs on save.
Have the ticket rule select all of the appropriate fields from your asset using a join connection to the service desk on the field HD_Ticket.Name or ASSET ID (depending on how it is linked up). You would want to grab any field you plan to update within your custom ticket.
Within the same ticket rule, run an update query on the current ticket that updates the fields within the custom service desk ticket rule with values from your custom asset.
Should work without issue. I would recommend you create your queries within MySQL Workbench and make sure you test, test, and re-test.