Member Junction
    Preparing search index...

    User wants to create a new related record (from a related entity section).

    interface NewRecordNavigationEvent {
        DefaultValues: Record<string, unknown>;
        EntityName: string;
        Kind: "new-record";
    }
    Index

    Properties

    DefaultValues: Record<string, unknown>

    Default field values (e.g., foreign key pointing back to current record)

    EntityName: string

    The entity name to create a new record for

    Kind: "new-record"