I have an Account Detail Skuid Page, where I have a tab that shows Meetings, meetings being a custom object. On the tab is a table of meeting records, and in the table is a drawer that shows all emails sent related to that particular meeting record.
Now, I want to use the Send an Email button to create a new email that when the page pulls up is related to that particular meeting record. So, I need to pass the ID of the meeting__c record in the URL
Here’s what I can’t figure out:
/_ui/core/email/author/EmailAuthor?p2_lkid={{#$Model.AccountData.data}}{{Id15}}{{/$Model.AccountData.data}}&rtype=003&p3_lkid={{{Meeting__c.Id.goesheresomehow}}}&template_id=00XE0000000SAJ0&retURL=%2F{{$Param.id}}
I’ve just kind of ignored the p2_lkid because I don’t need to specify who I’m sending it to.
The table where the Send an Email button lives is in the drawer of the meeting, but the table itself has a model of MeetingEmails, with a Context of WhatID = ID of the meeting__c
Any ideas on how I can reference the Id of the drawer’s context on a table in the drawer?
Question
Reference ID from drawer's context in Redirect to URL global action on table in drawer
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
