Skip to content

Message Reference Fields #25

@ChuckJonas

Description

@ChuckJonas

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions