Files
KintoneAppBuilder/backend/Temp/formfields.json

145 lines
4.2 KiB
JSON

{
"revision": "16",
"properties": {
"レコード番号": {
"type": "RECORD_NUMBER",
"code": "レコード番号",
"label": "レコード番号",
"noLabel": false
},
"作業者": {
"type": "STATUS_ASSIGNEE",
"code": "作業者",
"label": "作業者",
"enabled": true
},
"更新者": {
"type": "MODIFIER",
"code": "更新者",
"label": "更新者",
"noLabel": false
},
"作成者": {
"type": "CREATOR",
"code": "作成者",
"label": "作成者",
"noLabel": false
},
"ステータス": {
"type": "STATUS",
"code": "ステータス",
"label": "ステータス",
"enabled": true
},
"ラジオボタン": {
"type": "RADIO_BUTTON",
"code": "ラジオボタン",
"label": "目標達成度",
"noLabel": false,
"required": true,
"options": {
"未達": {
"label": "未達",
"index": "1"
},
"達成": {
"label": "達成",
"index": "0"
}
},
"defaultValue": "達成",
"align": "HORIZONTAL"
},
"ドロップダウン": {
"type": "DROP_DOWN",
"code": "ドロップダウン",
"label": "部署",
"noLabel": false,
"required": false,
"options": {
"総務": {
"label": "総務",
"index": "2"
},
"サポート": {
"label": "サポート",
"index": "3"
},
"マーケティング": {
"label": "マーケティング",
"index": "1"
},
"営業": {
"label": "営業",
"index": "0"
},
"開発": {
"label": "開発",
"index": "4"
}
},
"defaultValue": ""
},
"ユーザー選択": {
"type": "USER_SELECT",
"code": "ユーザー選択",
"label": "確認者",
"noLabel": true,
"required": false,
"entities": [],
"defaultValue": []
},
"更新日時": {
"type": "UPDATED_TIME",
"code": "更新日時",
"label": "更新日時",
"noLabel": false
},
"カテゴリー": {
"type": "CATEGORY",
"code": "カテゴリー",
"label": "カテゴリー",
"enabled": false
},
"文字列__複数行__0": {
"type": "MULTI_LINE_TEXT",
"code": "文字列__複数行__0",
"label": "所感、学び",
"noLabel": false,
"required": false,
"defaultValue": ""
},
"文字列__複数行_": {
"type": "MULTI_LINE_TEXT",
"code": "文字列__複数行_",
"label": "業務内容",
"noLabel": false,
"required": false,
"defaultValue": ""
},
"添付ファイル": {
"type": "FILE",
"code": "添付ファイル",
"label": "添付ファイル",
"noLabel": false,
"required": false,
"thumbnailSize": "150"
},
"作成日時": {
"type": "CREATED_TIME",
"code": "作成日時",
"label": "作成日時",
"noLabel": false
},
"日付": {
"type": "DATE",
"code": "日付",
"label": "日付",
"noLabel": false,
"required": false,
"unique": false,
"defaultValue": "",
"defaultNowValue": true
}
}
}