Renaming of properties does not seem to be reflected in their occurrences in RecordTypes
- I had an existing data model making use of RTs: Project and Projekttyp
RT
Projekttyp
was used as a property of Project, so Project has a Property with nameProjekttyp
and datatypeProjekttyp
- I renamed the RT Projekttyp to: ProjectType
- I tried to update another property in RT Project and received an error.
It turns out that the name of the property Projekttyp
of RT Project was correctly renamed to ProjectType
but the datatype was unchanged and still is ProjektTyp
. This is especially weird, because the ID of the property seems to be referenced correctly.
So on updating the server complains that Project
has an unqualified property with an unknown datatype, as shown in the screenshot: