本文包含可用于系统类的文档。
注释
本文不是系统表成员的完整列表。 可以在应用程序资源管理器中找到表及其成员的完整列表。
Common
Common 表是所有表的基类。 它不包含任何数据。 它主要用于 X++ 代码以多态方式引用任何表。
Methods
| 方法 |
Description |
| aosValidateDelete |
验证服务器上的指定记录是否可以从表中删除。 |
| aosValidateInsert |
验证服务器上是否可以插入指定的记录。 |
| aosValidateRead |
验证服务器上是否可以读取指定的记录。 |
| aosValidateUpdate |
验证服务器上是否可以更新指定的记录。 |
| buf2con |
将 xRecord 实例的表缓冲区打包到 X++ 容器中。 |
| canSubmitToWorkflow |
指示是否可以提交到工作流。 |
| 字幕 |
获取和设置表的 caption 属性。 |
| checkInvalidFieldAccess |
获取和设置无效的字段访问。 |
| checkRecord |
获取并设置指示是否检查必填字段的属性。 |
| checkRestrictedDeleteActions |
获取和设置指示是否可以删除记录的属性。 |
| 清楚 |
从表缓冲区中删除所有行。 |
| company |
获取并设置指示记录的法律实体的属性。 |
| con2buf |
将容器解压缩到表缓冲区中。 |
| concurrencyModel |
获取和设置用于更新记录的默认并发模型。 |
| 上下文 |
获取和设置上下文属性。 |
| 数据 |
从表中检索行。 |
| dataSource |
检索表的数据源。 |
| dbOpInTransaction |
确保数据库作在失败时正确关闭。 |
| defaultField |
在表中的字段中填充默认值。 |
| defaultRow |
在非交互式事例的表中的字段中填充默认值。 |
| 删除 |
从表中删除当前记录。 |
| disableCache |
获取和设置指示是否禁用缓存的属性。 |
| 处理 |
释放 xRecord 对象使用的资源。 |
| doClear |
从表缓冲区中删除所有行,并绕过表清除方法中的其他任何逻辑。 |
| doDelete |
从表中删除当前记录,并绕过表的 delete 方法中的其他任何逻辑。 |
| doInsert |
将记录插入表中,并绕过表的 insert 方法中的其他任何逻辑。 |
| doUpdate |
更新当前记录,并绕过表的 update 方法中的任何附加逻辑。 |
| doValidateDelete |
执行作以验证是否可以删除记录。 |
| 平等 |
确定指定的对象是否等于当前对象。 |
| fieldAccessRight |
返回字段访问权限。 |
| fieldBufferAccessRight |
返回当前记录的字段访问权限。 |
| fieldState |
设置或返回表缓冲区中字段的状态。 |
| getAllowRedefault |
返回允许重新默认的字段列表。 |
| getDefaultingDependencies |
返回保存默认依赖项的容器。 |
| getExtension |
返回表扩展。 |
| getFieldValue |
从表缓冲区获取指定字段的值。 |
| getInstanceRelationType |
返回与 InstanceRelationType ID 对应的表名称。 |
| getPhysicalTableName |
返回物理表名称,即 SQL Temp DB 表是表实例名称。 |
| getPresenceFieldData |
从指定字段中检索 PresenceInfo 值。 |
| getSQLStatement |
获取用于从数据库返回记录的 SQL 语句。 |
| getTableInInstanceHierarchy |
|
| getTableType |
指示表的类型。 |
| helpField |
检索包含指定字段的帮助文本的字符串。 |
| initValue |
将字段初始化为默认值。 |
| inputStatus |
设置或返回表缓冲区的当前输入状态。 |
| 插入 |
将记录插入表中。 |
| interactiveContext |
设置或返回表缓冲区的当前交互式上下文。 |
| isFieldDataRetrieved |
检查是否已检索给定字段的数据。 |
| isFieldSet |
检查字段是否具有“设置”或“默认”状态。 |
| isFormDataSource |
指示数据源是否为窗体。 |
| isNewRecord |
如果记录是尚未保留的新记录,则返回 true。 |
| isPartOfUOWSaveChanges |
|
| isTempDb |
指示表的类型是否为 SQL TempDB。 |
| isTmp |
指示此表是否为临时表。 |
| joinChild |
查找当前记录的联接子级。 |
| joinParent |
查找当前记录的联接父级。 |
| linkPhysicalTableInstance |
检查记录的物理表实例是否存在链接。 |
| 合并 |
将当前表与指定的表合并。 |
| modifiedField |
将指定的字段修改为原始字段。 |
| modifiedFieldValue |
将指定的字段修改为原始值。 |
| orig |
检索当前记录的原始值。 |
| overwriteSystemfields |
获取并设置指示是否可以覆盖系统字段的属性。 |
| postLoad |
在读取记录后执行。 |
| queryTimedOut |
指示查询是否超出了执行的时间限制。 |
| queryTimeout |
获取并设置指示执行查询的时间限制的属性。 |
| readCommittedLock |
|
| readPast |
获取并设置属性,该属性指示是否跳过读取记录时被其他进程锁定的行。 |
| recordLevelSecurity |
获取并设置指示是否在记录级别应用安全性的属性。 |
| relatedTable |
设置或返回表缓冲区链接的相关缓冲区。 |
| hasRelatedTable |
指示外键约束缓冲区是否与表链接。 |
| renamePrimaryKey |
根据此表中相应主键值的更改,重命名其他表中的外键。 |
| 重读 |
重新读取表中的记录。 |
| RowCount |
检索表中的行数。 |
| selectForUpdate |
获取并设置指示在读取记录时是否选择要更新的记录的属性。 |
| selectLocked |
指示是否选择锁定的记录。 |
| selectRefRecord |
按引用的字段 ID 选择记录。 |
| selectWithRepeatableRead |
获取和设置指示是否启用可重复读取的属性。 |
| setConnection |
设置此表的用户连接。 |
| setCrossPartition |
设置或重置表的跨分区。 |
| setFieldValue |
设置记录缓冲区中的字段值。 |
| setSQLTracing |
启用或禁用 SQL 跟踪模式。 |
| setTempDB |
|
| setTmp |
设置表,使其不持久保存到数据库。 |
| setTmpData |
将临时表的内容设置为指定的数据。 |
| setXDSContext |
设置新的 XDS 上下文。 |
| skipDatabaseLog |
获取和设置指示是否跳过数据库日志请求的属性。 |
| skipDataMethods |
获取并设置指示是否放弃重载方法的属性。 |
| skipDeleteActions |
获取和设置指示是否跳过表上的删除作的属性。 |
| skipDeleteMethod |
获取并设置指示是否放弃重载方法的属性。 |
| skipEvents |
提供在 xRecord 对象的生存期内关闭调用 Application.event* 方法的选项。 |
| skipPostLoad |
获取并设置指示是否跳过对表执行 xRecord.postLoad 方法的属性。 |
| skipTTSCheck |
获取并设置指示是否跳过检查以确定是否为更新选择记录的属性。 |
| suppressWarnings |
获取并设置指示是否禁止显示此指针的警告的属性。 |
| tableAccessRight |
返回表访问权限。 |
| tableBufferAccessRight |
返回当前记录的表访问权限。 |
| toolTipField |
检索指定字段的 HelpText 值。 |
| toolTipRecord |
检索当前记录的工具提示值。 |
| ttsabort |
中止通过调用 ttsbegin 方法启动的事务。 |
| ttsbegin |
启动可由 ttscommit 方法提交或 ttsabort 方法中止的事务。 |
| ttscommit |
提交通过调用 ttsbegin 方法启动的事务。 |
| 更新 |
更新当前记录。 |
| validateDelete |
确定当前记录是否有效且已准备好从数据库中删除。 |
| validateField |
确定指定的字段是否有效。 |
| validateFieldValue |
|
| validateRelations |
|
| validateWrite |
确定当前记录是否有效且已准备好写入。 |
| validTimeStateUpdateMode |
在游标上设置有效的时间状态更新模式。 |
| wasCached |
指定从中检索数据的位置。 |
| 写入 |
更新记录(如果存在);否则,插入记录。 |
| xml |
检索表示当前对象的 XML 字符串。 |
| takeOwnershipOfTempDBTable |
|
| useExistingTempDBTable |
|
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| CreatedBy |
String |
CreatedBy |
|
|
| CreatedDateTime |
UtcDateTime |
CreatedDateTime |
|
|
| CreatedTransactionId |
Int64 |
CreatedTransactionId |
|
|
| dataAreaId |
String |
DataAreaId |
|
|
| DEL_CreatedTime |
int (整数) |
DEL_CreatedTime |
|
|
| DEL_ModifiedTime |
int (整数) |
DEL_ModifiedTime |
|
|
| 修改者 |
String |
修改者 |
|
|
| ModifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| ModifiedTransactionId |
Int64 |
ModifiedTransactionId |
|
|
| Partition |
Int64 |
Partition |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| RelationType |
Int64 |
RelationType |
|
|
| RowNumber |
int (整数) |
RowNumber |
|
|
| SequenceNum |
Int64 |
SequenceNum |
|
|
| TableId |
int (整数) |
TableId |
|
|
| UnionAllBranchId |
int (整数) |
UnionAllBranchId |
|
|
Relations
| Relation |
Table |
| dataAreaId |
DataArea |
Indexes
| Index |
允许重复项 |
Fields |
| RecId |
否 |
|
继承层次结构
xRecord 类公用表
DataArea
DataArea 表包含已在数据库中创建的公司列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| alwaysNative |
Enum |
|
布尔 |
|
| id |
String |
DataAreaId |
|
数据区域的 ID |
| isVirtual |
Enum |
|
布尔 |
|
| 姓名 |
String |
UserIdStr |
|
Name |
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| timeZone |
Enum |
|
时区 |
|
Relations
| Relation |
Table |
| id |
DataArea |
| Partition |
Partitions |
Indexes
| Index |
允许重复项 |
Fields |
| Id |
否 |
|
| IdOnly |
是的 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableDataArea 表
DatabaseLog
DatabaseLog 表存储 SysDatabaseLog 表的配置信息。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 域 ID |
String |
DomainId |
|
域的 ID |
| logField |
整数 |
FieldId |
|
字段的 ID |
| logTable |
整数 |
TableId |
|
表的 ID |
| logType |
Enum |
|
DatabaseLogType |
|
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
字段组
| 字段组 |
Fields |
| logFieldRelation |
|
Relations
| Relation |
Table |
| Relation_DatabaseLog |
DEL_DomainInfo |
Indexes
| Index |
允许重复项 |
Fields |
| Loglist |
否 |
|
| RecId |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableDatabaseLog 表
DEL_AccessRightsList
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| accessType |
Enum |
|
访问类型 |
|
| accessTypeFkeyUse |
Enum |
|
访问类型 |
|
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 域 ID |
String |
DomainId |
|
域的 ID |
| elementName |
String |
UtilElementName |
|
应用程序元素的名称。 |
| groupId |
String |
UserGroupId |
|
用户组的 ID |
| id |
int (整数) |
|
|
|
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| parentId |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| 记录类型 |
Enum |
|
AccessRecordType |
|
| recVersion |
整数 |
RecVersion |
|
|
Relations
| Relation |
Table |
| Relation_AccessRightsList1 |
UtilIdElements |
| Relation_AccessRightsList2 |
UtilIdElements |
| Relation_AccessRightsList3 |
DEL_DomainInfo |
| Relation_AccessRightsList4 |
DEL_UserGroupInfo |
Indexes
| Index |
允许重复项 |
Fields |
| 元素 |
是的 |
|
| 组 |
否 |
|
| RecId |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类公共表 DEL-AccessRightsList 表
DEL_CompanyDomainList
CompanyDomainList 表包含 DomainInfo 和 DataArea 表之间的关联。 每个域都授予安全权限。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| companyId |
String |
SelectableDataArea |
|
可以选择的公司 ID |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 域 ID |
String |
DomainId |
|
域的 ID |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
Relations
| Relation |
Table |
| companyId |
DataArea |
| 域 ID |
DEL_DomainInfo |
Indexes
| Index |
允许重复项 |
Fields |
| 公司 |
否 |
|
| 域名 |
否 |
|
| RecId |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类公共表 DEL_CompanyDomainList表
DEL_DomainInfo
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| id |
String |
DomainId |
|
域的 ID |
| 姓名 |
String |
UserIdStr |
|
Name |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
Relations
| Relation |
Table |
| id |
DEL_DomainInfo |
Indexes
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类公用表 DEL_DomainInfo表
DEL_UserGroupInfo
UserGroupInfo 表包含可用用户组的列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| id |
String |
UserGroupId |
|
用户组的 ID |
| 姓名 |
String |
UserIdStr |
|
Name |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
Relations
| Relation |
Table |
| id |
UserGroupInfo |
Indexes
继承层次结构
xRecord 类公共表 DEL_UserGroupInfo表
DEL_UserGroupList
UserGroupList 表包含与每个用户组关联的用户列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| groupId |
String |
UserGroupId |
|
用户组的 ID |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| userId |
String |
UserId |
|
用户的 ID |
Relations
| Relation |
Table |
| Relation_UserGroupList1 |
DEL_UserGroupInfo |
| Relation_UserGroupList2 |
UserInfo |
Indexes
| Index |
允许重复项 |
Fields |
| GroupId |
否 |
|
| RecId |
否 |
|
| UserId |
否 |
|
继承层次结构
xRecord 类公共表 DEL_UserGroupList表
ModelSecPolRuntimeEx
ModelSecPolRuntimeEx 表存储应用安全策略所需的运行时元数据。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| ConstrainedTable |
String |
|
|
|
| ContextString |
String |
|
|
|
| ContextType |
int (整数) |
|
|
|
| DEL_ElementHandle |
int (整数) |
|
|
|
| DEL_IsEnabled |
int (整数) |
|
|
|
| DEL_LayerId |
int (整数) |
|
|
|
| ElementHandle |
int (整数) |
|
|
|
| IsDirty |
int (整数) |
|
|
|
| 已启用 |
int (整数) |
|
|
|
| IsModeled |
int (整数) |
|
|
|
| LayerId |
int (整数) |
|
|
|
| ModeledQueryDebugInfo |
String |
|
|
|
| ModeledQueryPackData |
集装箱 |
|
|
|
| Name |
String |
|
|
|
| 操作 |
int (整数) |
|
|
|
| PrimaryTableAOTName |
String |
|
|
|
| QueryObjectAOTName |
String |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
Indexes
| Index |
允许重复项 |
Fields |
| ConstrainedTableIdx |
是的 |
ConstrainedTable |
| RecIDIdx |
否 |
RecId |
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableModelSecPolRuntimeEx 表
ModelSecPolRuntimeView
ModelSecPolRuntimeView 视图显示当前活动安全策略的运行时元数据。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| ConstrainedTable |
String |
|
|
|
| ContextString |
String |
|
|
|
| ContextType |
int (整数) |
|
|
|
| ElementHandle |
int (整数) |
|
|
|
| IsDirty |
int (整数) |
|
|
|
| IsModeled |
int (整数) |
|
|
|
| LayerId |
int (整数) |
|
|
|
| ModeledQueryDebugInfo |
String |
|
|
|
| ModeledQueryPackData |
集装箱 |
|
|
|
| Name |
String |
|
|
|
| 操作 |
int (整数) |
|
|
|
| PrimaryTableAOTName |
String |
|
|
|
| QueryObjectAOTName |
String |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableModelSecPolRuntimeView 表
Partitions
分区表包含系统中的数据分区列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| createdBy |
String |
CreatedBy |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 修改者 |
String |
修改者 |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 姓名 |
String |
UserIdStr |
|
名称(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 分区键 |
String |
分区键 |
|
分区键(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| recVersion |
整数 |
RecVersion |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
字段组
| 字段组 |
Fields |
| AutoIdentification |
|
Relations
| Relation |
Table |
| 分区键 |
Partitions |
Indexes
| Index |
允许重复项 |
Fields |
| PartitionIdx |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类公用表分区表
PrintJobHeader 表包含有关当前打印作业的信息
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dataAreaId |
String |
DataAreaId |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| deviceName |
String |
|
|
|
| 格式 |
Enum |
|
PrintFormat |
|
| jobDescription |
String |
|
|
|
| jobStatus |
Enum |
|
PrintJobStatus |
|
| jobType |
String |
|
|
|
| numberOfPages |
int (整数) |
|
|
|
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| printedBy |
String |
UserId |
|
用户的 ID |
| printedDate |
date |
|
|
|
| printedTime |
int (整数) |
|
|
|
| printerInfo |
集装箱 |
|
|
|
| printFromPage |
int (整数) |
|
|
|
| printNumcopies |
int (整数) |
|
|
|
| printOnServer |
Enum |
|
布尔 |
|
| printToPage |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| unlimitedPageHeight |
Enum |
|
布尔 |
|
Relations
| Relation |
Table |
| dataAreaId |
DataArea |
| Partition |
Partitions |
| printedBy |
UserInfo |
Indexes
| Index |
允许重复项 |
Fields |
| CreatedBy |
是的 |
|
| CreatedDate |
是的 |
|
| 职位类型 |
是的 |
|
| RecId |
否 |
|
继承层次结构
xRecord 类公用表PrintJobHeader 表
PrintJobPages
PrintJobPages 表包含有关打印作业当前打印页的信息
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| dataAreaId |
String |
DataAreaId |
|
|
| numberOfLines |
int (整数) |
|
|
|
| pageContents |
集装箱 |
|
|
|
| pageNo |
int (整数) |
|
|
|
| pagesHeaderRecId |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
Relations
| Relation |
Table |
| dataAreaId |
DataArea |
| pagesHeaderRecId |
PrintJobHeader |
| Partition |
Partitions |
| Relation_PrintJobPages1 |
PrintJobHeader |
Indexes
| Index |
允许重复项 |
Fields |
| PageNo |
否 |
|
| RecId |
否 |
|
继承层次结构
xRecord 类公用表PrintJobPages 表
SecurableObject
SecurableObject 表包含安全框架引用的所有安全项目。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| ChildName |
String |
SecurableChildName |
|
安全对象子名称。 |
| Name |
String |
SecurableName |
|
安全对象的名称。 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 类型 |
Enum |
|
SecurableType |
|
字段组
Indexes
| Index |
允许重复项 |
Fields |
| NameChildTypeIdx |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurableObject 表
SecurityDuty
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 标识符 |
String |
SecurityDutyIdentifier |
|
|
| Name |
String |
SecurityDutyName |
|
|
| Description |
String |
SecurityDutyDescription |
|
|
字段组
| 字段组 |
Fields |
| AutoIdentification |
Name |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
RecId |
| IdentifierIdx |
否 |
标识符 |
| NameIdx |
是的 |
Name |
继承层次结构
xRecord 类Common TableSecurityDuty 表
SecurityEntryPointInferredTables
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| EntryPointName |
String |
SecurableName |
|
|
| 类型 |
Enum |
|
SecurableType |
|
| TableName |
String |
SecurableName |
|
|
| AllowEdit |
Enum |
|
布尔 |
|
| AllowCreate |
Enum |
|
布尔 |
|
| AllowDelete |
Enum |
|
布尔 |
|
| ValidTimeStateUpdate |
Enum |
|
ValidTimeStateUpdate |
|
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
RecId |
| EntryPointTableIdx |
否 |
EntryPointName、Type、TableName、ValidTimeStateUpdate |
继承层次结构
xRecord 类Common TableSecurityEntryPointInferredTables 表
SecurityEntryPointLink
SecurityEntryPointLink 表包含安全对象映射的入口点,该映射已在菜单项和 Web 菜单项的 AOT 节点上指定。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| EntryPoint |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| PermissionOwner |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 有效期始于 |
UtcDateTime |
|
|
|
| ValidTo |
UtcDateTime |
|
|
|
Relations
| Relation |
Table |
| Relation_SecurityEntryPointLink1 |
SecurableObject |
| Relation_SecurityEntryPointLink2 |
SecurableObject |
Indexes
| Index |
允许重复项 |
Fields |
| EntryPointIdx |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityEntryPointLink 表
SecurityPermission
SecurityPermission 表包含已在窗体、报表、安全代码权限和服务作的 AOT 节点上指定的权限列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| Access |
Enum |
|
AccessRight |
|
| 组 |
Enum |
|
AccessRight |
|
| 所有者 |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SecurableObject |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 有效期始于 |
UtcDateTime |
|
|
|
| ValidTo |
UtcDateTime |
|
|
|
Relations
| Relation |
Table |
| Relation_SecurityPermission1 |
SecurableObject |
| Relation_SecurityPermission2 |
SecurableObject |
Indexes
| Index |
允许重复项 |
Fields |
| OwnerGroupObjectIdx |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityPermission 表
SecurityPrivilege
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 标识符 |
String |
SecurityPrivilegeIdentifier |
|
|
| Name |
String |
SecurityPrivilegeName |
|
|
| Description |
String |
SecurityPrivilegeDescription |
|
|
字段组
| 字段组 |
Fields |
| AutoIdentification |
Name |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
RecId |
| IdentifierIdx |
否 |
标识符 |
| NameIdx |
是的 |
Name |
继承层次结构
xRecord 类Common TableSecurityPrivilege 表
SecurityRole
SecurityRole 表反映了安全 AOT 角色节点定义的角色列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| AllowCurrentRecords |
Enum |
|
AccessRight |
|
| AllowFutureRecords |
Enum |
|
AccessRight |
|
| AllowPastRecords |
Enum |
|
AccessRight |
|
| AotName |
String |
SecurityRoleAotName |
|
AOT 中角色的名称。 |
| ContextString |
String |
|
|
|
| DEL_AllowCurrentRecords |
Enum |
|
AccessRight |
|
| DEL_AllowFutureRecords |
Enum |
|
AccessRight |
|
| DEL_AllowPastRecords |
Enum |
|
AccessRight |
|
| DEL_IsEnabled |
Enum |
|
布尔 |
|
| Description |
String |
SecurityRoleDescription |
|
安全角色的说明。 |
| 已启用 |
Enum |
|
布尔 |
|
| Name |
String |
SecurityRoleName |
|
安全角色的名称。 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| UserLicenseType |
Enum |
|
UserLicenseType |
|
字段组
| 字段组 |
Fields |
| AutoIdentification |
|
Indexes
| Index |
允许重复项 |
Fields |
| AotNameIdx |
否 |
|
| NameIdx |
是的 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityRole 表
SecurityRoleAssignmentRule
将用户动态分配到角色的规则
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| MembershipRuleDescription |
String |
MembershipRuleDescription |
|
自动角色成员身份规则的说明 |
| MembershipRuleName |
String |
MembershipRuleName |
|
自动角色成员身份规则的名称 |
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| RuleQuery |
集装箱 |
|
|
|
| SecurityRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 有效期始于 |
UtcDateTime |
|
|
|
| ValidTo |
UtcDateTime |
|
|
|
Relations
| Relation |
Table |
| Partition |
Partitions |
| SecurityRole |
SecurityRole |
| SecurityRoleRelationShip |
SecurityRole |
Indexes
| Index |
允许重复项 |
Fields |
| AlternateKey |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityRoleAssignmentRule 表
SecurityRoleDutyExplodedGraph
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| SecurityRole |
Int64 |
RecId |
|
|
| SecurityDuty |
Int64 |
RecId |
|
|
Relations
| Relation |
Table |
| SecurityRole |
SecurityRole |
| SecurityDuty |
SecurityDuty |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
RecId |
| RoleDutyIdx |
否 |
SecurityRole、SecurityDuty |
继承层次结构
xRecord 类Common TableSecurityRoleDutyExplodedGraph Table
SecurityRoleExplodedGraph
SecurityRoleExplodedGraph 表包含安全角色节点的 AOT 子角色节点定义的所有角色关系(直接或间接)。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| RefCount |
int (整数) |
|
|
|
| SecurityRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| SecuritySubRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
Relations
| Relation |
Table |
| Relation_SecurityRole1 |
SecurityRole |
| Relation_SecurityRole2 |
SecurityRole |
| SecurityRole |
SecurityRole |
| SecuritySubRole |
SecurityRole |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| RoleSubRoleIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityRoleExplodedGraph Table
SecurityRolePermissionOverride
SecurityRolePermissionOverride 表包含已在安全角色 AOT 节点上指定的权限列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| Access |
Enum |
|
AccessRight |
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SecurableObject |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| SecurityRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 有效期始于 |
UtcDateTime |
|
|
|
| ValidTo |
UtcDateTime |
|
|
|
Relations
| Relation |
Table |
| Relation_SecurityRolePermissionOverride1 |
SecurityRole |
| Relation_SecurityRolePermissionOverride2 |
SecurableObject |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| RoleObjectIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityRolePermissionOverride Table
SecurityRolePrivilegeExplodedGraph
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| SecurityRole |
Int64 |
RecId |
|
|
| SecurityPrivilege |
Int64 |
RecId |
|
|
Relations
| Relation |
Table |
| SecurityRole |
SecurityRole |
| SecurityPrivilege |
SecurityPrivilege |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
RecId |
| RolePrivilegeIdx |
否 |
SecurityRole、SecurityPrivilege |
继承层次结构
xRecord 类Common TableSecurityRolePrivilegeExplodedGraph Table
SecurityRoleRuntime
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| SecurityRole |
Int64 |
RecId |
|
|
| Name |
String |
SecurableName |
|
|
| ChildName |
String |
SecurableChildName |
|
|
| 类型 |
Enum |
|
SecurableType |
|
| CreateAccess |
int (整数) |
|
|
|
| ReadAccess |
int (整数) |
|
|
|
| UpdateAccess |
int (整数) |
|
|
|
| DeleteAccess |
int (整数) |
|
|
|
| CorrectAccess |
int (整数) |
|
|
|
| InvokeAccess |
int (整数) |
|
|
|
| PastCreateAccess |
int (整数) |
|
|
|
| PastReadAccess |
int (整数) |
|
|
|
| PastUpdateAccess |
int (整数) |
|
|
|
| PastDeleteAccess |
int (整数) |
|
|
|
| PastCorrectAccess |
int (整数) |
|
|
|
| PastInvokeAccess |
int (整数) |
|
|
|
| CurrentCreateAccess |
int (整数) |
|
|
|
| CurrentReadAccess |
int (整数) |
|
|
|
| CurrentUpdateAccess |
int (整数) |
|
|
|
| CurrentDeleteAccess |
int (整数) |
|
|
|
| CurrentCorrectAccess |
int (整数) |
|
|
|
| CurrentInvoke |
int (整数) |
|
|
|
| FutureCreateAccess |
int (整数) |
|
|
|
| FutureReadAccess |
int (整数) |
|
|
|
| FutureUpdateAccess |
int (整数) |
|
|
|
| FutureDeleteAccess |
int (整数) |
|
|
|
| FutureCorrectAccess |
int (整数) |
|
|
|
| FutureInvokeAccess |
int (整数) |
|
|
|
字段组
| 字段组 |
Fields |
| AutoIdentification |
Name、ChildName、Type |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
RecId |
| RoleIDIdx |
是的 |
SecurityRole |
| SecurableObjectIdx |
是的 |
类型、名称、子名称 |
继承层次结构
xRecord 类Common TableSecurityRoleRuntime 表
SecurityRoleTaskGrant
SecurityRoleTaskGrant 表包含角色到职责映射的列表,以及 AOT 安全角色节点定义的特权映射的角色列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SecurityRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| SecurityTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
Relations
| Relation |
Table |
| Relation_SecurityRoleTaskGrant1 |
SecurityRole |
| Relation_SecurityRoleTaskGrant2 |
SecurityTask |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| RoleTaskIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityRoleTaskGrant Table
SecuritySegregationOfDutiesConflict
SecuritySegregationOfDutiesConflict 表存储有关职责冲突分离的信息,这些冲突是由于用户尝试将用户分配到角色,以及解决授权用户提供的冲突。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| AssignmentMode |
Enum |
|
RoleAssignmentMode |
|
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| DEL_ExistingTask |
Int64 |
RecId |
|
|
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| DEL_NewTask |
Int64 |
RecId |
|
|
| ExistingDuty |
Int64 |
RecId |
|
|
| ExistingRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| ExistingTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| NewDuty |
Int64 |
RecId |
|
|
| NewRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| NewTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| ReasonForOverride |
VarString |
SegregationOfDutiesOverrideComment |
|
评论解释替代职责分离违规的原因 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 决议 |
Enum |
|
SegregationOfDutiesResolution |
|
| SegregationOfDutiesRule |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 用户 |
String |
UserId |
|
用户的 ID |
Relations
| Relation |
Table |
| ExistingDuty |
SecurityDuty |
| ExistingRole |
SecurityRole |
| ExistingRoleRelationship |
SecurityRole |
| ExistingTaskRelationship |
SecurityTask |
| NewDuty |
SecurityDuty |
| NewRole |
SecurityRole |
| NewRoleRelationship |
SecurityRole |
| NewTaskRelationship |
SecurityTask |
| Partition |
Partitions |
| Relation_SecuritySegregation7 |
UserInfo |
| SecuritySODRuleRelationship |
SecuritySegregationOfDutiesRule |
| SegregationOfDutiesRule |
SecuritySegregationOfDutiesRule |
| 用户 |
UserInfo |
Indexes
| Index |
允许重复项 |
Fields |
| AlternateKey |
否 |
|
| ExistingDutyIdx |
是的 |
ExistingDuty |
| ExistingRoleIdx |
是的 |
|
| ExistingTaskIdx |
是的 |
|
| NewDutyIdx |
是的 |
NewDuty |
| NewRoleIdx |
是的 |
|
| NewTaskIdx |
是的 |
|
| RecIDIdx |
否 |
|
| UserInfoIdx |
是的 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecuritySegregationOfDutiesConflict 表
SecuritySegregationOfDutiesRule
SecuritySegregationOfDutiesRule 表存储有关职责隔离的规则。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| DEL_FirstSecurityTask |
Int64 |
RecId |
|
|
| DEL_SecondSecurityTask |
Int64 |
RecId |
|
|
| FirstDuty |
Int64 |
RecId |
|
|
| FirstSecurityTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 缓解措施 |
String |
SecurityMitigation |
|
违反职责分离规则的风险缓解措施 |
| Name |
String |
SegregationOfDutiesRuleName |
|
职责分隔规则的名称 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 风险 |
String |
SecurityRisk |
|
违反职责分离规则的风险 |
| SecondDuty |
Int64 |
RecId |
|
|
| SecondSecurityTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| Severity |
Enum |
|
SegregationOfDutiesSeverity |
|
| 有效期始于 |
UtcDateTime |
|
|
|
| ValidTo |
UtcDateTime |
|
|
|
字段组
| 字段组 |
Fields |
| AutoIdentification |
|
Relations
| Relation |
Table |
| FirstDuty |
SecurityDuty |
| FirstSecurityTaskRelationship |
SecurityTask |
| SecondDuty |
SecurityDuty |
| SecondSecurityTaskRelationship |
SecurityTask |
Indexes
| Index |
允许重复项 |
Fields |
| AlternateKey |
否 |
|
| FirstSecurityDuty |
是的 |
FirstDuty |
| NameIdx |
否 |
|
| RecIDIdx |
否 |
|
| SecondSecurityDuty |
是的 |
SecondDuty |
| SecondSecurityTask |
是的 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecuritySegregationOfDutiesRule 表
SecuritySubRole
SecuritySubRole 表包含已在安全角色 AOT 节点上指定的所有子角色。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SecurityRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| SecuritySubRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 有效期始于 |
UtcDateTime |
|
|
|
| ValidTo |
UtcDateTime |
|
|
|
Relations
| Relation |
Table |
| Relation_SecuritySubRole1 |
SecurityRole |
| Relation_SecurityTaskPermission2 |
SecurityRole |
| SecurityRole |
SecurityRole |
| SecuritySubRole |
SecurityRole |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| RoleSubRoleIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecuritySubRole 表
SecuritySubTask
SecuritySubTask 表包含已在安全职责 AOT 节点上指定的特权映射的职责。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SecuritySubTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| SecurityTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 有效期始于 |
UtcDateTime |
|
|
|
| ValidTo |
UtcDateTime |
|
|
|
Relations
| Relation |
Table |
| Relation_SecuritySubTask1 |
SecurityTask |
| Relation_SecuritySubTask2 |
SecurityTask |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| TaskSubTaskIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecuritySubTask 表
SecurityTask
SecurityTask 表包含 AOT 安全职责和安全特权节点定义的职责和安全特权列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| AotName |
String |
SecurityTaskAotName |
|
AOT 中任务的名称。 |
| Description |
String |
SecurityTaskDescription |
|
进程周期、职责或特权的说明。 |
| 已启用 |
Enum |
|
布尔 |
|
| IsPermissionSet |
Enum |
|
布尔 |
|
| Name |
String |
SecurityTaskName |
|
进程周期、职责或特权的名称。 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 类型 |
Enum |
|
SecurityTaskType |
|
字段组
| 字段组 |
Fields |
| AutoIdentification |
|
Indexes
| Index |
允许重复项 |
Fields |
| AotNameIdx |
否 |
|
| NameIdx |
是的 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityTask 表
SecurityTaskEntryPoint
SecurityTaskEntryPoint 表包含已在 AOT 安全特权节点上指定的入口点映射的权限列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| EntryPoint |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| PermissionGroup |
Enum |
|
AccessRight |
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SecurityTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 有效期始于 |
UtcDateTime |
|
|
|
| ValidTo |
UtcDateTime |
|
|
|
Relations
| Relation |
Table |
| Relation_SecurityTaskEntryPoint1 |
SecurityTask |
| Relation_SecurityTaskEntryPoint2 |
SecurableObject |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| TaskEntryPointIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityTaskEntryPoint 表
SecurityTaskExplodedGraph
SecurityTaskExplodedGraph 表包含已在安全职责 AOT 节点上指定的特权映射的职责。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| RefCount |
int (整数) |
|
|
|
| SecuritySubTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| SecurityTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
Relations
| Relation |
Table |
| Relation_SecurityTaskExplodedGraph1 |
SecurityTask |
| Relation_SecurityTaskExplodedGraph2 |
SecurityTask |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| SubTaskIdx |
是的 |
|
| TaskSubTaskIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityTaskExplodedGraph Table
SecurityTaskPermission
SecurityTaskPermission 表已过时。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| Access |
int (整数) |
|
|
|
| 级别 |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SecurableObject |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| SecurityTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
Relations
| Relation |
Table |
| Relation_SecurityTaskPermission1 |
SecurityTask |
| Relation_SecurityTaskPermission2 |
SecurableObject |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| TaskObjectIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityTaskPermission 表
SecurityTaskPermissionOverride
SecurityTaskPermissionOverride 表包含已在安全特权 AOT 节点上指定的权限列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| Access |
Enum |
|
AccessRight |
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SecurableObject |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| SecurityTask |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 有效期始于 |
UtcDateTime |
|
|
|
| ValidTo |
UtcDateTime |
|
|
|
Relations
| Relation |
Table |
| Relation_SecurityTaskPermissionOverride1 |
SecurityTask |
| Relation_SecurityTaskPermissionOverride2 |
SecurableObject |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| TaskObjectIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityTaskPermissionOverride Table
SecurityUserRole
SecurityUserRole 表包含用户到角色映射。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| AssignmentMode |
Enum |
|
RoleAssignmentMode |
|
| AssignmentStatus |
Enum |
|
RoleAssignmentStatus |
|
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SecurityRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 用户 |
String |
UserId |
|
用户的 ID |
| 有效期始于 |
UtcDateTime |
|
|
|
| ValidTo |
UtcDateTime |
|
|
|
Relations
| Relation |
Table |
| Partition |
Partitions |
| Relation_SecurityRole |
SecurityRole |
| Relation_SecurityUserRole3 |
UserInfo |
| SecurityRole |
SecurityRole |
| 用户 |
UserInfo |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| UserRoleIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityUserRole 表
SecurityUserRoleCondition
SecurityUserRoleCondition 表包含将用户限制为角色映射的公司列表。 如果没有特定用户到角色映射的条目,则为所有公司授予该角色的权限。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| ControllingKey |
int64 |
|
|
|
| DataArea |
String |
DataAreaId |
|
数据区域的 ID |
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SecurityUserRole |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
Relations
| Relation |
Table |
| DataArea |
DataArea |
| Partition |
Partitions |
| Relation_SecurityUserRoleCondition1 |
SecurityUserRole |
| Relation_SecurityUserRoleCondition2 |
DataArea |
| SecurityUserRole |
SecurityUserRole |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| UserRoleDataAreaIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSecurityUserRoleCondition 表
SqlDescribe
SqlDescribe 表用于存储表和字段元数据。 SqlDataDictionary::tablemetadata 方法使用后端数据库查询填充此表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 数组 |
int (整数) |
|
|
|
| fieldId |
整数 |
FieldId |
|
字段的 ID |
| fieldType |
Enum |
|
类型 |
|
| 标志 |
int (整数) |
|
|
|
| 姓名 |
String |
UtilElementName |
|
应用程序元素的名称。 |
| 可为空 |
Enum |
|
布尔 |
|
| numericPrecision |
int (整数) |
|
|
|
| numericScale |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| rightJustify |
Enum |
|
布尔 |
|
| 阴影 |
Enum |
|
布尔 |
|
| sqlName |
String |
UtilElementName |
|
应用程序元素的名称。 |
| strSize |
int (整数) |
|
|
|
| tabId |
整数 |
TableId |
|
表的 ID |
字段组
| 字段组 |
Fields |
| fieldIdRelation |
|
Indexes
| Index |
允许重复项 |
Fields |
| 领域 |
否 |
|
| RecId |
否 |
|
| SqlName |
是的 |
|
继承层次结构
xRecord 类Common TableSqlDescribe 表
SqlDictionary
SqlDictionary 表描述数据库相对于表和字段元数据的当前状态。 该表还包含视图和表依赖项信息。 数据库同步引擎使用 SqlDictionary 表来确定将 AOT 与数据库同步所需的作。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 数组 |
int (整数) |
|
|
|
| fieldId |
整数 |
FieldId |
|
字段的 ID |
| fieldType |
Enum |
|
类型 |
|
| 标志 |
int (整数) |
|
|
|
| 姓名 |
String |
UtilElementName |
|
应用程序元素的名称。 |
| 可为空 |
Enum |
|
布尔 |
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| rightJustify |
Enum |
|
布尔 |
|
| 阴影 |
Enum |
|
布尔 |
|
| sqlName |
String |
UtilElementName |
|
应用程序元素的名称。 |
| strSize |
int (整数) |
|
|
|
| tabId |
整数 |
TableId |
|
表的 ID |
字段组
| 字段组 |
Fields |
| fieldIdRelation |
|
Indexes
| Index |
允许重复项 |
Fields |
| 领域 |
否 |
|
| RecId |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSqlDictionary 表
SqlParameters
SqlParameters 表以参数和值对的形式存储数据库相关信息。 Microsoft Dynamics Ax 2009 中不使用此表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| id |
int (整数) |
|
|
|
| iParm |
int (整数) |
|
|
|
| iValue |
int (整数) |
|
|
|
| parm |
String |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| value |
String |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| Parm |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSqlParameters 表
SqlStatistics
SqlStatistics 表存储用户的相关数据库统计信息。 Microsoft Dynamics Ax 2009 中不使用此表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| indexId |
整数 |
IndexId |
|
索引的 ID |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| objectType |
Enum |
|
SqlStatType |
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| tabId |
整数 |
TableId |
|
表的 ID |
| userId |
String |
UserId |
|
用户的 ID |
| value1 |
int (整数) |
|
|
|
| value10 |
int (整数) |
|
|
|
| value11 |
int (整数) |
|
|
|
| value12 |
int (整数) |
|
|
|
| value2 |
int (整数) |
|
|
|
| value3 |
int (整数) |
|
|
|
| value4 |
int (整数) |
|
|
|
| value5 |
int (整数) |
|
|
|
| value6 |
int (整数) |
|
|
|
| value7 |
int (整数) |
|
|
|
| value8 |
int (整数) |
|
|
|
| value9 |
int (整数) |
|
|
|
字段组
| 字段组 |
Fields |
| indexIdRelation |
|
Relations
| Relation |
Table |
| Relation_SqlStats1 |
SqlStatistics |
| Relation_SqlStats2 |
UserInfo |
| tabId |
SqlStatistics |
| userId |
UserInfo |
Indexes
| Index |
允许重复项 |
Fields |
| Id |
否 |
|
| RecId |
否 |
|
继承层次结构
xRecord 类Common TableSqlStatistics 表
SqlStorage
SqlStorage 表包含有关表空间及其 Oracle 属性的信息。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| id |
int (整数) |
|
|
|
| indexId |
整数 |
IndexId |
|
索引的 ID |
| objectType |
int (整数) |
|
|
|
| 替代 |
Enum |
|
布尔 |
|
| parm |
String |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| tabId |
整数 |
TableId |
|
表的 ID |
| value |
String |
|
|
|
字段组
| 字段组 |
Fields |
| indexIdRelation |
|
Indexes
继承层次结构
xRecord 类Common TableSqlStorage 表
SqlSyncInfo
SqlSyncInfo 表在数据库同步过程中捕获消息和 DDL 语句。 同步过程完成后,将删除表中的信息。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| ID |
int (整数) |
|
|
|
| 日志类型 |
Enum |
|
SqlSyncLogType |
|
| 消息类型 |
Enum |
|
SqlSyncMessageType |
|
| ParentID |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 序列 |
int (整数) |
|
|
|
| SyncTable |
Enum |
|
布尔 |
|
| TableName |
String |
|
|
|
| 文本 |
String |
|
|
|
| WarningOk |
Enum |
|
布尔 |
|
Indexes
| Index |
允许重复项 |
Fields |
| TableName |
是的 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateReadUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表执行每个创建、读取、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSqlSyncInfo 表
子查询
Subquery 表由基于位置的分页功能使用。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| dataAreaId |
String |
DataAreaId |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
Relations
| Relation |
Table |
| dataAreaId |
DataArea |
Indexes
| Index |
允许重复项 |
Fields |
| RecId |
否 |
|
继承层次结构
xRecord 类公用表子查询表
SysActiveTempTable
SysActiveTempTable 表提供有关当前创建的临时数据库表的数据。 该表由框架用来管理这些表的生存期。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 实例ID |
String |
UtilElementName |
|
应用程序元素的名称。 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| RelationTypeId |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| ServerId |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| SessionId(会话ID) |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
Indexes
| Index |
允许重复项 |
Fields |
| InstanceIdIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysActiveTempTable 表
SysBCProxyUserAccount
SysBCProxyUserAccount 表存储通过 SysBcAliasForm 安全表单输入的业务连接器代理信息。 此表始终包含一条记录。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| networkAlias |
String |
NetworkAlias |
|
|
| networkDomain |
String |
NetworkDomain |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| sid |
String |
Sid |
|
|
Indexes
| Index |
允许重复项 |
Fields |
| RecID |
否 |
|
| Sid |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSysBCProxyUserAccount 表
SysBreakpointList
SysBreakpointList 表包含 MorphX 中具有断点的开发人员列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| machineName |
String |
NetworkDomain |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| userId |
String |
UserId |
|
用户的 ID |
| 版本 |
int (整数) |
|
|
|
Relations
| Relation |
Table |
| userId |
UserInfo |
Indexes
| Index |
允许重复项 |
Fields |
| RecId |
否 |
|
| UserId |
是的 |
|
继承层次结构
xRecord 类通用表SysBreakpointList 表
SysBreakpoints
SysBreakpoints 表包含 MorphX 中所有断点的列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| codePath |
集装箱 |
|
|
|
| lineNo |
int (整数) |
|
|
|
| listRecId |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 状态 |
int (整数) |
|
|
|
| 版本 |
int (整数) |
|
|
|
Relations
| Relation |
Table |
| listRecId |
SysBreakpointList |
| Relation_SysBreakpoints1 |
SysBreakpointList |
Indexes
| Index |
允许重复项 |
Fields |
| ListRecId |
否 |
|
继承层次结构
xRecord 类通用表SysBreakpoints 表
SysCacheFlush
SysCacheFlush 表包含用于跨多个 AOS 服务器同步缓存的数据。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| ClearData |
集装箱 |
|
|
|
| FlushData |
集装箱 |
|
|
|
| FlushVersion |
int (整数) |
|
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| Scope |
String |
GlobalObjectCacheScope |
|
全局对象缓存中的实例的名称。 |
Indexes
| Index |
允许重复项 |
Fields |
| CacheScopeIdx |
否 |
|
| RecIDIdx |
否 |
|
继承层次结构
xRecord 类通用表SysCacheFlush 表
SysClientAccessLog
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| ClientComputer |
String |
UserIdStr |
|
Name |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| EventsContainer |
集装箱 |
|
|
|
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SessionId(会话ID) |
int (整数) |
|
|
|
Relations
| Relation |
Table |
| Partition |
Partitions |
Indexes
| Index |
允许重复项 |
Fields |
| CreatedByIdx |
是的 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表执行每个创建和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysClientAccessLog 表
SysClientSessions
SysClientSessions 包含系统中当前处于活动状态的客户端会话的数据。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| clientComputer |
String |
UserIdStr |
|
Name |
| clientType |
int (整数) |
|
|
|
| DataPartition |
String |
分区键 |
|
分区键(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| DEL_company |
String |
|
|
|
| DEL_Login_time |
int (整数) |
|
|
|
| helpLanguage |
String |
InstalledLanguageId |
|
|
| LoginDateTime |
UtcDateTime |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| ServerId |
int (整数) |
|
|
|
| SessionId(会话ID) |
int (整数) |
|
|
|
| sessionType |
int (整数) |
|
|
|
| sid |
String |
Sid |
|
|
| 状态 |
int (整数) |
|
|
|
| userId |
String |
UserId |
|
用户的 ID |
| userLanguage |
String |
InstalledLanguageId |
|
|
| 版本 |
int (整数) |
|
|
|
Relations
| Relation |
Table |
| DataPartition |
Partitions |
| Relation_SysClientSessions1 |
SysServerSessions |
| Relation_SysClientSessions2 |
UserInfo |
| ServerId |
SysServerSessions |
| userId |
UserInfo |
Indexes
| Index |
允许重复项 |
Fields |
| ServerId |
是的 |
|
| SessionId(会话ID) |
否 |
|
| 状态 |
是的 |
状态 |
| Status_ClientType_UserId |
是的 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysClientSessions 表
SysConfig
SysConfig 表包含许可证和配置信息。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| configType |
Enum |
|
ConfigType |
|
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 到期 |
String |
|
|
|
| id |
int (整数) |
|
|
|
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| shadowValue |
String |
|
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 时间戳 |
String |
|
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 用户数量 |
int (整数) |
|
|
|
| value |
String |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| ConfigType |
否 |
|
| RecId |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSysConfig 表
SysEncryptionKey
SysEncryptionKey 表存储用于加密 EP 查询字符串并发布数据参数的加密密钥。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| Key |
集装箱 |
|
|
|
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
Indexes
| Index |
允许重复项 |
Fields |
| RecID |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysEncryptionKey 表
SysGlobalConfiguration
SysGlobalConfiguration 表存储可用于配置特定组件的系统级全局设置。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| Name |
String |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| ServerId |
String |
|
|
|
| SettingLevel |
int (整数) |
|
|
|
| 价值 |
String |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| NameIdx |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysGlobalConfiguration 表
SysInheritanceRelations
用于表继承的 SysInheritanceRelations 框架帮助程序表。 该表存储表继承层次结构相关信息。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| MainTableId |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| RelatedTableId |
int (整数) |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| 主要 |
否 |
|
| RelatedMain |
否 |
|
继承层次结构
xRecord 类通用表SysInheritanceRelations 表
SysLastValue
SysLastValue 表是用户导航系统时记录的使用情况数据的存储。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| company |
String |
SelectableDataArea |
|
可以选择的公司 ID |
| designName |
String |
UtilElementName |
|
应用程序元素的名称。 |
| elementName |
String |
UtilElementName |
|
应用程序元素的名称。 |
| isKernel |
Enum |
|
布尔 |
|
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| 记录类型 |
Enum |
|
UtilElementType |
|
| recVersion |
整数 |
RecVersion |
|
|
| userId |
String |
UserId |
|
用户的 ID |
| value |
集装箱 |
|
|
|
Relations
| Relation |
Table |
| isVirtual_Extern |
DataArea |
| Partition |
Partitions |
| Relation_SysLastValue1 |
UserInfo |
| Relation_SysLastValue2 |
DataArea |
| userId |
UserInfo |
Indexes
| Index |
允许重复项 |
Fields |
| 记录类型 |
是的 |
|
| UserId |
否 |
|
继承层次结构
xRecord 类Common TableSysLastValue 表
SysModel
SysModel 表包含有关系统上已安装的模型的信息。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| 层 |
Int64 |
LayerRecid |
|
层的 ID。 |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| State |
String |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModel 表
SysModelElement
SysModelElement 表列出了安装保留的 ModelElements。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| AxId |
整数 |
UtilElementId |
|
应用程序对象的唯一内部标识号。 |
| ElementType |
Int64 |
ModelElementType |
|
ElementType 的 ID |
| Name |
String |
|
|
|
| Origin |
|
|
|
|
| ParentId |
整数 |
UtilElementParentId |
|
父应用程序对象的唯一内部标识号 |
| ParentModelElement |
Int64 |
ParentModelElementRecid |
|
父模型元素的 ID |
| PartOfInheritance |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| RootModelElement |
Int64 |
RootModelElementRecid |
|
根模型元素的 ID |
Relations
| Relation |
Table |
| ElementType |
SysModelElementType |
| Relation_SysModelElementType |
SysModelElementType |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelElement 表
SysModelElementData
SysModelElementData 表为任何 SysModelElement 提供层特定的数据。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| 层 |
Int64 |
LayerRecid |
|
层的 ID。 |
| LegacyId |
int (整数) |
|
|
|
| ModelElement |
Int64 |
ModelElementRecid |
|
ModelElement 的 ID |
| ModelId |
整数 |
ModelId |
|
模型的 ID。 |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SaveCount |
int (整数) |
|
|
|
Relations
| Relation |
Table |
| 层 |
SysModelLayer |
| ModelElement |
SysModelElement |
| ModelId |
SysModel |
| Relation_SysModel |
SysModel |
| Relation_SysModelElement |
SysModelElement |
| Relation_SysModelLayer |
SysModelLayer |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelElementData 表
SysModelElementDataOld
SysModelElementDataOld 表为任何 SysModelElementOld 提供层特定的数据。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| 层 |
Int64 |
LayerRecid |
|
层的 ID。 |
| LegacyId |
int (整数) |
|
|
|
| ModelElement |
Int64 |
ModelElementRecid |
|
ModelElement 的 ID |
| ModelId |
整数 |
ModelId |
|
模型的 ID。 |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| SaveCount |
int (整数) |
|
|
|
Relations
| Relation |
Table |
| 层 |
SysModelLayerOld |
| ModelElement |
SysModelElementOld |
| ModelId |
SysModelOld |
| Relation_SysModelElementOld |
SysModelElementOld |
| Relation_SysModelLayerOld |
SysModelLayerOld |
| Relation_SysModelOld |
SysModelOld |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelElementDataOld 表
SysModelElementLabel
SysModelElementLabel 表包含给定语言的标签文本。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 注释 |
String |
|
|
|
| Id |
int (整数) |
|
|
|
| LabelId |
String |
|
|
|
| 语言 |
String |
|
|
|
| 模块 |
String |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 文本 |
String |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| ModuleLangIDIdx |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelElementLabel 表
SysModelElementLabelOld
SysModelElementLabelOld 表包含给定语言的标签文本。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 注释 |
String |
|
|
|
| Id |
int (整数) |
|
|
|
| LabelId |
String |
|
|
|
| 语言 |
String |
|
|
|
| 模块 |
String |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 文本 |
String |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelElementLabelOld 表
SysModelElementOld
SysModelElementOld 表列出了安装保留的 ModelElements。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| AxId |
整数 |
UtilElementId |
|
应用程序对象的唯一内部标识号。 |
| ElementType |
Int64 |
ModelElementType |
|
ElementType 的 ID |
| Name |
String |
|
|
|
| Origin |
|
|
|
|
| ParentId |
整数 |
UtilElementParentId |
|
父应用程序对象的唯一内部标识号 |
| ParentModelElement |
Int64 |
ParentModelElementRecid |
|
父模型元素的 ID |
| PartOfInheritance |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| RootModelElement |
Int64 |
RootModelElementRecid |
|
根模型元素的 ID |
Relations
| Relation |
Table |
| ElementType |
SysModelElementTypeOld |
| Relation_SysModelElementTypeOld |
SysModelElementTypeOld |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelElementOld 表
SysModelElementSource
SysModelElementSource 表包含具有源的所有 SysModelElement 的源文本。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 层 |
Int64 |
LayerRecid |
|
层的 ID。 |
| ModelElement |
Int64 |
ModelElementRecid |
|
ModelElement 的 ID |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 来源 |
集装箱 |
|
|
|
Relations
| Relation |
Table |
| 层 |
SysModelElementData |
| Relation_SysModelElementData |
SysModelElementData |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelElementSource 表
SysModelElementSourceOld
SysModelElementSourceOld 表包含具有源的所有 SysModelElementsOld 的源文本。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 层 |
Int64 |
LayerRecid |
|
层的 ID。 |
| ModelElement |
Int64 |
ModelElementRecid |
|
ModelElement 的 ID |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 来源 |
集装箱 |
|
|
|
Relations
| Relation |
Table |
| 层 |
SysModelElementDataOld |
| Relation_SysModelElementDataOld |
SysModelElementDataOld |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelElementSourceOld 表
SysModelElementType
SysModelElementType 表指定可能的 SysModelElement 类型。 其 Recid 与“old”元素类型的 UtilRecordType 枚举向后兼容。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| Name |
String |
ModelElementTypeName |
|
元素类型的名称。 |
| ParentType |
Int64 |
ModelElementType |
|
ElementType 的 ID |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| TreeNodeName |
String |
|
|
|
Relations
| Relation |
Table |
| Name |
SysModelElementType |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| TypeNameIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelElementType 表
SysModelElementTypeOld
SysModelElementTypeOld 表指定可能的 SysModelElementOld 类型。 其 Recid 与“old”元素类型的 UtilRecordType 枚举向后兼容。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| Name |
String |
ModelElementTypeName |
|
元素类型的名称。 |
| ParentType |
Int64 |
ModelElementType |
|
ElementType 的 ID |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| TreeNodeName |
String |
|
|
|
Relations
| Relation |
Table |
| Name |
SysModelElementType |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSysModelElementTypeOld 表
SysModelLayer
SysModelLayer 表列出了可能的 LayerId 和 Name。 如果模型数据存在于层中,则报告该层的聚合版本号。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| IsDirty |
int (整数) |
|
|
|
| 层 |
Enum |
|
UtilEntryLevel |
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 版本号 |
int (整数) |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelLayer 表
SysModelLayerOld
SysModelLayerOld 表列出了可能的 LayerId 和 Name。 如果模型数据存在于层中,则报告该层的聚合版本号。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 层 |
Enum |
|
UtilEntryLevel |
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 版本号 |
int (整数) |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelLayerOld 表
SysModelManifest
SysModelManifest 表包含有关已部署模型的清单信息,例如说明、发布服务器和模型版本
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 类别 |
整数 |
ModelManifestCategoryRecId |
|
模型类别的 ID |
| Description |
String |
ModelDescription |
|
模型的描述。 |
| 显示名称 |
String |
ModelDisplayName |
|
模型的显示名称。 |
| 型号 |
Int64 |
ModelRecid |
|
模型的 ID。 |
| Name |
String |
模型名 |
|
模型存储区中模型的名称。 |
| 发布者 |
String |
ModelPublisher |
|
模型的发布者。 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 有符号 |
int (整数) |
|
|
|
| VersionBuildNo |
int (整数) |
|
|
|
| VersionMajor |
int (整数) |
|
|
|
| VersionMinor |
int (整数) |
|
|
|
| VersionRevision |
int (整数) |
|
|
|
字段组
| 字段组 |
Fields |
| AutoIdentification |
|
Relations
| Relation |
Table |
| 类别 |
SysModelManifestCategory |
| 型号 |
SysModel |
| Relation_SysModel |
SysModel |
| Relation_SysModelManifestCategory |
SysModelManifestCategory |
Indexes
| Index |
允许重复项 |
Fields |
| ModelNameIdx |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelManifest 表
SysModelManifestCategory
SysModelManifestCategory 表包含已部署模型的清单信息的类别方面。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| Name |
String |
ModelManifestCategoryName |
|
模型类别的名称。 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
Indexes
| Index |
允许重复项 |
Fields |
| NameIdx |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelManifestCategory 表
SysModelManifestCategoryOld
SysModelManifestCategoryOld 表包含已部署模型的清单信息的类别方面。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| Name |
String |
ModelManifestCategoryName |
|
模型类别的名称。 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelManifestCategoryOld 表
SysModelManifestOld
SysModelManifestOld 表包含有关已部署模型的清单信息,例如说明、发布者和模型的版本。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 类别 |
整数 |
ModelManifestCategoryRecId |
|
模型类别的 ID |
| Description |
String |
ModelDescription |
|
模型的描述。 |
| 显示名称 |
String |
ModelDisplayName |
|
模型的显示名称。 |
| 型号 |
Int64 |
ModelRecidOld |
|
模型的 ID(旧)。 |
| Name |
String |
模型名 |
|
模型存储区中模型的名称。 |
| 发布者 |
String |
ModelPublisher |
|
模型的发布者。 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 有符号 |
int (整数) |
|
|
|
| VersionBuildNo |
int (整数) |
|
|
|
| VersionMajor |
int (整数) |
|
|
|
| VersionMinor |
int (整数) |
|
|
|
| VersionRevision |
int (整数) |
|
|
|
字段组
| 字段组 |
Fields |
| AutoIdentification |
|
Relations
| Relation |
Table |
| 类别 |
SysModelManifestCategoryOld |
| 型号 |
SysModelOld |
| Relation_SysModelManifestCategoryOld |
SysModelManifestCategoryOld |
| Relation_SysModelOld |
SysModelOld |
Indexes
| Index |
允许重复项 |
Fields |
| ModelNameIdx |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelManifestOld 表
SysModelOld
SysModelOld 表包含有关系统上已安装的模型的信息。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| 层 |
Int64 |
LayerRecid |
|
层的 ID。 |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| State |
String |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysModelOld 表
SysOccConfiguration
SysOccConfiguration 表存储全局并发模型设置并更新冲突异常登录策略。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| AutoUpdateRecVersion |
Enum |
|
布尔 |
|
| GlobalOccMode |
Enum |
|
GlobalOccMode |
|
| LogHandledUpdateConflicts |
Enum |
|
布尔 |
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| UniqueIndex |
int (整数) |
|
|
|
| UseReadUncommitedForAll |
Enum |
|
布尔 |
|
Indexes
| Index |
允许重复项 |
Fields |
| UniqueIndex |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysOccConfiguration 表
SysRecordLevelSecurity
SysRecordLevelSecurity 表包含系统管理员配置的所有记录级别安全限制。 每个公司、每个组都保留这些限制。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| _闲置 |
Enum |
|
布尔 |
|
| companyId |
String |
SelectableDataArea |
|
可以选择的公司 ID |
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| DEL_groupId |
String |
UserGroupId |
|
用户组的 ID |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 限制 |
集装箱 |
|
|
|
| SecurityRole |
Int64 |
RecId |
|
安全角色的名称 |
| tabId |
整数 |
TableId |
|
表的 ID |
Relations
| Relation |
Table |
| companyId |
DataArea |
| DEL_groupId |
UserGroupInfo |
| Partition |
Partitions |
| Relation_SecurityRole |
SecurityRole |
| SecurityRole |
SecurityRole |
Indexes
| Index |
允许重复项 |
Fields |
| RecId |
否 |
|
| 角色 |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysRecordLevelSecurity 表
SysServerSessions
SysServerSessions 表用于在系统中存储有关活动 AOS 服务器的信息。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| AOSAccount |
String |
|
|
|
| AOSId |
String |
|
|
|
| DEL_LastUpdateTime |
int (整数) |
|
|
|
| DEL_Login_time |
int (整数) |
|
|
|
| Instance_Name |
String |
|
|
|
| LastUpdateDateTime |
UtcDateTime |
|
|
|
| LoadBalance |
int (整数) |
|
|
|
| LoginDateTime |
UtcDateTime |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| ServerId |
int (整数) |
|
|
|
| 状态 |
int (整数) |
|
|
|
| 版本 |
int (整数) |
|
|
|
| 工作负载 |
int (整数) |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| LoadBalance |
是的 |
|
| ServerId |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表SysServerSessions 表
SysSetbasedHelper
基于表继承集的作的 SysSetbasedHelper 框架帮助程序表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| CandidateRecId |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
Indexes
| Index |
允许重复项 |
Fields |
| CandidateRecIDIdx |
否 |
|
| RecIDIdx |
否 |
|
继承层次结构
xRecord 类Common TableSysSetbasedHelper 表
SystemSequences
SystemSequences 表保存每个表的下一个可用记录 ID 块。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 周期 |
Enum |
|
布尔 |
|
| dataAreaId |
String |
DataAreaId |
|
|
| id |
int (整数) |
|
|
|
| maxVal |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| minVal |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| 姓名 |
String |
|
|
|
| nextVal |
Int64 |
RecId |
|
数据库中记录的唯一 ID |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| tabId |
整数 |
TableId |
|
表的 ID |
Relations
| Relation |
Table |
| dataAreaId |
DataArea |
Indexes
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableSystemSequences 表
TableCollectionList
TableCollectionList 表存储表集合和虚拟公司之间的映射。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| tableCollection |
String |
UtilElementName |
|
应用程序元素的名称。 |
| virtualDataArea |
String |
VirtualDataArea |
|
虚拟公司的 ID |
Relations
| Relation |
Table |
| isVirtual_Extern |
DataArea |
| parentId_Extern |
UtilElements |
| Partition |
Partitions |
| Relation_CollectionList1 |
UtilElements |
| Relation_CollectionList2 |
DataArea |
Indexes
| Index |
允许重复项 |
Fields |
| VirtualDataArea |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类CommonTableCollectionList Table
TimeZonesList
TimeZonesList 表包含支持的时区列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| EnumName |
String |
|
|
|
| EnumPosition |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| TimeZoneKeyName |
String |
|
|
|
| TzEnum |
Enum |
|
时区 |
|
Indexes
| Index |
允许重复项 |
Fields |
| EnumPosition |
否 |
|
| TzEnum |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableTimeZonesList 表
TimeZonesRulesData
TimeZonesRulesData 表包含所支持的所有时区的 GMT 偏移量和夏令时信息。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 偏见 |
int (整数) |
|
|
|
| DBias |
int (整数) |
|
|
|
| DDay |
int (整数) |
|
|
|
| DDayOfWeek |
int (整数) |
|
|
|
| DHour |
int (整数) |
|
|
|
| DMinute |
int (整数) |
|
|
|
| DMonth |
int (整数) |
|
|
|
| DSecond |
int (整数) |
|
|
|
| DYear |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 规则编号 |
int (整数) |
|
|
|
| SBias |
int (整数) |
|
|
|
| SDay |
int (整数) |
|
|
|
| SDayOfWeek |
int (整数) |
|
|
|
| SHour |
int (整数) |
|
|
|
| SMinute |
int (整数) |
|
|
|
| SMonth |
int (整数) |
|
|
|
| SSecond |
int (整数) |
|
|
|
| SYear |
int (整数) |
|
|
|
| TzEnum |
Enum |
|
时区 |
|
| 年份 |
int (整数) |
|
|
|
Relations
| Relation |
Table |
| Relation_TimeZonesRulesData1 |
TimeZonesList |
| TzEnum |
TimeZonesList |
Indexes
| Index |
允许重复项 |
Fields |
| 规则编号 |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableTimeZonesRulesData 表
UserDataAreaFilter
UserDataAreaFilter 表包含用户可选择的公司列表。 它通过调用 SecurityRights 类上的 populateSelectableCompanies 方法进行填充。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| DataArea |
String |
DataAreaId |
|
数据区域的 ID |
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 用户 |
String |
UserId |
|
用户的 ID |
Relations
| Relation |
Table |
| DataArea |
DataArea |
| Partition |
Partitions |
| Relation_DataArea |
DataArea |
| Relation_User |
UserInfo |
| 用户 |
UserInfo |
Indexes
| Index |
允许重复项 |
Fields |
| DataAreaIdx |
否 |
|
| RecIdIdx |
否 |
|
继承层次结构
xRecord 类Common TableUserDataAreaFilter 表
UserInfo
UserInfo 表包含用户及其 Active Directory 及其默认信息的列表。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| accountType 账户类型 |
Enum |
|
UserAccountType |
|
| autoInfo |
int (整数) |
|
|
|
| autoLogOff |
int (整数) |
|
|
|
| autoUpdate |
int (整数) |
|
|
|
| clientAccessLogLevel |
int (整数) |
|
|
|
| company |
String |
SelectableDataArea |
|
可以选择的公司 ID |
| compilerWarningLevel |
Enum |
|
CompilerWarningLevel |
|
| confirmDelete |
int (整数) |
|
|
|
| confirmUpdate |
int (整数) |
|
|
|
| credentialRecId |
int64 |
|
|
|
| debuggerPopup |
int (整数) |
|
|
|
| 调试信息 |
int (整数) |
|
|
|
| defaultPartition |
Enum |
|
布尔 |
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| DEL__unused1 |
String |
|
|
|
| DEL__unused2 |
String |
|
|
|
| DEL_defaultModelId |
int (整数) |
|
|
|
| DEL_osAccountName |
String |
|
|
|
| DEL_password |
String |
|
|
|
| DEL_startupMenu |
String |
UtilElementName |
|
应用程序元素的名称。 |
| 启用 |
Enum |
|
布尔 |
|
| enabledOnce |
Enum |
|
布尔 |
|
| externalId |
String |
|
|
|
| externalIdType |
Enum |
|
ExternalIdType |
|
| externalUser |
Enum |
|
布尔 |
|
| filterByGridOnByDefault |
Enum |
|
布尔 |
|
| formFontName |
String |
|
|
|
| formFontSize |
int (整数) |
|
|
|
| garbagecollectlimit |
int (整数) |
|
|
|
| generalInfo |
int (整数) |
|
|
|
| globalExcelExportFilePath |
String |
|
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| globalExcelExportLocation |
int (整数) |
|
|
|
| globalExcelExportMode |
int (整数) |
|
|
|
| globalFormOpenMode |
int (整数) |
|
|
|
| globalListPageLinkMode |
int (整数) |
|
|
|
| helplanguage |
String |
InstalledLanguageId |
|
|
| historyLimit |
int (整数) |
|
|
|
| homePageRefreshDuration |
int (整数) |
|
|
|
| id |
String |
UserId |
|
用户的 ID |
| IdentityProvider |
String |
NetworkDomain |
|
|
| infologLevel |
int (整数) |
|
|
|
| issuerRecId |
int64 |
|
|
|
| 语言 |
String |
InstalledLanguageId |
|
|
| messageLimit |
int (整数) |
|
|
|
| 姓名 |
String |
UserIdStr |
|
Name |
| networkAlias |
String |
NetworkAlias |
|
|
| networkDomain |
String |
NetworkDomain |
|
|
| notifyTimeZoneMismatch |
Enum |
|
布尔 |
|
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| preferredCalendar |
Enum |
|
PreferredCalendar |
|
| PreferredLocale |
String |
PreferredLocale |
|
|
| preferredTimeZone (首选时区) |
Enum |
|
时区 |
|
| propertyFontName |
String |
|
|
|
| propertyFontSize |
int (整数) |
|
|
|
| querytimeLimit |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| reportBottomMargin |
String |
|
|
|
| reportFontName |
String |
|
|
|
| reportFontSize |
int (整数) |
|
|
|
| reportLeftMargin |
String |
|
|
|
| reportRightMargin |
String |
|
|
|
| reportTopMargin |
String |
|
|
|
| showAOTLayer |
int (整数) |
|
|
|
| showModelNameInAOT |
int (整数) |
|
|
|
| showStatusLine |
int (整数) |
|
|
|
| showToolbar |
int (整数) |
|
|
|
| sid |
String |
Sid |
|
|
| startupProject |
String |
UtilElementName |
|
应用程序元素的名称。 |
| statuslineInfo |
int (整数) |
|
|
|
| toolbarInfo |
int (整数) |
|
|
|
| traceInfo |
int (整数) |
|
|
|
字段组
| 字段组 |
Fields |
| AutoLookup |
id, accountType, name, networkAlias, networkDomain, enable |
| AutoReport |
|
Relations
| Relation |
Table |
| id |
UserInfo |
| isVirtual_Extern |
DataArea |
| Partition |
Partitions |
| Relation_UserInfo |
DataArea |
Indexes
| Index |
允许重复项 |
Fields |
| Id |
否 |
|
| IdOnly |
是的 |
|
| Sid |
是的 |
|
| SidOnly |
是的 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表执行每个创建和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableUserInfo 表
UserInfoStartupModel
UserInfoStartupModel 表保存每个用户每个层的首选启动模型。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| 层 |
Enum |
|
UtilEntryLevel |
|
| ModelId |
Int64 |
ModelRecid |
|
模型的 ID。 |
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| UserId |
String |
UserGroupId |
|
用户组的 ID |
Relations
| Relation |
Table |
| ModelId |
SysModelManifest |
| Partition |
Partitions |
| Relation_SysModelManifest |
SysModelManifest |
| Relation_UserInfo |
UserInfo |
| Relation_UserInfoStartupModel3 |
DEL_UserGroupInfo |
| UserId |
UserInfo |
Indexes
| Index |
允许重复项 |
Fields |
| RecIDIdx |
否 |
|
| UserID_Layer_Idx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableUserInfoStartupModel 表
UtilElements
UtilElements 表包含 AOT 中显示的应用程序。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| baseVersion |
int (整数) |
|
|
|
| 代码 |
集装箱 |
|
|
|
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| 姓名 |
String |
UtilElementName |
|
应用程序元素的名称。 |
| parentId |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| 记录类型 |
Enum |
|
UtilElementType |
|
| recVersion |
整数 |
RecVersion |
|
|
| saveCount |
int (整数) |
|
|
|
| 源 |
集装箱 |
|
|
|
| utilLevel |
Enum |
|
UtilEntryLevel |
|
| 版本 |
int (整数) |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| 姓名 |
否 |
recordType, parentId, name, utilLevel |
| RecId |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表UtilElements 表
UtilElementsOld
UtilElementsOld 表包含存储在应用程序文件夹中的应用程序模型。 它在升级过程中使用。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| baseVersion |
int (整数) |
|
|
|
| 代码 |
集装箱 |
|
|
|
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| 姓名 |
String |
UtilElementName |
|
应用程序元素的名称。 |
| parentId |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| 记录类型 |
Enum |
|
UtilElementType |
|
| recVersion |
整数 |
RecVersion |
|
|
| saveCount |
int (整数) |
|
|
|
| 源 |
集装箱 |
|
|
|
| utilLevel |
Enum |
|
UtilEntryLevel |
|
| 版本 |
int (整数) |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| 姓名 |
否 |
recordType, parentId, name, utilLevel |
| RecId |
否 |
|
继承层次结构
xRecord 类Common TableUtilElementsOld 表
UtilIdElements
UtilIdElements 表包含 AOT 中显示的应用程序模型。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| baseVersion |
int (整数) |
|
|
|
| 代码 |
集装箱 |
|
|
|
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| id |
int (整数) |
|
|
|
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| 姓名 |
String |
UtilElementName |
|
应用程序元素的名称。 |
| parentId |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| 记录类型 |
Enum |
|
UtilElementType |
|
| recVersion |
整数 |
RecVersion |
|
|
| saveCount |
int (整数) |
|
|
|
| utilLevel |
Enum |
|
UtilEntryLevel |
|
| 版本 |
int (整数) |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| Id |
否 |
|
| 姓名 |
否 |
recordType, parentId, name, utilLevel |
| RecId |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表UtilIdElements 表
UtilIdElementsOld
UtilIdElementsOld 表包含存储在应用程序文件夹中的应用程序模型。 它在升级过程中使用。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| baseVersion |
int (整数) |
|
|
|
| 代码 |
集装箱 |
|
|
|
| createdBy |
String |
CreatedBy |
|
|
| 创建日期时间 |
UtcDateTime |
CreatedDateTime |
|
|
| dEL_CreatedTime |
整数 |
DEL_CreatedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| dEL_ModifiedTime |
整数 |
DEL_ModifiedTime |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| id |
int (整数) |
|
|
|
| 修改者 |
String |
修改者 |
|
|
| modifiedDateTime |
UtcDateTime |
ModifiedDateTime |
|
|
| 姓名 |
String |
UtilElementName |
|
应用程序元素的名称。 |
| parentId |
int (整数) |
|
|
|
| RecId |
Int64 |
RecId |
|
|
| 记录类型 |
Enum |
|
UtilElementType |
|
| recVersion |
整数 |
RecVersion |
|
|
| saveCount |
int (整数) |
|
|
|
| utilLevel |
Enum |
|
UtilEntryLevel |
|
| 版本 |
int (整数) |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| Id |
否 |
|
| 姓名 |
否 |
recordType, parentId, name, utilLevel |
| RecId |
否 |
|
继承层次结构
xRecord 类通用表UtilIdElementsOld 表
UtilModels
UtilModels 表包含有关安装在系统上的模型的信息。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| CategoryId |
int (整数) |
|
|
|
| Description |
String |
ModelDescription |
|
模型的描述。 |
| 显示名称 |
String |
ModelDisplayName |
|
模型的显示名称。 |
| Id |
int (整数) |
|
|
|
| 安装模式 |
int (整数) |
|
|
|
| 层 |
Enum |
|
UtilEntryLevel |
|
| MarkedForRemoval |
int (整数) |
|
|
|
| ModelGroupId |
int (整数) |
|
|
|
| Name |
String |
模型名 |
|
模型存储区中模型的名称。 |
| 发布者 |
String |
ModelPublisher |
|
模型的发布者。 |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| 有符号 |
int (整数) |
|
|
|
| State |
String |
|
|
|
| VersionBuildNo |
int (整数) |
|
|
|
| VersionMajor |
int (整数) |
|
|
|
| VersionMinor |
int (整数) |
|
|
|
| VersionRevision |
int (整数) |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| ModelIDIdx |
否 |
|
| ModelNameIdx |
否 |
|
| RecIDIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表UtilModels 表
VirtualDataAreaList
VirtualDataAreaList 表存储真实公司与虚拟公司之间的映射。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| id |
String |
SelectableDataArea |
|
可以选择的公司 ID |
| Partition |
Int64 |
Partition |
|
(此字段仅适用于以下版本:Microsoft Dynamics AX 2012 R3,Microsoft Dynamics AX 2012 R2 (SYS)) |
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| virtualDataArea |
String |
VirtualDataArea |
|
虚拟公司的 ID |
字段组
| 字段组 |
Fields |
| virtualDataAreaRelation |
|
Relations
| Relation |
Table |
| isVirtual_Extern |
DataArea |
| Partition |
Partitions |
| Relation_DataAreaList1 |
DataArea |
| Relation_DataAreaList2 |
DataArea |
Indexes
| Index |
允许重复项 |
Fields |
| Id |
否 |
|
| RecId |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类Common TableVirtualDataAreaList 表
VSAssembly
VSAssembly 表包含同步信息,描述上次在 AOT 中的 Visual Studio Projects 节点下存储的程序集的时间。
Fields
| 领域 |
类型 |
扩展类型 |
枚举类型 |
Description |
| DeployTo |
Enum |
|
DeployTo |
|
| Name |
String |
AssemblyName |
|
|
| ProjectName |
String |
ProjectName |
|
|
| ProjectType |
String |
ProjectType |
|
|
| RecId |
Int64 |
RecId |
|
|
| recVersion |
整数 |
RecVersion |
|
|
| ServerId |
int (整数) |
|
|
|
| UpdatedDate |
UtcDateTime |
|
|
|
Indexes
| Index |
允许重复项 |
Fields |
| NameIdx |
否 |
|
安全说明
使用此表可能会导致特权提升攻击或拒绝服务攻击。 因此,AOSAuthorization 属性设置为 CreateUpdateDelete 的枚举值。 应用程序对象服务器通过确认当前用户有权对该表执行请求的作来授权对表的每个创建、更新和删除作。 如果启动作的用户无权执行该作,则会发生异常。
继承层次结构
xRecord 类通用表VSAssembly 表