UserRvoImportReviewDecision
@nmi-agro/fdm-source / fdm-rvo/src / UserRvoImportReviewDecision
Enumeration: UserRvoImportReviewDecision
Defined in: fdm-rvo/src/types.ts:166
Represents the explicit decision made by the user for a RVO Import Review item.
Enumeration Members
ADD
ADD:
"ADD"
Defined in: fdm-rvo/src/types.ts:172
Explicitly add a new RVO field
CLOSE
CLOSE:
"CLOSE"
Defined in: fdm-rvo/src/types.ts:176
Explicitly close a local field (set end date)
IGNORE
IGNORE:
"IGNORE"
Defined in: fdm-rvo/src/types.ts:178
Ignore this RVO Import Review item (take no action)
KEEP_LOCAL
KEEP_LOCAL:
"KEEP_LOCAL"
Defined in: fdm-rvo/src/types.ts:170
Keep the local field's data (for CONFLICT, NEW_LOCAL)
REMOVE
REMOVE:
"REMOVE"
Defined in: fdm-rvo/src/types.ts:174
Explicitly remove a local field
USE_RVO
USE_RVO:
"USE_RVO"
Defined in: fdm-rvo/src/types.ts:168
Use the RVO field's data (for CONFLICT, NEW_REMOTE)