コンテンツにスキップ

テーブルとカラム(Table and Column)|iDempiere 13 画面リファレンス

テーブルとカラム(Table and Column)

Section titled “テーブルとカラム(Table and Column)”

iDempiere 13 標準ウィンドウ(AD_Window_ID: 100)

メニュー: アプリケーション辞書 ▸ テーブルとカラム

Maintain Tables and Columns

The Table and Column Window defines all tables with their columns

#タブテーブル階層説明
10テーブルAD_Table0Table definitions
20カラムAD_Column1Table Column definitions
30翻訳AD_Column_Trl2Column Translation
40使用フィールドAD_Field2Used in Field
50ダイナミックズームAD_ZoomCondition1ダイナミックズーム
60Table Script ValidatorAD_Table_ScriptValidator1
70翻訳AD_Table_Trl1Table Translation
80Table IndexAD_TableIndex1
90Index ColumnAD_IndexColumn2
100View ComponentAD_ViewComponent1
110View ColumnAD_ViewColumn2
120Table PartitionAD_TablePartition1
130Table Attribute SetAD_TableAttributeSet1

Table (header) definition - Note that the name of most tables is automatically synchronized.

フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
DBテーブル名称TableNameStringName of the table in the database
名称NameStringAlphanumeric identifier of the entity
説明DescriptionStringOptional short description of the record
コメントHelpTextComment or Hint
有効IsActiveYes-NoThe record is active in the system
ViewIsViewYes-NoThis is a view
データアクセスレベルAccessLevelListAccess Level required
変更ログIsChangeLogYes-NoMaintain a log of changes
レプリケーションタイプReplicationTypeListType of Data Replication
ウィンドウAD_Window_IDTable DirectData entry or display window
発注ウィンドウPO_Window_IDTablePurchase Order Window
削除可能IsDeleteableYes-NoIndicates if records can be deleted from the database
大量データIsHighVolumeYes-NoUse Search instead of Pick list
エンティティタイプEntityTypeTableDictionary Entity Type; Determines ownership and synchronization
DBからカラム作成ImportTableButtonCreate Dictionary Columns of Table not existing as a Column but in the Database
他のテーブルからカラムをコピーするCopyColumnsFromTableButton他のテーブルからカラムをコピーします。
エレメント定義利用IsCentrallyMaintainedYes-NoInformation maintained in System Element table
Process NowProcessingButton
Drop viewDatabaseViewDropButton
Copy Components From ViewCopyComponentsFromViewButtonCreate dictionary view components for a table taking another as base
Create Window, Tab & Field from TableCreateWindowFromTableButtonCreate Window, Tab & Field record of the Table
Show In Drill OptionsIsShowInDrillOptionsYes-NoThis parameter enables the table to be displayed in Drill Assistant - Table tab
PartitionIsPartitionYes-NoThis is a partitioned table
Create/Update Table PartitionCreatePartitionButtonProcess which create or update table partitions based on the table and column records

Defines the columns of a table. Note that the name of the column is automatically synchronized.

フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
テーブルAD_Table_IDTable DirectDatabase Table information
エレメントAD_Element_IDSearchSystem Element enables the central maintenance of column description and help.
エンティティタイプEntityTypeTableDictionary Entity Type; Determines ownership and synchronization
DBカラム名称ColumnNameStringName of the column in the database
SQLカラムColumnSQLStringVirtual Column (r/o)
名称NameStringAlphanumeric identifier of the entity
説明DescriptionStringOptional short description of the record
コメントHelpTextComment or Hint
PlaceholderPlaceholderString
有効IsActiveYes-NoThe record is active in the system
バージョンVersionAmountVersion of the table definition
リファレンスAD_Reference_IDTableSystem Reference and Validation
ダイナミックバリデーションAD_Val_Rule_IDTable DirectDynamic Validation Rule
長さFieldLengthIntegerLength of the column in the database
Dynamic Validation (Lookup)AD_Val_Rule_Lookup_IDTableOverride Dynamic Validation Rule for Lookup Window
HTMLIsHtmlYes-NoText has HTML tags
自動完成IsAutocompleteYes-NoAuto complete
フォーマットパターンFormatPatternStringThe pattern used to format a number or date.
値フォーマットVFormatStringFormat of the value; Can contain fixed format elements, Variables: “_lLoOaAcCa09”, or ~regex
プロセスAD_Process_IDTable DirectProcess or Report
検索ウィンドウAD_InfoWindow_IDTable DirectInfo and search/select Window
チャートAD_Chart_IDTable Direct
ダッシュボード内容PA_DashboardContent_IDTable Direct
リファレンスキーAD_Reference_Value_IDTableRequired to specify, if data type is Table or List
最小値ValueMinStringMinimum Value for a field
最大値ValueMaxStringMaximum Value for a field
キーカラムIsKeyYes-NoThis column is the key in this table
リンクカラムIsParentYes-NoThis column is a link to the parent table (e.g. header from lines) - incl. Association key columns
外部参照キー制約名称FKConstraintNameString
外部参照キー制約タイプFKConstraintTypeList
Constraint MessageFKConstraintMsg_IDSearch
デフォルトロジックDefaultValueTextDefault value hierarchy, separated by ;
必須IsMandatoryYes-NoData entry is required in this column
更新可能IsUpdateableYes-NoDetermines, if the field can be updated
常時更新可能IsAlwaysUpdateableYes-NoThe column is always updateable, even if the record is not active or processed
カラム同期IsSyncDatabaseButtonChange database table definition from application dictionary
常時更新可能ロジックAlwaysUpdatableLogicTextLogic to determine if field is Updatable irrespective if record’s active status or processed status. This logic Applicable only if Always Updatable is N.
カラム暗号化IsEncryptedButtonTest and enable Column Encryption
読取専用ロジックReadOnlyLogicTextLogic to determine if field is read only (applies only when field is read-write)
必須ロジックMandatoryLogicText
識別子IsIdentifierYes-NoThis column is part of the record identifier
シーケンスNoSeqNoIntegerMethod of ordering records; lowest number comes first
検索カラムIsSelectionColumnYes-NoIs this column used for finding rows in windows
検索カラムシーケンスNoSeqNoSelectionIntegerSelection Column Sequence
変更ログ記録許可IsAllowLoggingYes-NoDetermine if a column must be recorded into the change log
コピー許可IsAllowCopyYes-NoDetermine if a column must be copied when pushing the button to copy record
安全コンテンツIsSecureYes-NoDefines whether content must be treated as secure
ツールバーボタンIsToolbarButtonListShow the button on the toolbar, the window, or both
翻訳するIsTranslatedYes-NoThis column is translated
コールアウトCalloutStringFully qualified class names and method - separated by semicolons
Partition KeyIsPartitionKeyYes-NoThis is a partition key
Partition Key SequenceSeqNoPartitionIntegerIndicates the order of partition keys
Partitioning MethodPartitioningMethodListIndicates how the Table is partitioned
Range Partition IntervalRangePartitionIntervalStringIndicates the interval used in a range partitioning

Do not translate - overwritten / translated automatically

フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
カラムAD_Column_IDTable DirectColumn in the table
言語AD_LanguageTableLanguage for this entity
名称NameStringAlphanumeric identifier of the entity
PlaceholderPlaceholderString
有効IsActiveYes-NoThe record is active in the system
翻訳するIsTranslatedYes-NoThis column is translated

使用フィールド タブのフィールド

Section titled “使用フィールド タブのフィールド”
フィールドカラム必須説明
タブAD_Tab_IDTable DirectTab within a Window
フィールドAD_Field_IDIDField on a database table
名称NameStringAlphanumeric identifier of the entity

ダイナミックズーム タブのフィールド

Section titled “ダイナミックズーム タブのフィールド”
フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
テーブルAD_Table_IDTable DirectDatabase Table information
シーケンスNoSeqNoIntegerMethod of ordering records; lowest number comes first
エンティティタイプEntityTypeTableDictionary Entity Type; Determines ownership and synchronization
名称NameStringAlphanumeric identifier of the entity
説明DescriptionStringOptional short description of the record
Zoom LogicZoomLogicTextthe result determines if the zoom condition is applied
SQL WHERE句WhereClauseTextFully qualified SQL WHERE clause
ウィンドウAD_Window_IDTable DirectData entry or display window
有効IsActiveYes-NoThe record is active in the system

Table Script Validator タブのフィールド

