Hello,
I want to start off by saying that I unfortunately cannot provide screenshots due to the sensitive nature of the data that is behind the scenes. The Problem that me and my organization are encountering is access the underlying Data that is within Business Central. I have two questions related to this:
1. What is the best way of pulling information out of Business Central to integrate with a Azure Managed Instance (or anything similar)?
2. What does the Business Central Data Architecture look like? Are "Pages" and "Views" the same thing and how are those stored and manipulated differently than a "Table" object?
Allow me to expand on these questions for as much context as I can give. We have a Business Central online Cloud environment that we use to host financial data. We have a ODS layer that sits on a Azure Managed Instance. My company is rather small, so they are flexing me into this to try and acquire the Data that is inside of Business Central to pull that into the ODS layer, and I have minimal experience within Business Central, so I understand the baseline of using the platform, the GUI, and so on, but when I try to understand the underlying architecture I start to get lost. Our Business Central Platform was set up by a Microsoft Service Provider, so we are unable to talk to the people who set up the environment to see if there was a problem in set up that is causing us issues. When I try to connect to Business Central using Azure Data Factory, I am unable to access "Page" objects and I can only access Tables. I understand that this is supposed to be a limitation, and that the only way to access the "Page" objects is to use an API, Web Service, or ODATA connection to access those. However, we are wanting to be able to pull out the data, manipulate/transform, and then push that back into Business Central/Dynamics 365. So in totality, I am trying to figure out the data architecture for the Dynamics 365/Business Central so I can better understand how this platform is set up on the backend in terms of file structure, and what the recommended solutions are for pulling that data out into a Azure Managed Instance
Thank you in advance! (Apologies if this is a dumb question)