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 + ">"; }
0 Michael Posted August 28, 2015 Report Posted August 28, 2015 nope you could try {client.first_name}
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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now