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

    Compares datapacks against the data in a target org without deploying them. The comparison reports per datapack root whether the datapack is in sync with the target org and how it mismatches:

    • Records that can be identified through their matching key configuration are compared field-by-field using the same delta check that is used by DatapackDeploymentOptions.deltaCheck.
    • Embedded child records without a matching key -- which a deployment would delete and recreate -- are matched against the org records under the same parent by comparing the record data; when no org record matches, the exact record data that is missing is reported.
    • Fields in the target org that are not part of the datapack are ignored, as are datapack fields that cannot be mapped to a field in the target org.
    Index

    Constructors

    Properties

    logger: Logger
    recordComparer: OrgRecordComparer
    salesforceService: SalesforceService

    Methods