Base Enum Properties [AX 2012]

This topic has not yet been rated - Rate this topic

Updated: December 6, 2011

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

The following table describes the properties available for enums.

Property 

Description

New in this version of 
 Microsoft Dynamics AX

AnalysisUsage(分析用途)

标明枚举在 cube 中的作用. 这个设置时自动传播到所有表中引用该枚举的字段. Specify one of the following values.

  • Attribute - 引用枚举的字段是一个维度属性.
  • None - 引用枚举的字段不是一个维度属性.
 

ConfigurationKey

Sets the configuration key. 

 

CountryRegionCodes

Specifies the country region code(s) where the view is applicable or valid. 客户端和应用程序用这个属性来启用或禁用国家或区域特性. This is implemented as a comma-separated list of ISO country codes in a single string. The values must match data contained in the global address book.

AX 2012 

DisplayLength

Sets the number of characters displayed.

Default value is Auto .

 

Help

为字段创建一个帮助字符串. 当该字段用在窗体上时,显示帮助字符串.

 

Label

Specifies a label that will be shown in forms and reports. 

 

Model

Specifies which model the table is in.

模型是层中元素的逻辑分组. 一个元素可以存在于一个层中的一个恰当的分组. 元素可以是一个表或类. The same element can exist in a customized version in a model in a higher layer.

AX 2012 

Name

Specifies the enum name.

枚举的名字必须表明可能的枚举值或值类型.

比如根据可能的值命名 InclExcl and NextPrevious .

比如根据枚举的值类型命名 ArrivalPostingType and ListStatus .

 

Style

改变枚举的默认显示. The options are as follows:

  • Combo box
  • Radio button
 

UseEnumValue

该属性若设为 Yes 表明默认 EnumValue 属性被修改 . 将该属性设为 No 可以重设 EnumValue 属性 .

 

See also

 

Best Practices for Enum Properties

Enums

Data Dictionary Node in the AOT

最新文章

  1. asp.net core 如何在Controller获取配置文件的值
  2. Winform水印
  3. 从js的repeat方法谈js字符串与数组的扩展方法
  4. sqlserver 2000事务复制问题
  5. 为ecshop红包增加”转赠”功能
  6. Spring 静态资源配置
  7. ASP.Net Web 点击链接直接下载 不在浏览器打开
  8. loadrunner java 缺少必要的导入包报错
  9. java传值和通过引用传递
  10. 字符串拼接data-id时注意事项
  11. 解决"应用程序无法启动,因为应用程序的并行配置不正确"问题
  12. 搞懂spring事务
  13. selenium调用webdriver异常
  14. 使用 idHTTP 获取 UTF-8 编码的中文网页
  15. springMVC 使用WebApplicationContext获取ApplicationContext对象
  16. 下载以及安装VMware Player Pro 64位
  17. 黄聪:超实用的PHPExcel[导入][导出]实现方法总结
  18. 【LeetCode】53. Maximum Subarray (2 solutions)
  19. perl readlink 函数-返回软链接指向的文件
  20. 【BZOJ3012】[Usaco2012 Dec]First! Trie树+拓补排序

热门文章

  1. Inside Kolla - 03 下载Kolla
  2. git的简单使用
  3. WPF程序只运行一个实例
  4. MongoDB固定集合
  5. Virtual Box 增加虚拟硬盘容量
  6. ReactiveCocoa的使用方法
  7. 使用 jQuery Deferred 和 Promise 创建响应式应用程序
  8. IDEA 常见文件类型的图标介绍
  9. configs for postgresql restart and postgresql reload
  10. 转:python webdriver API 之浏览器的操作