From a custom table, MyTable, we created a Data Entity using the right click Add in option. While trying to synchronize the project, we get the following error:
Failed to create an instance of table 'MyTable', got 'Common' instead. Please make sure it has been built.
What should be done?
Note the project contains the original table, the staging table, the data entity, two security privileges, and an EDT that relates to the original table.
Thanks