- Open Visual Studio as admin.
- on the Dynamics 365 menu, point to Model Management and select Create model.
- Give a model name, publisher name , select layer and other values and press " Next "
- 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 - As shown in the above screenshot i select the " Create new package " because i am creating a " Extension Model ".
- 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. - Verify the summary with details.
- Click finish.
Tuesday, June 11, 2019
Create a new Extension Model
To create a new model, follow these steps:
Subscribe to:
Post Comments (Atom)
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 ...

-
Creating table extension does not allow you to add new methods. As you can see in the screenshot below. When i right clicked on Methods no...
-
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 an...
-
Update method parameters using pre event handler Some time we need to update methods parameters value. In this blog i will show you that h...
No comments:
Post a Comment