{ 
  "FormTabbed_Standard": {
    "table":"cust",
    "layout":"form",
    "tabpanelstyle":"width:540px;",
    "caption":["Customer","Customers"],
    "fields":[
      {"name":"cust_name","caption":"","control":"label_h3"}
    ],
    "tabs": [
      { "name": "Overview", "target": "FormTabbed_Standard_Cust" },
      { "name": "Contacts", "target": "FormTabbed_Standard_CustContact_Listing" }
    ]
  },

  "FormTabbed_Standard_Cust": {
    "table":"cust",
    "layout":"form",
    "onecolumn":true,
    "caption":["Customer Overview"],
    "fields":[
      {"name":"cust_id","caption": "ID"},
      {"name":"cust_name","caption":"Name"},
      {"name":"cust_sts","caption":"Status"}
    ]
  },

  "FormTabbed_Standard_CustContact_Listing": {
    "table":"cust_contact",
    "layout":"grid",
    "caption":["Customer Contact","Customer Contacts"],
    "fields":[
      {"name":"cust_contact_name","caption":"Name"},
      {"name":"cust_contact_title","caption":"Title"}
    ]
  }
}