Hi all
I am constructing a Data Migration Strategy to D365F&O. For that, I am most interested in understanding which Data Entities are Global (shared across LE's) or Company Specific (specific for each LE).
From my investigation, I was able to understand that there is no easy way to functionally retrieve this information directly from D365. However, there is a property of each staging table that let us know whether that table is Global or Specific. The property is "SaveDataPerCompany" that could be either Yes or No. If = Yes, it means that the table is company specific.
However, I believe there is still no easy way to get this information. Besides that, I am not a technical user which makes it even harder.
Having this said, can any of you help me on how to get this information? I try to find if this information was available on the Microsoft Documentation but I believe there are no such information within the Microsoft Documentation.
Thank you all in advance.