I'm using the datastore model of SnapDevelop in a web api to populate an external datawindow in the client using the ShareData() method. How would I -- with one restclient call -- populate this multi-row grid datawindow AND also import a single row of data into another 'master' datawindow. I could do this with two calls using the Retrieve method of the restclient object but I'd like to avoid that if possible. In other words, is it possible to return a datastore and a json string as part of the response or perhaps by reference? Possible?
Thanks, Tom