| {
  "controller": "controllers/record",
  "boolFilterList": [
    "onlyMy"
  ],
  "kanbanViewMode": false,
  "color": null,
  "iconClass": null,
  "dynamicLogic": {
    "fields": {
      "channels": {
        "visible": {
          "conditionGroup": [
            {
              "type": "equals",
              "attribute": "scope",
              "value": "Channel"
            },
            {
              "type": "isNotEmpty",
              "attribute": "attributeId"
            }
          ]
        },
        "required": {
          "conditionGroup": [
            {
              "type": "equals",
              "attribute": "scope",
              "value": "Channel"
            },
            {
              "type": "isNotEmpty",
              "attribute": "attributeId"
            }
          ]
        },
        "readOnly": {
          "conditionGroup": [
            {
              "type": "isNotEmpty",
              "attribute": "locale"
            }
          ]
        }
      },
      "scope": {
        "visible": {
          "conditionGroup": [
            {
              "type": "isNotEmpty",
              "attribute": "attributeId"
            }
          ]
        },
        "readOnly": {
          "conditionGroup": [
            {
              "type": "isNotEmpty",
              "attribute": "locale"
            }
          ]
        }
      },
      "attribute": {
        "readOnly": {
          "conditionGroup": [
            {
              "type": "isNotEmpty",
              "attribute": "id"
            }
          ]
        }
      },
      "productFamily": {
        "readOnly": {
          "conditionGroup": [
            {
              "type": "isNotEmpty",
              "attribute": "id"
            }
          ]
        }
      }
    }
  }
}
 |