This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/
The ReportListDataLite
command sends an AjaxRequest that gets data used on the report list page to display reports according to category and other metadata related to each report.
Here is the AJAX call to use:
AjaxRequest('./rs.aspx', 'wscmd=reportlistdatalite&wsarg0=' + category + '&wsarg1=' + keyword + '&wsarg2=1', AcceptReports, null, 'reportlistdatalite');
The AcceptReports variable is a callback method that takes two parameters. The first is the returnObj and the second is the id of the method that called it (reportlistdatalite). Below is the hierarchy of the returnObj.
Last edited by Joseph Adams, 2014-06-18 17:47:00