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

    Interface DatapackComparisonExtraRecord

    Org record found in the scope of a datapack (i.e. a child record of a deployed parent) that is not represented in the datapack. Such records are deleted when the datapack is deployed.

    interface DatapackComparisonExtraRecord {
        recordId: string;
        sobjectType: string;
        values: Record<string, unknown>;
    }
    Index

    Properties

    recordId: string
    sobjectType: string
    values: Record<string, unknown>

    Values of the fields that were compared for this record