Member Junction
    Preparing search index...

    Lightweight, persistable description of a source — used to populate the run header.

    interface SourceDescriptor {
        EntityID?: string;
        SourceFilter?: string;
        SourceID?: string;
        SourceType: SourceTypeValue;
    }
    Index

    Properties

    EntityID?: string

    The target entity ID, when the source knows it up-front.

    SourceFilter?: string

    The source's resolved filter snapshot, when applicable.

    SourceID?: string

    The source's defining ID (ViewID or ListID) when applicable.

    SourceType: SourceTypeValue

    The kind of source (View / List / Filter / Array / Keyset / SingleRecord).