This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi team, I have a model called Cms, it has many entities inside. One of them is Services entity and it attached with the Services table in database. I used Design to drag another table called ServiceItem to Cms model and make a One-Many association from Services to ServiceItem. System allows me to add this entity but show me the validation error: "Error 3 External reference ServiceItem specifies an inheritance relationship. Inheritance may not be defined on links." We can save and build the project successfully. What should i do in this case? Best Regards, Phong Tran |
|
|
The reason for the error message is that ServiceItem is a reference to the entity defined on another model file, you need to specify the link between ServiceItem and its base class or any derived classes on its primary model.
|
|