-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Might be nice to add dedicated fields to the Message object so they can be correlated back to an specific record:
Reference Type
: Typically would be set to a SObject type
Reference Id
: Typically would be set to the record ID
We could then query all messages related to any given record dynamically:
SELECT Id
FROM Outbox_Message__c
WHERE Reference_Type__c = 'Case' AND Reference_Id__c = :currentId
We could then build a nice LWC that could be added to a page the render a "related message" table
Metadata
Metadata
Assignees
Labels
No labels