Type | Description | Solutions | AMIDExample |
---|
UNIQUE | UNIQUE | | |
PK | | |
| GENERATE SET_BY_USER SET_NULL FAIL
|
FVP_UNIQUE | Applicable for fields with field value pattern An object with this value for this field already exists Root entities only for now
| GENERATE SET_BY_USER SET_NULL FAIL
|
There is an object of entity A with AMID 821df1d4-3ed8-463e-a9a3-ea841be60f81 in the system. When trying to import this object again or any other object of entity A with the same AMID. There is an entity A which has a field identifier with a field value pattern. The system already has an object of entity A with identifier A-0001 . When trying to import any object of entity A with the identifier A-0001 again. |
FK | | | Entity A has a sub-entity Entity B. Entity B then will have a field like ref_a which will store the id of its parent object of Entity A. When trying to import an object of Entity B which has a value in the ref_a field, but there is no object of Entity A with that id. |
REQUIRED | | | Entity A has a primary key field id . When the import file for entity A contains an object which has no value set for the field id . |
TYPE | | GENERATE SET_BY_USER SET_NULL FAIL
| Entity A has a field id of type integer . When the import file for entity A contains any value for the field id which is not an integer . |
LENGTH | | TRIM_EXTRA SET_BY_USER SET_NULL FAIL
| Entity A has a varchar field name with length 10 . When the import file for entity A contains any value for the field name with a length greater than 10 . |
Root System Entity AMID PK UNIQUE | | IGNORE REPLACE_WITH_EXISTING
| The system already has an AKTOR with identifikator AKT-0001 . When trying to import any data that has an AKTOR with identifikator value AKT-0001 . |