generator-dyn365
Version:
Yeoman generator for Dynamics 365 Development
16 lines (13 loc) • 795 B
Markdown
# First setup
As of now not everything is included into the questions.
You will need to do the following changes to be able to properly sync extensions.
1. Sign your plugin and/or workflow project.
1. In Company.Customer.Crm.Delegate you have to edit the _Config.fsx to include your URL.
1. Run the SolutionCreateDev.fsx (Select all the lines of code and ALT+ENTER).
1. Add the entities you want to the generated solution or add them to the entities part of the script you are running.
1. Run GenerateCSharpContext.fsx.
1. Build the solution in Release mode.
1. Now the example plugin should work.
1. Run the PluginSyncDev.fsx script after you have created a plugin.
1. Run the WorkflowSyncDev.fsx script after you have created a workflow
Enjoy creating some custom extensions!