mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:37:02 +00:00
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"fields": {
|
|
"timeRanges": {
|
|
"visible": {
|
|
"conditionGroup": [
|
|
{
|
|
"type": "equals",
|
|
"attribute": "type",
|
|
"value": "Working"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"calendars": {
|
|
"visible": {
|
|
"conditionGroup": [
|
|
{
|
|
"type": "or",
|
|
"value": [
|
|
{
|
|
"type": "isNotEmpty",
|
|
"attribute": "calendarsIds"
|
|
},
|
|
{
|
|
"type": "isEmpty",
|
|
"attribute": "usersIds"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"users": {
|
|
"required": {
|
|
"conditionGroup": [
|
|
{
|
|
"type": "or",
|
|
"value": [
|
|
{
|
|
"type": "isEmpty",
|
|
"attribute": "calendarsIds"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"visible": {
|
|
"conditionGroup": [
|
|
{
|
|
"type": "or",
|
|
"value": [
|
|
{
|
|
"type": "isNotEmpty",
|
|
"attribute": "usersIds"
|
|
},
|
|
{
|
|
"type": "isEmpty",
|
|
"attribute": "calendarsIds"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|