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

    Interface RecordFieldMismatch

    Describes a mismatch between the value of a field in the datapack and the value of the same field in the target org.

    interface RecordFieldMismatch {
        actual: any;
        expected: any;
        field: string;
    }
    Index

    Properties

    Properties

    actual: any

    Value of the field as found in the target org.

    expected: any

    Value of the field as defined in the datapack.

    field: string