Get Current Email Client Draft in UI Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2025 07:42 AM
I've enabled the Email Client in UI Builder so that I have the Email tab in the compose (activity stream) section. When a user clicks that tab it automatically creates a draft (based on a template) and saves it to the sys_email_draft table. Is there a way to find that record/sys_id from UI builder? Right now I'm just referencing the latest draft by the current user on this record....but it would be most accurate if UI builder just told me what draft they were looking at.
- Labels:
-
UI Builder : Next Experience

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2025 08:28 PM
In the email draft table, when anyone creates on compose email in the workspace it ties it to the target record.
Please check the below screenshot from my PDI -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 08:25 AM
Yes it ties it to the record...but with how simple it is to create drafts there could be multiple from the same user on the same record...and I can't go by a timestamp because they could be looking at an older one.