vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface OrgRecordStatus

    Represents the status of a record in an org.

    interface OrgRecordStatus {
        inSync: boolean;
        mismatchedFields?: { actual: any; expected: any; field: string }[];
        recordId: string;
    }
    Index

    Properties

    inSync: boolean

    True if the record is in sync with the target org and all fields match.

    mismatchedFields?: { actual: any; expected: any; field: string }[]
    recordId: string

    Record ID in the target org.