-
Notifications
You must be signed in to change notification settings - Fork 7
TO0201
Nick Pruehs edited this page Mar 12, 2017
·
2 revisions
"The record ... referenced by record ... field ... does not exist."
- Name: ReferencedRecordDoesNotExist
- Code: TO201
- Category: Data Integrity
- Severity: Error
- Since: 0.9
Each field of type Reference and each derived type with base type Reference that has been added to a record may or may not reference another record. If a record is referenced, that record must exist.
The following steps generate this type of error:
- Add a field of type Reference.
- Add that field to an existing record.
- Set the value of that field to another existing record.
- Save the project.
- Open the data file in a text editor, and manually remove the existing record.
Change the value of the Reference field to an existing record.