Error: I was getting the below error while trying to delete a product master.
Inventory module parameters cannot be deleted while dependent Price history exist. Delete dependent Price history and try again.
Solution:
Delete Product from the MCRPriceHistory table from AOT. After that delete it from the Released product and All Product and Product master.
delete MCRPriceHistory where MCRPriceHistory.ITEMRELATION = 'Product_Number'
@Rahul
No comments:
Post a Comment