How to create a new model in D365
Step by step to create a new Model from Visual Studio in D365. Detail as those steps below:
Step 1: Start Visual Studio using Run as administrator. From the Dynamics 365 menu, select Model Management > Create Model to open the Create Model wizard.
Step 2: Enter the following parameters, the value model. In this case, I will create the model's name as "Testing"
Step 3: Click Next to advance to the next page, and then select Create New Package. The model you're creating will have its package and build its own .NET assembly.
Step 4: Select referenced packages
Step 5: Make a default model when creating a new project and finish
Step 6: Refresh mode. From the Dynamics 365 menu, select Model Management > Refresh mode
Step 7: Build the model. From the Dynamics 365 menu, choose Build Models.
Comments
Post a Comment