Tuesday, June 11, 2019

Create a new Extension Model

To create a new model, follow these steps:
  1. Open Visual Studio as admin.
  2. on the Dynamics 365 menu, point to Model Management and select Create model.

  3. Give a model name, publisher name , select layer and other values and press " Next "

  4. Now here we can create a new package or select any existing package.
    We could create a new package and select the required package as referenced packages

  5. As shown in the above screenshot i select the " Create new package " because i am creating a " Extension Model ".
  6. Now " Select referenced packages " window appears.
    When you create your own package you can select from an existing package to add them as references in your new package. You may need to add some standard package reference if you want to add them into your customization.
    As shown in the below screen shot i select the " ApplicationSuite " and some other packages as a referenced package of my custom model.

  7. Verify the summary with details.

  8. Click finish.

No comments:

Post a Comment

Post Event Handler

In Dynamics 365 F&O we are not allowed to add our custom logic in between the  core logic  but we can execute our custom logic before ...