Hi
I am trying to create a new item in Rapido by inheriting from an existing one (e.g. create a NewsArticleAircon custom item based on News article).
The thing is that it always fails to create the table in the database with the following error:
There was an error during item synchronization. See log file {\System\Log\items\ActivationWorkflow} for details.
When I look at the log it says: 2018-09-04 16:24:36.8297|INFO|items/ActivationWorkflow|Dynamicweb.Content.Items.Activation.DatabaseFirstActivationWorkflow: Item type NewsArticleAircon: exception during update...
It creates the item in the UI in the backoffice, but not the actual table in the database.
Any ideas ?