bnb
bnb

Reputation: 111

how to manage dynamics crm Solution Programmatically?

I want to create a windows Form App to do This :

Can anyone tell me how much time I will need to achieve This.

I will be gratefully if you can give me some tips or links to this topic.

Upvotes: 0

Views: 215

Answers (1)

No Idea For Name
No Idea For Name

Reputation: 11597

i have to give you some bad news Dynamics SRM has deprecated their API and so the only way currently to create and manage environment is through PowerShell.

here is a link to the modules you are going to need in order to create and manage you Dynamics CRM:

Microsoft.PowerApps.Administration.PowerShell

Microsoft.Xrm.Data.Powershell

Microsoft.Xrm.Tooling.ConfigurationMigration

the last one is a bit tricky so you are looking for the cmdlet - Import-CrmDataFile

Upvotes: 0

Related Questions