Represents the status of a record in an org.

Hierarchy

  • OrgRecordStatus

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;
}[]

Type declaration

  • actual: any
  • expected: any
  • field: string
recordId: string

Record ID in the target org.