Member Junction
    Preparing search index...

    Event emitted after a record is saved.

    interface RecordSavedEvent {
        EntityName: string;
        RecordDisplayName?: string;
        RecordId: string;
        Result: FormSaveResult;
    }
    Index

    Properties

    EntityName: string
    RecordDisplayName?: string

    The display name of the saved record (for tab title updates, etc.)

    RecordId: string