Hi there,
When I delete a product in the backend, I see the following exception in the client script debugger (as the result from the delete AJAX call):
The DELETE statement conflicted with the REFERENCE constraint "EcomProductCategoryFieldValue$ProductForeignKey
". The conflict occurred in database "fasteddie.dw-demo.com", table "dbo.EcomProductCategoryFieldValue
".<br>The statement has been terminated.
Looks like the cateogry field data isn't cleaned up before deleting the product. Is this a known issue? We're running on 8.5.1.9.
Imar