I need to associate a large number of documents with a polygon feature layer published in Portal. The goal is for users to click on a polygon and see a pop-up containing a field with a URL. Clicking this URL should open a document library in SharePoint that contains all the documents associated with the polygon.
The documents and polygons share a common ID, which can be used as the link between them. However, I am unsure how to configure this mechanism in Portal or how best to set up the integration with SharePoint.
After investigating the Parcel Fabric Data Model, I’ve determined it is not suitable for this situation or the desired functionality.
Does anyone have recommendations or examples of how to configure this setup in Portal? Any advice on integrating SharePoint document libraries with feature layer attributes would also be appreciated.