Hello all,
I have been looking through the communication between widgets post from above but haven't been able to successfully accomplish what I am working on. What I am trying to accomplish is the following:
I have a geoprocessing service that I am using in a geoprocessing widget which concatenates several address fields (i.e. house number, street pre dir, street name, etc..) into one full address field. I also have a custom "Reporting" widget which uses this full address field (as well as others) and creates a PDF. Currently my workflow consists of the user having to first run the geoprocessing widget (there are no user inputs in this widget so I added the "this._onExecuteClick():" syntax to auto-execute when the user clicks on the widget) and then have to run the Reporting widget. What I