I am very new to Microsoft Dynamics 365 and facing some issue while running the build.I have setup Build pipeline in Azure DevOps for Dynamics 365 Field service application and Added the export solution task and configured the Connection string in the export solution task but I have no idea of what is the solution name I have to provide to export the solution. I am not sure whether I miss anything or since I am new to dynamics365 I might be wrong in setting up the pipeline in azure DevOps. Could you please help me with the solution please.Highly appreciated of you could provide the solution and help me to understand the concepts. Please find the attached screenshot below.
2 Answers
After I researched for the solution,I got the solution by myself.The solution name is nothing but the name of the solution we need to create in CRM instance of dynamics 365 .
Step 1: log into the CRM instance ( https://YOURNAME.crm8.dynamics.com/main.aspx?forceUCI=1&pagetype=apps ) .
Step 2: Go to the Advances settings under settings option on the right side top corner.
Step 3: It will redirect you to settings page ( https://YOURNAME.crm8.dynamics.com/main.aspx?settingsonly=true#882394659 ). Select the settings tab (Drop Down) again and you can see the customization category and there you can click on solutions.Here you can see the list of solutions already created by someone.
Step 4: Here is the step to create your own solution and configure in Azure DevOps task while exporting and importing.