UNPKG

jsharmony-tutorials

Version:
10 lines 245 B
{ "layout": "report", "caption":["Customer Report"], "fields":[ {"control":"button","value":"Run Report","onclick": "XPage.RunReport();"} ], "reportdata": { "cust": { "sql": "select cust_id,cust_name from cust" } } }