{ 
  "FormBasic_Tabbed_Cust_Container": {
    "table":"cust",
    "layout":"form",
    "caption":["Customer","Customers"],
    "tabpanelstyle":"min-width:500px;",
    "tabs":[
      {"name":"Overview","target":"FormBasic_Tabbed_Cust"},
      {"name":"Contacts","caption": "Contacts","target":"FormBasic_Tabbed_CustContact_Listing"}
    ]
  },
  "FormBasic_Tabbed_Cust": {
    "table":"cust",
    "layout":"form",
    "onecolumn":true,
    "caption":["Customer","Customers"],
    "fields":[
      {"name":"cust_name","caption":"Name"},
      {"name":"cust_sts","caption":"Status"}
    ]
  },
  "FormBasic_Tabbed_CustContact_Listing": {
    "table":"cust_contact",
    "layout":"grid",
    "caption":["Contact","Contacts"],
    "fields":[
      {"name":"cust_contact_name","caption":"Name"},
      {"name":"cust_contact_title","caption":"Title"},
      {"name":"cust_contact_email","caption":"Email"}
    ]
  }
}