Posts

Showing posts from November, 2022

D365 FinOps Creating, updating, deleting and deploying model

Image
 I have given a brief description of a model in my previous article . In this article I will be giving an overview of how we can create, modify, remove and deploy a FinOps model.  Note: The instructions in this article are for a FinOps development environment that has the dynamics 365 extensions enabled on Visual Studio Studio  2019. The location of the Dynamics 365 menu may differ in other versions of Visual Studio.  Create a new model file  Open Visual Studio in admin mode Navigate to Extensions > Dynamics 365 Select Model Management > Create model Enter the model details Model name - the name of the model, for example, MyNewModel Model publisher  - the name of the model publisher, for example Artika Dutt Layer - this represents the level you intend for your deployment. If you are a Microsoft partner then choose isv. If you are performing development for a customer then choose cus layer. If you are developing for users then choose usr.  See t...