I am using qbo3 to fetch data from our data warehouse (Process/MyApiCall?Foo=Bar), and I'd like to display the data to an end user. Does qbo3 have a standard UI for such data (without knowing the schema in advance)?
qbo3 Rendering data from API calls
36 views Asked by Eric Patrick At
1
qbo3 contains
Templates/Report/Standard.xsltthat will render aDataTableorDataReaderas an HTML table.To view the API data in raw HTML format:
To wrap this same output in the standard QBO skin:
The
Standard.xsltwill render a<table>for eachDataTablereturned by the API call, and a<th>for each column returned in aDataTable.If the columns follow standard QBO convention with
{Table}ID/{Table}paired next to each other, QBO will combine these results into a single column, displaying{Table}with a hyperlink to the underlying record. Note that this feature only works with QBO-recognizedModules(found in Configuration > Modules).