Member Junction
    Preparing search index...

    Proposed default configuration for a quick-start setup

    interface DefaultObjectConfig {
        FieldMappings: DefaultFieldMapping[];
        SourceObjectName: string;
        SyncEnabled: boolean;
        TargetEntityName: string;
        TargetTableName: string;
    }
    Index

    Properties

    FieldMappings: DefaultFieldMapping[]

    Proposed field mappings

    SourceObjectName: string

    Source object name in the external system

    SyncEnabled: boolean

    Whether to enable sync by default

    TargetEntityName: string

    Proposed MJ entity name

    TargetTableName: string

    Proposed target table name in the MJ database