Topic by Andrew Wooster
Content
I have a custom Add-In to create 3 virtual tables for displaying data in a workspace, I have accomplished this and created 3 reports containing the virtual data and added this to the workspace. I need to call a Workspace Add-In when a button is pushed, call an external web service and then put the data returned by the web service into the virtual table. Any guidance on how to add the data from the web service to the report would be very much appreciated. I can see the reports in the _recordContext variable but I am not sure how to get the data into these reports.