My extension editor has defined a data source which contains multiple collections of data items.
I have an Data Connector Action defined that gets triggered when a user hits a button in the extension editor.
I know in the extension editor project, I have access to a DataProxy, which has access to DataSources and CollectionProxy, etc. Through the DataProxy, I am able to access all the custom data found in the document correct?
Assuming that is true, in a Data Connector project, such as in an action: DataConnectorAsynchronousAction, is it similarly possible to access all the custom data found in the document? If so, how? I am not seeing how I can access the DataProxy within DataConnectorAsynchronousAction.
Thanks,
Dan