Table Groups [AX 2012]
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 .
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 .
|
|
|
Regardless of what table group prompts you define, explicitly defined delete actions are respected. |
Table Groups [AX 2012]的更多相关文章
- Table Properties [AX 2012]
Table Properties [AX 2012] 1 out of 2 rated this helpful - Rate this topic Updated: July 20, 2012 Ap ...
- Select Statement Syntax [AX 2012]
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 ...
- 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 ...
- 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 ...
- View Properties [AX 2012]
View Properties [AX 2012] Other Versions This topic has not yet been rated - Rate this topic Updated ...
- 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 ...
- Understanding the RelationshipType Enumeration [AX 2012]
Understanding the RelationshipType Enumeration [AX 2012] 3 out of 3 rated this helpful - Rate this t ...
- Temporary TempDB Tables [AX 2012]
Temporary TempDB Tables [AX 2012] 1 out of 4 rated this helpful - Rate this topic Updated: November ...
- 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 ...
随机推荐
- spring4 文件下载功能
需要准备的工具和框架 Spring 4.2.0.RELEASE Bootstrap v3.3.2 Maven 3 JDK 1.7 Tomcat 8.0.21 Eclipse JUNO Service ...
- 一款不错的多选下拉列表利器—— Ext.ux.form.SuperBoxSelect
在B/S系统中,下拉列表(select/dropdownlist/combobox)的应用随处可见,为了增强用户体验,开发人员也常常会做一些带联想功能的下拉列表, 特别是数据项比较多的时候,用户筛选起 ...
- wampserver环境下,安装ucenter1.6.0
1,)从官网下载UCenter_1.6.0_SC_UTF8.zip,解压拷贝upload到www下,重命名upload->ucenter; 2,)D:\wamp\bin\apache\Apach ...
- windows Azure 域名绑定
windows Azure 的虚拟机的ip是会变化的,比如你关机.所以绑定域名用A记录就不太可靠. 你新建虚拟机的同时,也会新建一个云服务,给你一个类似XX.cloudapp.net的二级域名. 这样 ...
- leetcode23 多个拍好序的链表进行归并排序 (java版本)
题目: Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexit ...
- 全局函数VS成员函数
#include <iostream> using namespace std; class Test { public: Test(int a, int b) { this->a ...
- WebForm中<%=%>与<%#%>的区别?
1<%=%>相当于Response.Write(),是输出变量的值 2<%#%>专门用于数据绑定,可以绑定一些变量或者数据源中的信息,中间绑定是数据源的条目,若想让它起作用,必 ...
- sql 表连接 join
inner join 和 join 的 区别 inner join 是内连接 ,查询出两边 都有的数据 join 是交叉 连接, 假设集合A={a, b},集合B={0, 1, 2},则两个集 ...
- mtool安装
先安装python pip.一种python包管理工具. 下面这篇文章讲的很详细.亲测可行. https://ruter.github.io/2015/12/03/Update-python/ git ...
- 夺命雷公狗—angularjs—7—多条数据的遍历
我们这里可以来玩玩angular的块级的遍历方法了,本热感觉有点像是PHP中的以前刚入门时候的遍历方法,嘻嘻,, 不过要注意的是中间的双层汉堡{{}} 里面只能放表达式,不能放判断语句 <!do ...
Note