{
  "Dashboard__model": {
    "comment":"Dashboard__model",
    "layout":"form",
    "title":"Dashboard",
    "caption":["","Dashboard","Dashboard"],
    "roles": {"*":"B"},
    "actions":"B",
    "menu":"dashboard",
    "sqlselect": "select (select txt_body from {schema}.txt__tbl where txt_process='CMS' and txt_attrib='Dashboard__model') as motd from {schema}.single",
    "nokey": 1,
    "onload":"jsh.$root('.Dashboard__model_MOTD').html(xmodel.controller.form.Data.motd);",
    "fields":[
      {"name":"motd","type":"varchar","actions":"B","control":"hidden","caption":""},
      {"control":"html","value":"<div class=\"clear Dashboard__model_MOTD\"></div>"},
      {"name":"qnssl","control":"subform","target":"Dashboard_Note_Listing","bindings":{"note_scope":"'S'","note_type":"'S'"},"actions": "BIUD",
      "caption":"System Notifications","controlstyle":"width:820px;float:left;margin-right:10px;"},
      {"control":"html","value":"<div class=\"clear\"></div>"}
    ]
  }
}