Member Junction
    Preparing search index...

    Shared fixture for the open-app-teardown bundle: the throwaway __mj metadata rows seeded for the teardown scenario (a used app's SchemaInfo/Entity/EntityField + a blocking RecordChange + a link-less nav Application), reused by OAT1/OAT2 and removed in FK-safe order in teardown.

    interface OpenAppTeardownFixture {
        ApplicationID: string;
        AppSchema: string;
        EntityID: string;
        FieldID: string;
        RecordChangeID: string;
        Tag: string;
    }
    Index

    Properties

    ApplicationID: string
    AppSchema: string
    EntityID: string
    FieldID: string
    RecordChangeID: string
    Tag: string