Member Junction
    Preparing search index...
    Index

    Constructors

    Accessors

    Methods

    • Add or update a recent record locally (without DB refresh). Call this when a record is selected to provide instant UI feedback. The DB write happens separately via RecentAccessService.logAccess().

      Parameters

      • entityName: string

        The entity name

      • entityId: string

        The entity ID

      • recordId: string

        The record ID (primary key value)

      • OptionalrecordName: string

        Optional display name for the record

      Returns void