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

    Interface OrgRecordStatus

    Represents the status of a record in an org.

    interface OrgRecordStatus {
        inSync: boolean;
        mismatchedFields?: RecordFieldMismatch[];
        recordId: string;
    }
    Index

    Properties

    inSync: boolean

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

    mismatchedFields?: RecordFieldMismatch[]
    recordId: string

    Record ID in the target org.