Member Junction
    Preparing search index...
    interface FieldMapRow {
        DefaultValue: string | null;
        DestinationFieldLabel: string | null;
        DestinationFieldName: string;
        Direction: "Both" | "DestToSource" | "SourceToDest";
        EntityMapID: string;
        ID: string;
        IsKeyField: boolean;
        IsRequired: boolean;
        Priority: number;
        SourceFieldLabel: string | null;
        SourceFieldName: string;
        Status: "Active" | "Inactive";
        TransformPipeline: string | null;
    }
    Index

    Properties

    DefaultValue: string | null
    DestinationFieldLabel: string | null
    DestinationFieldName: string
    Direction: "Both" | "DestToSource" | "SourceToDest"
    EntityMapID: string
    ID: string
    IsKeyField: boolean
    IsRequired: boolean
    Priority: number
    SourceFieldLabel: string | null
    SourceFieldName: string
    Status: "Active" | "Inactive"
    TransformPipeline: string | null