Error: Data entity field XTSInventoryMain.ItemId is currently mapped to InventItemGroupItem.ItemId but it should be mapped to InventTable.ItemId because InventItemGroupItem.ItemId is a foreign key field referencing InventTable.ItemId.
As the error message indicates, it seems that you need to update the mapping for the field “XTSInventoryMain.ItemId” in the data entity. Currently, it is mapped to “InventItemGroupItem.ItemId”, but it should be mapped to “InventTable.ItemId” instead.
Best regards,
Kevin
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.