Base entities are removed
In version 8.0 and earlier releases, you could
reference an entity type in Gosu using either its natural name (=as defined
in the data dictionary or with the Base
suffix. In version 9.0, base entities are gone.
In regular code in Studio, any code that
referenced a base entity is now a compiler error, and can be fixed by
removing the Base suffix.
For example, if any Gosu code references AddressBase, change that code
to instead say Address.
You may have document templates or other
Gosu templates that do not automatically show compiler errors in Studio.
You must review your document template descriptors to find any Gosu code
that uses entity names with the Base
suffix.
