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

    Interface UnmatchedOrgRecord

    Org record queried as match candidate in the scope of a datapack that is not matched by any datapack record; such records are deleted when the datapack is deployed.

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

    Properties

    datapackKey: string

    Key of the datapack in whose scope the record was queried

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

    Values of the fields that were queried for this record