Hi
I'm interested in creating a Finance app and using Business Central data, like in this Learn guide: Use model-driven apps and Microsoft Dataverse with Business Central - Training | Microsoft Learn
I've imported BC data into Dataverse (e.g., Vendors) from these instructions: Create an entity and connection to import data from Business Central - Training | Microsoft Learn albeit that it's slightly different now (under Tables, not Entities). And so I am able to display our suppliers to users when they make a purchase request.
My question/s is/are about how deploying this app to production will work in terms of the data source. To build and test the app, I've connected to our staging BC instance (copying the OData URLs from there). But once I've deployed to production, how will these imported tables react? Will they use the same data source (i.e. staging) or can I repoint them to our production BC some how?
Any help or understanding is greatly appreciated.