create_reference_table_field
Configure a reference table field in Kintone to link records between apps, specifying related app, condition fields, display settings, and filtering options.
Instructions
関連テーブルフィールドの設定を生成します。 フィールドコードに使用できる文字: ひらがな、カタカナ、漢字、英数字、記号(__・・$¥) 例: { "code": "related_table", "label": "関連テーブル", "relatedAppId": 123, "conditionField": "customer_id", "relatedConditionField": "customer_id" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | フィールドコード(指定しない場合はlabelから自動生成) | |
| label | Yes | フィールドラベル | |
| relatedAppId | No | 参照先アプリのID | |
| relatedAppCode | No | 参照先アプリのコード(IDより優先) | |
| conditionField | Yes | 自アプリの条件フィールド | |
| relatedConditionField | Yes | 参照先アプリの条件フィールド | |
| filterCond | No | 参照レコードの絞り込み条件 | |
| displayFields | No | 表示するフィールドの配列 | |
| sort | No | 参照レコードのソート条件 | |
| size | No | 一度に表示する最大レコード数 | |
| noLabel | No | ラベルを非表示にするかどうか |