Skip to main content

RvoImportReviewStatus

@nmi-agro/fdm-source


@nmi-agro/fdm-source / fdm-rvo/src / RvoImportReviewStatus

Enumeration: RvoImportReviewStatus

Defined in: fdm-rvo/src/types.ts:137

Status of a field during the RVO Import Review process between local data and RVO data.

Enumeration Members

CONFLICT

CONFLICT: "CONFLICT"

Defined in: fdm-rvo/src/types.ts:145

The field exists in both systems but has differing properties (e.g., geometry, name).


EXPIRED_LOCAL

EXPIRED_LOCAL: "EXPIRED_LOCAL"

Defined in: fdm-rvo/src/types.ts:147

The field exists locally, started before the import year, and is missing in RVO for the import year. Suggests closing it.


MATCH

MATCH: "MATCH"

Defined in: fdm-rvo/src/types.ts:139

The field exists in both systems and is identical (no conflicts).


NEW_LOCAL

NEW_LOCAL: "NEW_LOCAL"

Defined in: fdm-rvo/src/types.ts:143

The field exists locally but is missing in RVO. Suggests removing it or keeping it as local-only.


NEW_REMOTE

NEW_REMOTE: "NEW_REMOTE"

Defined in: fdm-rvo/src/types.ts:141

The field exists in RVO but is missing locally. Suggests adding it to the local system.