Hello,
in the Locality table we currently use the property localitytype (V6), but this doesn't exist anymore in V8, so by what is it replaced in V8?
Thank you very much.
Hello,
in the Locality table we currently use the property localitytype (V6), but this doesn't exist anymore in V8, so by what is it replaced in V8?
Thank you very much.
The property LocalityType in version 6 was a foreign key to the table OrgType. The foreign key relation to the table OrgType still exists in the table Locality in version 7 and has been renamed to the UID_OrgType. The reason is that the table OrgType in version 6 didn't have a GUID based primary key and this has been normalized in version 7 and above.
The property LocalityType in version 6 was a foreign key to the table OrgType. The foreign key relation to the table OrgType still exists in the table Locality in version 7 and has been renamed to the UID_OrgType. The reason is that the table OrgType in version 6 didn't have a GUID based primary key and this has been normalized in version 7 and above.