Section titled “Table Script Validator タブのフィールド”
フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
テーブルAD_Table_IDTable DirectDatabase Table information
Event Model ValidatorEventModelValidatorList
ルールAD_Rule_IDTable Direct
シーケンスNoSeqNoIntegerMethod of ordering records; lowest number comes first
有効IsActiveYes-NoThe record is active in the system

Note that many Table names will be overwritten / translated automatically

フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
テーブルAD_Table_IDTable DirectDatabase Table information
言語AD_LanguageTableLanguage for this entity
名称NameStringAlphanumeric identifier of the entity
有効IsActiveYes-NoThe record is active in the system
翻訳するIsTranslatedYes-NoThis column is translated
フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
テーブルAD_Table_IDTable DirectDatabase Table information
名称NameStringAlphanumeric identifier of the entity
説明DescriptionStringOptional short description of the record
コメントHelpTextComment or Hint
有効IsActiveYes-NoThe record is active in the system
Create ConstraintIsCreateConstraintYes-No
UniqueIsUniqueYes-No
キーカラムIsKeyYes-NoThis column is the key in this table
メッセージAD_Message_IDSearchSystem Message
エンティティタイプEntityTypeTableDictionary Entity Type; Determines ownership and synchronization
Process NowProcessingButton
Drop Table IndexTableIndexDropButton
フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
Table IndexAD_TableIndex_IDTable Direct
カラムAD_Column_IDTable DirectColumn in the table
SQLカラムColumnSQLStringVirtual Column (r/o)
有効IsActiveYes-NoThe record is active in the system
シーケンスNoSeqNoIntegerMethod of ordering records; lowest number comes first
エンティティタイプEntityTypeTableDictionary Entity Type; Determines ownership and synchronization
フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
テーブルAD_Table_IDTable DirectDatabase Table information
有効IsActiveYes-NoThe record is active in the system
名称NameStringAlphanumeric identifier of the entity
説明DescriptionStringOptional short description of the record
コメントHelpTextComment or Hint
シーケンスNoSeqNoIntegerMethod of ordering records; lowest number comes first
Is UNION ALLIsUnionAllYes-NoThe component view is UNION ALL
DistinctIsDistinctYes-NoSelect Distinct
SQL FROM句FromClauseStringSQL FROM clause
SQL WHERE句WhereClauseTextFully qualified SQL WHERE clause
その他のSQL文OtherClauseTextOther SQL Clause
エンティティタイプEntityTypeTableDictionary Entity Type; Determines ownership and synchronization
参照テーブルReferenced_Table_IDTable
フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
Database View ComponentAD_ViewComponent_IDTable Direct
SQLカラムColumnSQLStringVirtual Column (r/o)
DBカラム名称ColumnNameStringName of the column in the database
説明DescriptionStringOptional short description of the record
コメントHelpTextComment or Hint
有効IsActiveYes-NoThe record is active in the system
シーケンスNoSeqNoIntegerMethod of ordering records; lowest number comes first
エンティティタイプEntityTypeTableDictionary Entity Type; Determines ownership and synchronization
Database Data TypeDBDataTypeList
フィールドカラム必須説明
TenantAD_Client_IDTable DirectTenant for this installation.
OrganizationAD_Org_IDTable DirectOrganizational entity within tenant
TableAD_Table_IDTable DirectDatabase Table information
ColumnAD_Column_IDTable DirectColumn in the table
NameNameStringAlphanumeric identifier of the entity
ExpressionExpressionPartitionStringSQL clause for partition
Parent PartitionParent_TablePartition_IDSearchParent table partition
AttachedIsPartitionAttachedYes-NoPartition attached to table
Detach/re-attach Table PartitionProcessingButtonDetach or re-attach table partition
ActiveIsActiveYes-NoThe record is active in the system

Table Attribute Set タブのフィールド

Section titled “Table Attribute Set タブのフィールド”
フィールドカラム必須説明
TenantAD_Client_IDSearchTenant for this installation.
OrganizationAD_Org_IDTable DirectOrganizational entity within tenant
TableAD_Table_IDSearchDatabase Table information
Attribute SetM_AttributeSet_IDTable DirectProduct Attribute Set
ActiveIsActiveYes-NoThe record is active in the system