zoukankan      html  css  js  c++  java
  • Difference between menu item types; Display, Output and Action in Dynamics Ax

    Difference between menu item types; Display, Output and Action in Dynamics Ax

    Developers often ask me what the difference is between the three different menu item types shown in AOT and when should you use them as it appears that all menu items inside the three ‘folders’ I would say have the same set of properties and support the same object types. So what is the difference? The answer is that there is no difference, the difference is a conceptual one rather than a functional or a technical one.

    1. Display Menu item

    This folder is used to contain menu items that reference runnable objects which are primarily for presenting data to the user such as forms and dialog’s.

    2. Output Menu item

    An output menu item should have the soul purpose to print a result, mostly used for referencing classes.

    3. Action Menu item

    As the name says it, you should create a menu item under this folder if your runnable object has an action to perform, for example creating or updating data.

    So choosing between these three is on the developers sole discretion and I hope now you’ll be able to make a better choice for your scenario.

    For more information visit :  Msdn Menu Items Best Practices [AX 2012]

  • 相关阅读:
    最大熵原理
    python单引号、双引号和三双引号的区别
    python的字典
    hadoop jar xxxx.jar 执行的流程
    java 正则表达式
    secureCRT中vim个性化设置
    python关系运算符的全称
    C# 分割字符
    委托(delegate)
    在C#中,委托(delegate)
  • 原文地址:https://www.cnblogs.com/wicrecend/p/4538842.html
Copyright © 2011-2022 走看看