{ 
  "ModelSQL_Field_sqlselect": {
    "table":"cust",
    "layout":"grid",
    "caption":["Customer","Customers"],
    "fields":[
      {"name":"cust_id","caption": "ID"},
      {"name":"cust_name","caption":"Customer"},
      {"name":"status","caption":"Status","actions":"B","sqlselect":"select code_txt from code_cust_sts where code_val = cust_sts","type":"varchar"}
    ]
  }
}