Question

Error while saving in Entity Schema Designer

I've created Replacing Object for Product entity, added custom fields, but when I'm saving following error appears:

Error while saving: Item with name "Product" not found

 

How can I fix this problem?

Like 0

Like

1 comments

This issue occurs when the system can’t link an object with a table in a database.

This happens because of adding custom columns to the object and further deleting these columns. In this case, the columns continue to exist in the database. When you try to create a replace object, the system won’t be able to find a table in the database that exactly equals the object.

To solve this issue, I offer the following recommendations:

1. If you remember which columns of the object you deleted, you can try to create them again.

2. If you don't remember which columns you deleted, you can see what columns are in the table in the database and compare them with the columns of your object. Then add the missing columns to the object. The system will not be able to link them if the data types won’t be equal.

3. If the previous instructions have not eliminated the error, you can restore the site from the backup.

For more detailed assistance, please contact technical support.

Show all comments