zoukankan      html  css  js  c++  java
  • AX7: CREATE NEW PACKAGEMODEL

    To create a new packagemodel on AX first you should understand the concept of Packages and Models on AX7, click here to see the MS wiki tutorial or use this video.
    On VS go to the menu Dynamics AX 7Model ManagementCreate model

    Setup  your model parameters:

    Obs: If you want to create a model inside an existing package I advice you to identify that on the Model Name and on the Model display name. This will help you when you are selecting and using your model on your project. Example: If you want to create a new model on Application Suite, I would name it as “NewModel (Suite)” and use the same on the “model display name”.
    Select if you want to create a new Package for the new model or if you want to create the model under an existing package.

    If you choose “Create new package” remember that with this option you will be able to just extend element from referenced packages. If you need to customize I advice you to create 2 Packages:
    • A new package for your elements and extensions.
    • A new model inside “Application Suite” for example to do customization (SalesTable form). Don’t forget to make your new package as referenced package to this model, so you will be able to access your element on the customization model, ex: new tables.
    Select the referenced models for your new model.

    Usually you will need to select the models Platform, Foundation and Suite. Don’t worry if you forget some model because you can update your model using the Dynamics AX 7Model managementUpdate model parameters…
    If you want to use this model as a Unit Test and Automated Test model, select the references to Test Essentials and the Form Adaptor model related to the model that you want to test.
    Finish your model creation and select the extra options to “Create new project” and “Make this my default model for new projects” if you prefer.

    To see all models dependencies, go to “Dynamics AX7Model managementView package dependencies”.

  • 相关阅读:
    element-ui中tabs页设置第一个页面不可关闭
    验证实现element-ui树形控件的自定义图标及右键菜单
    vue项目接口地址的定义
    js数组与字符串的相互转换方法
    vue的双向绑定原理及实现
    vue中的懒加载和按需加载
    使用gulp将移动端px转为rem
    百度搜索--jquery
    关于Ajax中http协议
    用nodejs搭建一个简单的服务器
  • 原文地址:https://www.cnblogs.com/dingkui/p/6110185.html
Copyright © 2011-2022 走看看