How to create dynamic hyperlink in notification so it can redirect to either portal or workspace
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-18-2024 03:11 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-18-2024 10:26 PM
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