Sunday, July 16, 2023

How To Create A Model In D365

 

  1. Start Visual Studio using Run as administrator.

  2. From the Dynamics 365 menu, select Model Management > Create model to open the Create model wizard.

  3. Enter the following values for model parameters.

    PropertyValue
    Model nameFleetMgmntTutorial
    Model publisherMicrosoft Corp
    Layerisv
    Model descriptionThis tutorial shows how to build the Fleet Management application by using the Microsoft Dynamics AX development tools.
    Model display name





    Fleet Management Tutorial


    1. lick Next to advance to the next page, and then select Create New Package. The model you're creating will have its own package and build its own .NET assembly.

      Select package.

    2. Click Next to advance to the Select referenced models step.

    3. Select Application Platform and Application Foundation as referenced models.

      Select referenced models.

       Important

      Verify that you've selected the correct referenced models.

    4. Click Next to advance to the Summary step.

    5. Verify the information on the summary page, and then select the Create new project and Make this my default model for new projects check boxes.

      Summary of data model.

    6. Click Finish. The New Project dialog box opens.

    7. Under Templates, select Dynamics 365.

    8. Select the Unified Operations template.

    9. Enter the following values in the fields in the dialog box.

      PropertyValue
      NameFMTDataModel
      LocationC:\FMLab
      SolutionAdd to solution

      New project dialog.

    10. Click OK to create the project.

No comments:

Post a Comment