{ 
  "FormTabbed_Dynamic": {
    "table":"cust",
    "layout":"form",
    "tabpanelstyle":"width:540px;",
    "caption":["Customer","Customers"],
    "fields":[
      {"name":"cust_name","caption":"","control":"label_h3"},
      {"name":"cust_sts","control":"hidden"}
    ],
    "tabcode":"cust_sts",
    "tabs": [
      { "name": "Overview", "target": "FormTabbed_Dynamic_Cust" },
      { "name": "Contacts", "target": "FormTabbed_DynamiCust_Contact_Listing", "showcode": "ACTIVE" }
    ]
  },

  "FormTabbed_Dynamic_WithHelp": {
    "inherits": "FormTabbed_Dynamic",
    "fields": [
      {"control":"label_notification","value":"Change Status to \"Active\" to display the Contacts tab"}
    ]
  },

  "FormTabbed_Dynamic_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_DynamiCust_Contact_Listing": {
    "table":"cust_contact",
    "layout":"grid",
    "caption":["Customer Contact","Customer Contacts"],
    "fields":[
      {"name":"cust_contact_name","caption":"Name"},
      {"name":"cust_contact_title","caption":"Title"}
    ]
  }
}