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

    Interface CareSystemFieldMappingMetadata

    interface CareSystemFieldMappingMetadata {
        externalIdField?: string;
        fullName?: string;
        isActive?: boolean;
        isProtected?: boolean;
        masterLabel: string;
        role: SourceSystemFieldRole;
        sourceSystem?: string;
        targetObject?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    externalIdField?: string
    fullName?: string
    isActive?: boolean
    isProtected?: boolean
    masterLabel: string
    sourceSystem?: string
    targetObject?: string