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. C语言中malloc()和calloc()c函数用法

    C语言中malloc()和calloc()c函数用法   函数malloc()和calloc()都可以用来动态分配内存空间,但两者稍有区别. malloc()函数有一个参数,即要分配的内存空间的大小: ...

  2. Access 2003版数据库在Win7 64位系统下的不适应

    使用ODBC连接不适应 使用microsoft.jet.4.0链接会出现“未在本地计算机上注册microsoft.jet.4.0” 应使用 Provider=Microsoft.ACE.OLEDB.1 ...

  3. Thread 线程

    线程 Join 一线程里面调用另一线程join方法时,表示将本线程阻塞直至另一线程终止时再执行 using System.Linq; using System.Text; using System.T ...

  4. iOS 设置导航栏之二(设置导航栏的颜色、文字的颜色、左边按钮的文字及颜色)

                      #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicati ...

  5. java中的、标识符、运算符以及数据类型之间的转换。

    ---恢复内容开始--- 数据类型之间的转换: 1:自动转换:就是不用说出要转换成什么类型,由java中的虚拟机自动将小数据类型转换成大数据类型,但大数据中的数据精度有可能被破坏. 2:强制转换:强制 ...

  6. Oracle Flashback Technologies - 闪回数据库

    Oracle Flashback Technologies - 闪回数据库 根据指定的SCN,使用rman闪回数据库 #查看可以闪回到多久前 SQL> select * from v$flash ...

  7. mysql management note

    related url : http://willvvv.iteye.com/blog/1563345 http://lxneng.iteye.com/blog/451985    这篇文章对vari ...

  8. Java基础之读文件——使用通道随机读取文件(RandomFileRead)

    import java.nio.file.*; import java.nio.channels.FileChannel; import java.io.IOException; import jav ...

  9. Eclipse中进行Gradle+Jetty部署的web项目的断点调试

    1.自行配置好build.gradle文件和按照gradle的web项目目录结构规范建立java.resourece和webapp文件夹 可在build.gradle文件中自由设定“http端口” 1 ...

  10. 转:python webdriver API 之下载文件

    webdriver 允许我们设置默认的文件下载路径.也就是说文件会自动下载并且存在设置的那个目录中.要想下载文件,首选要先确定你所要下载的文件的类型.要识别自动文件的下载类型可以使用 curl ,如图 ...