カスタム属性(Custom Attribute)|iDempiere 13 画面リファレンス
This content is not available in your language yet.
カスタム属性(Custom Attribute)
Section titled “カスタム属性(Custom Attribute)”iDempiere 13 標準ウィンドウ(AD_Window_ID: 196)
(標準メニュー未登録 / 間接使用)
Maintain custom entity attributes
This is a System only Window. Customer Attributes allow the entry of additional information to an entity.
| # | タブ | テーブル | 階層 | 説明 |
|---|---|---|---|---|
| 10 | カスタム属性 | AD_Attribute | 0 | Define Custom Attribute |
カスタム属性 タブのフィールド
Section titled “カスタム属性 タブのフィールド”The Custom Attribute Tab defines additional attributes or information for a product or entity.
| フィールド | カラム | 型 | 必須 | 説明 |
|---|---|---|---|---|
| クライアント | AD_Client_ID | Table Direct | ✔ | Tenant for this installation. |
| 組織 | AD_Org_ID | Table Direct | ✔ | Organizational entity within tenant |
| テーブル | AD_Table_ID | Table Direct | ✔ | Database Table information |
| 名称 | Name | String | ✔ | Alphanumeric identifier of the entity |
| 説明 | Description | String | Optional short description of the record | |
| コメント | Help | Text | Comment or Hint | |
| 有効 | IsActive | Yes-No | ✔ | The record is active in the system |
| リファレンス | AD_Reference_ID | Table | ✔ | System Reference and Validation |
| リファレンスキー | AD_Reference_Value_ID | Table | Required to specify, if data type is Table or List | |
| ダイナミックバリデーション | AD_Val_Rule_ID | Table Direct | Dynamic Validation Rule | |
| 最小値 | ValueMin | String | Minimum Value for a field | |
| 最大値 | ValueMax | String | Maximum Value for a field | |
| 長さ | FieldLength | Integer | Length of the column in the database | |
| 必須 | IsMandatory | Yes-No | ✔ | Data entry is required in this column |
| 更新可能 | IsUpdateable | Yes-No | ✔ | Determines, if the field can be updated |
| 読取専用 | IsReadOnly | Yes-No | ✔ | Field is read only |
| デフォルトロジック | DefaultValue | String | Default value hierarchy, separated by ; | |
| コールアウト | Callout | String | Fully qualified class names and method - separated by semicolons | |
| 表示長さ | DisplayLength | Integer | Length of the display in characters | |
| 値フォーマット | VFormat | String | Format of the value; Can contain fixed format elements, Variables: “_lLoOaAcCa09”, or ~regex | |
| シーケンスNo | SeqNo | Integer | Method of ordering records; lowest number comes first | |
| 表示ロジック | DisplayLogic | String | If the Field is displayed, the result determines if the field is actually displayed | |
| 同一行 | IsSameLine | Yes-No | ✔ | Displayed on same line as previous field |
| ラベルなし | IsFieldOnly | Yes-No | ✔ | Label is not displayed |
| ラベルのみ | IsHeading | Yes-No | ✔ | Field without Column - Only label is displayed |
| 暗号化 | IsEncrypted | Yes-No | ✔ | Display or Storage is encrypted |