Table Groups [AX 2012]

0 out of 1 rated this helpful - Rate this topic

Updated: February 21, 2012

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

表组提供一种根据表所含数据的类型进行分类的方法. Determining group membership is not an exact science but more of a conceptual definition. When determining group membership for your own tables, follow the standards in the Microsoft Dynamics AX application.

导出数据时, 你可以使用表组来过滤记录. 例如, 如果你想指定可以导出客户,但不能导出客户交易. 一个表属于哪个组, 由该表上的 by the TableGroup 属性定义.

The available table group values are listed in the following table.

Table group

使用该组的表,应具有以下特征的表,

Examples

Parameter

这个表,包含的数据,主要用作一个主表的参数或装配信息(a table that has a TableGroup property of Main ).

这种表通常每家公司只有一条记录.

CustParameters , 

VendParameters

Group

该表包含的数据,主要用来对主表进行分类 (a table that has a TableGroup property of Main ).

在 Group table and a Main table之间是一对多关系.

CustGroup , 

VendGroup

Main

该表是应用程序中的主表中的一个, 并包含以数据为中心的业务对象.

该表一般持有静态的,基础的信息.

这是 Main table and a Transaction table之间一对多的关系.

CustTable , 

VendTable

Transaction

表中包含交易数据.

该表一般不直接用做数据输入.

CustTrans , 

VendTrans

WorksheetHeader

(工作表头)

该表一般用于对 WorkSheetLine tables中的信息进行分类.

在 WorkSheetHeader table and a WorkSheetLine table之间是一对多关系.

SalesTable

WorksheetLine

该表包含的信息是待验证的, 将要进入交易表的.

相比于 Transaction 表中包含的数据, WorkSheetLine 表中的数据是临时的, 并且删除后不会影响系统稳定.

SalesLine

Miscellaneous

(杂项)

该表不适合任何其他的类别.这是新表的默认值.

TableExpImpDef

一般地, table groups Miscellaneous , Transaction , WorksheetHeader , and WorksheetLine 用于大表. 如果在服务器配置里选择了 Use literals in complex joins from X++ or Use literals in join queries from forms and reports , 在两个或多个大表被join时, 系统会为sql查询添加查询关键字 forceliterals .

The groups available are defined by the system enum TableGroup .

Table Prompts

 

You can specify by table group whether a prompt is displayed when records are deleted or updated in a table. These prompts are defined by navigating to Tools Options >Confirmation .

 Note

Regardless of what table group prompts you define, explicitly defined delete actions are respected.

See also

 

Table Properties

Table Groups [AX 2012]的更多相关文章

  1. Table Properties [AX 2012]

    Table Properties [AX 2012] 1 out of 2 rated this helpful - Rate this topic Updated: July 20, 2012 Ap ...

  2. Select Statement Syntax [AX 2012]

    Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 ...

  3. Overview of Form Control Types [AX 2012]

    Overview of Form Control Types [AX 2012] Other Versions 0 out of 1 rated this helpful - Rate this to ...

  4. Using Controls in a Form Design [AX 2012]

    Using Controls in a Form Design [AX 2012] This topic has not yet been rated - Rate this topic Update ...

  5. View Properties [AX 2012]

    View Properties [AX 2012] Other Versions This topic has not yet been rated - Rate this topic Updated ...

  6. Microsoft Dynamics AX 2012: How to get Company,Customer and Vendor address in AX 2012

    Scenario:  “How to get Addresses of “Customer, Vendor and Company” 1)      First we need to identify ...

  7. Understanding the RelationshipType Enumeration [AX 2012]

    Understanding the RelationshipType Enumeration [AX 2012] 3 out of 3 rated this helpful - Rate this t ...

  8. Temporary TempDB Tables [AX 2012]

    Temporary TempDB Tables [AX 2012] 1 out of 4 rated this helpful - Rate this topic Updated: November ...

  9. Temporary Tables and the TableType Property [AX 2012]

    Temporary Tables and the TableType Property [AX 2012] 1 out of 1 rated this helpful - Rate this topi ...

随机推荐

  1. 感知开源的力量-APICloud Studio开源技术分享会

    2014.9.15 中国领先的“云端一体”移动应用云服务提供商APICloud正式发布2015.9.15,APICloud上线一周年,迎来第一个生日这一天,APICloud 举办APICloud St ...

  2. Map小记

    Corelocation地理定位Map Kit地图展示 在移动互联网的时代,移动app能解决用户的很多生活琐事,比如 导航:去任意陌生的地方 周边找餐馆找酒店,找银行,找电影院在上述应用中都用到了地图 ...

  3. iOS - (集成支付宝SDK大坑总结)

    其实集成支付宝相对于集成微信支付来说,支付宝算是简单的了,后续有空再去研究微信支付,现目前先总结一下集成支付宝所遇到的坑,其实支付宝的坑也不算太多,细算下来大概5-6个左右,但是其报错方式有点恶心,不 ...

  4. python os用法笔记

    获取文件所在路径 import os os.path.dirname(__file__)  获取当前文件的所在路径 print (os.path.dirname(os.path.dirname(__f ...

  5. HTML是什么

    HTML(Hyper Text Mark-up Language )即超文本标记语言,是 WWW 的描述语言,由 Tim Berners-lee提出.设计 HTML 语言的目的是为了能把存放在一台电脑 ...

  6. MVC4之ModelBinder-模型绑定

    最近悟出来一个道理,在这儿分享给大家:学历代表你的过去,能力代表你的现在,学习代表你的将来. 十年河东十年河西,莫欺少年穷 学无止境,精益求精    最近在做自学MVC,遇到的问题很多,索性一点点总结 ...

  7. [phonegap]安装phonegap

    下载nodejs,安装,单nodejs4.0.0 x64编译时,还需要python2.6 or python2.7: 参考怎么安装python2.7:            http://jingya ...

  8. 从零开始攻略PHP(8)——面向对象(下)

    8.编写代码类 每个分离的函数可以执行一个明确的任务.任务越简单,编写与测试这个函数就越简单,当然也不要将这个函数分得太小——若将程序分成太多的小个体,读起来就会很困难. 使用继承可以重载操作.我们可 ...

  9. SQL isnull函数

    select * from emp;

  10. PHP中的赋值运算符

    PHP的赋值运算符有两种,分别是: (1)“=”:把右边表达式的值赋给左边的运算数.它将右边表达式值复制一份,交给左边的运算数.换而言之,首先给左边的运算数申请了一块内存,然后把复制的值放到这个内存中 ...