Auto populating user data in custom fields
I want the user information to be visible in the Ticket itself. Can the system 'auto populate' custom fields with user information when a new ticket is created via email? Is this possible?
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
airwolf
13 years ago
Posted by:
Transam
13 years ago
Posted by:
airwolf
13 years ago
Posted by:
Transam
13 years ago
Posted by:
GillySpy
13 years ago
You could use a rule to populate some custom fields. for example if you wanted the user's phone # to appear in a custom field you could do:
select ID from HD_TICKET JOIN USER ON SUBMITTER_ID=USER.ID
WHERE CUSTOM_FIELD_VALUE0='
update HD_TICKET JOIN USER ON SUBMITTER_ID=USER.ID
SET CUSTOM_FIELD_VALUE0=USER.WORK_PHONE WHERE HD_TICKET.ID=<TICKET_IDS>
Posted by:
steelc
13 years ago
The information about changing a field via email with the @fieldname syntax is very interesting. I had written a rule that checked for comments beginning with COMMAND=CLOSE that would set the Status to closed and then use the rest of the email as the resolution note. This would allow technicians to easily close tickets from the field using their smartphones but I guess I didn't need to go through the trouble. I have never seen this capability addressed in the knowledge base or the documentation. Does anyone know why something as useful as this isn't mentioned? If it is mentioned, could you please point it out to me so I can see what else I've missed?
Posted by:
GillySpy
13 years ago
It is in the documentation -- "service desk guide". Section is: "Modifying ticket attributes using email"
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.