How to create dynamic hyperlink in notification so it can redirect to either portal or workspace

Veda3
Tera Contributor

How to create dynamic hyperlink in email notification so that it can redirect to either portal or workspace based on the user group 

5 REPLIES 5

Mark Manders
Mega Patron

It depends a bit on who you are sending it to. If it's an email send to caller and assigned to and the link needs to be different, you better create two notifications. But if it's an email send to just the caller and if it's a caller with roles, he needs a different url, you can validate the current.caller in an email script, do a lookup to the sys_user_grmember table and if member of the group, url = x, if not, url=y.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark