ExelionLLC Posted August 28, 2015 Report Posted August 28, 2015 Hi, There doesn't seem to be any simple way to do something like {ticket.from_user} that would do something like if(unrecognized) { return ticket.email; } else { return user.real_name + " (" + user.company + ") <" + user.email + ">"; } Quote
0 Michael Posted August 28, 2015 Report Posted August 28, 2015 nope you could try {client.first_name} Quote
Question
ExelionLLC
Hi,
There doesn't seem to be any simple way to do something like {ticket.from_user} that would do something like if(unrecognized) { return ticket.email; } else { return user.real_name + " (" + user.company + ") <" + user.email + ">"; }
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.