Question

Error while publishing object

Hi Team,

 

Kindly provide me some resolution for the following scenario:

 

In the instance, there is one parent object 'Enquiry' and 'EnquiryForInsurers' is the child object of Enquiry. Now , I deleted one lookup field from the parent object Enquiry and published the object successfully.

 

But while I'm updating the child object EnquiryForInsurers, I'm facing the error which says failed to update the database structure. Although the deleted lookup field is not there in the inherited columns of the child object EnquiryForInsurers, but still I'm not able to publish the child object successfully.

 

Please refer to the screenshots for errors information.

 

 

 

kindly help in resolving this error..

 

Thanks,

 

Sarika

 

 

 

Like 0

Like

2 comments
Best reply

The issue was in the foreign key constraint left in the database after the column was deleted from your object and this constraint prevented the database structure from being updated. We've removed that foreign key and the issue was fixed.

 

Best regards,

Oscar

The issue was in the foreign key constraint left in the database after the column was deleted from your object and this constraint prevented the database structure from being updated. We've removed that foreign key and the issue was fixed.

 

Best regards,

Oscar

Hi Oscar,

 

Thanks for the help

Show all comments