Files
espocrm/application/Espo/Resources/metadata/logicDefs/Email.json
2026-01-19 17:46:06 +01:00

79 lines
2.2 KiB
JSON

{
"fields": {
"replied": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "repliedId",
"data": {
"field": "replied"
}
}
]
}
},
"replies": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "repliesIds",
"data": {
"field": "replies"
}
}
]
}
},
"folderString": {
"visible": {
"conditionGroup": [
{
"type": "or",
"value": [
{
"type": "and",
"value": [
{
"type": "isTrue",
"attribute": "isUsers"
}
]
},
{
"type": "isNotEmpty",
"attribute": "groupFolderId"
}
]
}
]
}
},
"sendAt": {
"visible": {
"conditionGroup": [
{
"type": "in",
"attribute": "status",
"value": ["Draft"]
}
]
}
}
},
"panels": {
"event": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "icsEventDateStart"
}
]
}
}
}
}