vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DiscoveryFieldMap

    interface DiscoveryFieldMap {
        mappedField: string;
        modelField: string;
        sobjectFieldJoinKey?: string;
        source?: string;
        sourceFieldJoinKey?: string;
        sourceType: DiscoveryFieldMapSourceType;
    }
    Index

    Properties

    mappedField: string
    modelField: string
    sobjectFieldJoinKey?: string
    source?: string
    sourceFieldJoinKey?: string