It will take a couple more weeks for me to gain access to a banking client’s development environment. In the meantime, I already have the requirements and design ready. To utilize this time effectively, can I create the tables (there are over 70) in my work tenant and once I have access to the client laptop and their development environment, would it be possible to export all the tables (schema not data) into the client environment? This way, I can avoid duplicating my efforts in creating tables, relationships again.
Export Dataverse table schema from one tenant and import into another tenant
Hey
For simple datatypes, probably you can export the JSON File for each table, then generate an excel sheet using the JSON File, and then tell dataverse to generate tables based on an excel sheet.
However, for more complex tables with relationships, I wouldn't be sure of this approach.
The Configuration Migration tool usually generates a zip file that contains the schema of the object and another xml with the data (that uses the schema as a model).
Thank you for responding. All the tables are custom.
1. Since it is banking client, i cant do solution import and export.
2. I need to check the tool, if it is csv or excel, i can get permission to transfer that into client machine and import the table schema, if it is whole .zip file, i am afraid the bank folks wont agree to it.
Export Dataverse table schema from one tenant and import into another tenant
Hey.
first question is: will all your your tables be Custom? You have 2 possibilities:
- For a quick deployment, you can generate a solution on your current device with your 70 tables, as a managed solution. Then import on your new device (also as managed). ANy additional customization will have to be an extra solution that will have a requirement on this initial solution.
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.