Can we make solution of portal form configuration to move into production or sandbox vice versa. As , we do in ms crm solution. we move solution from one insttance to another? Can we do in ms crm portal th same thing or we need to configure it again and again.
Ok, run DataMigrationUtility.exe , you can follow step by step instruction here: community.dynamics.com/.../configuration-migration-tool-for-v8-x-portals
i already have that, i have folder by 'Data Migration Utitlity'
Have you downloaded SDK ?? if not download it first and extract it, you will get this tool under SDK\Tools folder
Is it by the name 'DataMigrationUtility' ?
You need to download Dynamics 365 SDK, under that you will get this tool (under tools folder)
www.microsoft.com/.../details.aspx
docs.microsoft.com/.../download-tools-nuget for the latest
Yes, i searched for that. Please send me the link and guide or to download this tools sir.
Hi,
Portal forms are nothing but records, where we use our entity form (which we can move from one environment to another using solution as you know). Records can't be part of the solution, instead we use ConfigurationMigration which comes with SDK to move these records from one environment to another, so you don't need to re configure them again.
Hope it will help.