28 lines
695 B
JSON
28 lines
695 B
JSON
{
|
|
"fields": {
|
|
"title": {
|
|
"visible": {
|
|
"conditionGroup": [
|
|
{
|
|
"type": "isNotEmpty",
|
|
"attribute": "accountId"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"portalUser": {
|
|
"visible": {
|
|
"conditionGroup": [
|
|
{
|
|
"type": "isNotEmpty",
|
|
"attribute": "portalUserId",
|
|
"data": {
|
|
"field": "portalUser"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|