Dynamics AX Knowledge

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

How to get all objects' information in AOT, such as modified date, modified by......?

All those information are saved in UtilElements table in AOT->System Documentation->Tables->UtilElements.

Important Fields:

ulitLevel-> Axapta layer

UtilElementType-> Axapta object type in AOT

UtilElementType are included below:
 

Name

Value

Description

DisplayTool

1

DisplayTool

OutputTool

2

OutputTool

ActionTool

3

ActionTool

Macro

4

Macro

Job

5

Job

AdminUserSetup

7

AdminUserSetup

UserSetupQuery

9

UserSetupQuery

Form

11

Form

TableInstanceMethod

12

TableInstanceMethod

ClassStaticMethod

13

ClassStaticMethod

ClassInstanceMethod

14

ClassInstanceMethod

LicenseCode

15

LicenseCode

Menu

16

Menu

UserMenu

17

UserMenu

Report

18

Report

ReportTemplate

19

ReportTemplate

Query

20

Query

Resource

21

Resource

TableStaticMethod

22

TableStaticMethod

ClassInternalHeader

23

ClassInternalHeader

TableInternalHeader

24

TableInternalHeader

TableRelation

25

TableRelation

TableMap

26

TableMap

ReportSectionTemplate

27

ReportSectionTemplate

ViewQuery

28

ViewQuery

Usersetup

29

Usersetup

WebMenu

30

WebMenu

RESERVED33

33

RESERVED33

WebForm

34

WebForm

ConfigurationKey

35

ConfigurationKey

SecurityKey

36

SecurityKey

SharedProject

37

SharedProject

PrivateProject

38

PrivateProject

Enum

40

Enum

ExtendedType

41

ExtendedType

TableField

42

TableField

TableIndex

43

TableIndex

Table

44

Table

Class

45

Class

TableFieldGroup

46

TableFieldGroup

ReportUser

47

ReportUser

TableCollection

48

TableCollection

WebReport

52

WebReport

Reference

53

Reference

WebUrlItem

55

WebUrlItem

WebActionItem

56

WebActionItem

WebDisplayContentItem

57

WebDisplayContentItem

WebOutputContentItem

58

WebOutputContentItem

WebletItem

59

WebletItem

WebWebPart

60

WebWebPart

WebSiteDef

61

WebSiteDef

WebSiteTemp

62

WebSiteTemp

WebPageDef

63

WebPageDef

WebStaticFile

64

WebStaticFile

HelpFile

65

HelpFile

Perspective

66

Perspective

WebModule

67

WebModule

WorkflowTemplate

68

WorkflowTemplate

WorkflowTask

69

WorkflowTask

WorkflowApproval

70

WorkflowApproval

WorkflowCategory

71

WorkflowCategory

DataSet

72

DataSet

WebControl

73

WebControl

WebSourceFile

74

WebSourceFile

WebManagedContentItem

75

WebManagedContentItem

Service

76

Service

WebListDef

78

WebListDef

ReportLibrary

79

ReportLibrary

 
name->Object name
baseVersion->Modified version. System default value is 300. Other values are user modified values.
Example:Red rectangle is modified by system; blue rectangle is modified by users
posted on 2008-11-18 15:01  Jacky Xu  阅读(463)  评论(0编辑  收藏  举报