Hi guys,
I've set up a trigger with condition "asset accessed". In addition I would like to know who accessed the asset so the trigger was fired. Which keyword can I use in email body to print the user's name?
Thanks,
Robin
:lol:’ /> <img src=‘http://forums.matrix.squiz.net/public/style_emoticons/<#EMO_DIR#>/laugh.gif’ class=‘bbc_emoticon’ alt=':lol:
I'm not sure which keywords are replaced for the Send Email trigger action. I would try %globals_user_name% first. You could also try %globals_user_attribute_username% to get the user's login.
Though, you'd want to make sure that your trigger criteria are very, very specific. You wouldn't want this trigger to fire very often, because you can bog down your server trying to send a lot of mail.
[quote]I'm not sure which keywords are replaced for the Send Email trigger action. I would try %globals_user_name% first. You could also try %globals_user_attribute_username% to get the user's login.
Though, you'd want to make sure that your trigger criteria are very, very specific. You wouldn't want this trigger to fire very often, because you can bog down your server trying to send a lot of mail.[/quote]
Hi Avi,
Thanks for the warning. I will keep it in mind. But neither of the keywords works.
Robin
Yeah, as I said, I'm not sure which keywords are replaced by that trigger action. I had a feeling it wasn't the full global keyword replacement system.