Posts

Showing posts from December, 2019

Modify table properties through extension

Image
  To modify properties on a table, you must create an extension of that table. Extending Table:         Start Visual Studio using Run as administrator         Search for the Table you want to make change using the search option or navigate using AOT         Right click on the table and select create extension        If we choose create extension it will create new extension in the project you select              Rename the table extension if you wish to make change       Right-click on the extended table and select Open                The table extension will be open in Window and the properties window will be enabled                Go to the properties window               You...

Increasing the EDT string size in D365 F&O

Image
  Right-click on the extended EDT from the project and  select Open   The EDT extension will be open in Window and the properties window will be enabled          The EDT extension will be open in Window and the properties window will be enabled Go to the  string size  property under properties Click on the string size and make the necessary changes (EX: increasing the size to 15)        String size a)        You can only modify the value if the EDT does not extend from another EDT. b)        You can only set the new String size to a value equal to or larger than the base EDT value     After changing the size, database synchronization needs to be done to affect the new string size   Note: String size change is not visible in the Application Explorer. You can validate the same in the user interface or in t...

Creating a new model in D365 F&O

Image
Creating a new model: A model, which is a collection of elements that represent a distributable software solution, can be created using a wizard. Start Visual Studio using  Run as administrator . From the  Dynamics 365  window, select  Model Management > Create model  to open the  Create model  wizard. 3.        It’ll open a wizard for creating a model. In this window, we can specify the model name and other parameters. 4.        Enter the following values for model parameters. Property Value Model Name MyModel Model Publisher xxxxxxxxx Layer CUS Version 1.0.0.0 Model Description This is model belongs to XXXX customizations Model display name xxxxxxx 5.        Click  Next  to advance to the next page, and then sele...