Greetings,
We have a custom extension which contains some Things implemented in Java along with some mashups.
We would also like to include some Localization tables in the same extension and bundle everything into a nice clean zip file to be imported.
However, if the zip file contains the Localization tables, we are getting the following error when importing:
ExtensionPackage Cannot Contain System Objects or Editable System Objects]
Is it (or will it) be possible to achieve what we need to achieve by placing both extension java code and localization tables into a single importable zip file?
Solved! Go to Solution.
SOLVED:
- i had aspect.isEditableSystemObject="true"
removing this attribute, i can include the localization tables in the zip file and the import succeeds
SOLVED:
- i had aspect.isEditableSystemObject="true"
removing this attribute, i can include the localization tables in the zip file and the import succeeds