Hi everyone,
During a migration from NAV to Microsoft Dynamics 365 Business Central, I encountered the removal of the Product Group table (AL0433).
Originally, I had this relation:
TableRelation = "Product Group".Code
where("Item Category Code" = field("Item Category Code"));
Since Product Groups are now merged into Item Categories, I replaced it with:
TableRelation = "Item Category".Code
where("Parent Category" = field("Item Category Code"));
My goal is to replicate the old structure where Product Groups were children of Item Categories.
Is this the correct and recommended approach?

Report
All responses (
Answers (