KintoneAppBuilder created
This commit is contained in:
77
backend/Temp/form.json
Normal file
77
backend/Temp/form.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"properties": [
|
||||
{
|
||||
"type": "CREATOR",
|
||||
"label": "作成者",
|
||||
"noLabel": "false",
|
||||
"code": "作成者"
|
||||
},
|
||||
{
|
||||
"type": "MULTI_LINE_TEXT",
|
||||
"label": "業務内容",
|
||||
"noLabel": "false",
|
||||
"code": "文字列__複数行_",
|
||||
"required": "false",
|
||||
"defaultValue": ""
|
||||
},
|
||||
{
|
||||
"type": "MULTI_LINE_TEXT",
|
||||
"label": "所感、学び",
|
||||
"noLabel": "false",
|
||||
"code": "文字列__複数行__0",
|
||||
"required": "false",
|
||||
"defaultValue": ""
|
||||
},
|
||||
{
|
||||
"type": "FILE",
|
||||
"label": "添付ファイル",
|
||||
"noLabel": "false",
|
||||
"code": "添付ファイル",
|
||||
"required": "false"
|
||||
},
|
||||
{
|
||||
"type": "DATE",
|
||||
"label": "日付",
|
||||
"noLabel": "false",
|
||||
"code": "日付",
|
||||
"required": "false",
|
||||
"unique": "false",
|
||||
"defaultValue": null,
|
||||
"defaultExpression": "NOW"
|
||||
},
|
||||
{
|
||||
"type": "DROP_DOWN",
|
||||
"label": "部署",
|
||||
"noLabel": "false",
|
||||
"code": "ドロップダウン",
|
||||
"required": "false",
|
||||
"options": [
|
||||
"営業",
|
||||
"マーケティング",
|
||||
"総務",
|
||||
"サポート",
|
||||
"開発"
|
||||
],
|
||||
"defaultValue": null
|
||||
},
|
||||
{
|
||||
"type": "RADIO_BUTTON",
|
||||
"label": "目標達成度",
|
||||
"noLabel": "false",
|
||||
"code": "ラジオボタン",
|
||||
"required": "true",
|
||||
"options": [
|
||||
"達成",
|
||||
"未達"
|
||||
],
|
||||
"defaultValue": "達成"
|
||||
},
|
||||
{
|
||||
"type": "USER_SELECT",
|
||||
"label": "確認者",
|
||||
"noLabel": "true",
|
||||
"code": "ユーザー選択",
|
||||
"required": "false"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user