ruleEdit 追加

This commit is contained in:
2023-07-13 13:00:17 +09:00
parent c623155d86
commit fc25e55c9f
5 changed files with 68 additions and 3 deletions

View File

@@ -0,0 +1,27 @@
{
"name":"保存ボタン押す際、入力値チェック",
"condtion":{
"logic":{
"logicType":"And",
"condtions":[
{
"compareType":"event",
"compareItem":"Record-Save"
},
{
"compareType":"field",
"compareItem":"テキスト",
"op":"!==",
"compareValue":"{value}"
},
{
"compareType":"field",
"compareItem":"テキスト",
"op":"!==",
"compareValue":"isZengaku('{value}')"
}
]
}
}
}