The architecture is based on having Visual Studio 2022, in fact, working offline. There is a Dynamics 365 F&O online environment available. When you connect to that environment, it will check if you have the correct meta data, otherwise it will download them, so you have a local copy of the source code (standard application). You can only perform development and after building the code, deploy this to the online environment.
From Visual Studio, you don't do any direct CRUD operations. That is in the online application by navigating through forms and starting (periodic) jobs.
There is an option to get JIT database access, then you can use e.g. SQL Server Management Studio to look at the database and it's content.
For cross-references, a local DB is used.
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.