-
Notifications
You must be signed in to change notification settings - Fork 7
TO0202
Nick Pruehs edited this page Mar 12, 2017
·
2 revisions
"The file ... referenced by record ... field ... does not exist."
- Name: ReferencedFileDoesNotExist
- Code: TO202
- Category: Data Integrity
- Severity: Error
- Since: 0.9
Each field of type File and each derived type with base type File that has been added to a record may or may not reference a file in the local file system. If a file is referenced, that file must exist.
The following steps generate this type of error:
- Add a field of type File.
- Add that field to an existing record.
- Set the value of that field to an existing file.
- Delete the file.
Change the value of the File field to an existing file.