Hi experts,
I am developing a SAS Visual Investigator custom page extension and I am using the SVI API documented at:
https://developer.sas.com/sdk/vi/apiDocs/ and I have a question about this specific API: https://developer.sas.com/sdk/vi/apiDocs/interfaces/page_model.PageModel.html#data
It seems like this API allows access to data presented on the page (correct me if I am wrong) but it does not work for all types of components. For example, it seems to work with Child-Object Viewer component but not with Related Object component (I get a Javascript exception saying no data is available) even though both components are displayed on the same entity page.
1. Is my understanding of what PageModel.data does correct?
2. If it is correct, then shouldn't I be able to reach the underlying data of all objects on the page regardless of their component type?
... View more