- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I am currently working on creating a custom Notification Preview, utilizing the OOB functionality found in notification records. I have successfully copied the OOB code and display the notification, but I would like to take it a step further.
Specifically, I am interested in pre-selecting the Preview Record. Is there a way to pass a parameter that sets the Preview Record value? Any guidance or suggestions on this would be greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I ended up creating a custom UI page. This custom UI page calls a script include that gathers all the components such as layout, subject, and body. Once these components are collected, it replaces the ${..} tags with values from a record. The HTML is then passed back and displayed to the user in the modal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I ended up creating a custom UI page. This custom UI page calls a script include that gathers all the components such as layout, subject, and body. Once these components are collected, it replaces the ${..} tags with values from a record. The HTML is then passed back and displayed to the user in the modal.
