vlocode-project - v2.4.3
    Preparing search index...

    Interface RecordMatchOptions

    Options controlling how records are matched against org data.

    interface RecordMatchOptions {
        fallbackLookup?: boolean;
        strict?: boolean;
    }
    Index

    Properties

    fallbackLookup?: boolean

    When enabled records without a resolved parent reference are located through a lookup on their filterable field values. When disabled such records report an unknown match outcome.

    false
    
    strict?: boolean

    When enabled records that cannot be fully compared -- records with binary (base64) fields or unresolved lookup dependencies -- are never reported as in-sync. Enable this when the match outcome determines whether a record deployment can be skipped; a partial match is not sufficient in that case.

    false