UNPKG

jsharmony-tutorials

Version:
23 lines 900 B
{ "MultiselBasic_MultipleColumns": { "table":"cust_flag", "layout":"multisel", "caption":["Customer Flag","Customers Flags"], "fields":[ {"name":"cust_id"}, {"name":"cust_flag_type","caption":"Flag"}, {"control":"label","value":"Flagged Customers","link":"update:MultiselBasic_MultipleColumns_Cust_Listing&cust_flag_type=code_val","caption":"Flagged Customers"} ] }, "MultiselBasic_MultipleColumns_Cust_Listing": { "sqlselect":"select cust.cust_id,cust_name,cust_flag_type from cust inner join cust_flag on cust.cust_id=cust_flag.cust_id %%%SQLSUFFIX%%%", "layout":"grid", "caption":["Customer","Customers"], "popup":[500,300], "fields":[ {"name":"cust_id","control":"hidden"}, {"name":"cust_name","caption":"Customer Name"}, {"name":"cust_flag_type","caption":"Flag","foreignkey":1} ] } }