Hello, I'd like to create a point feature class where each point may have one or more web hyperlinks associated with it. I'm thinking something similar to how attachments work, but instead of actual photos, docs, etc... I just want the user to be able t click the point in the web map and then, in the popup, have the typical field values (attributes) but then be able to click one or more hyperlinks associated with that feature.
To make this happen, I have a spreadsheet with lat/longs for the points and associated fields... but then I have another spreadsheet that has the "featue ID" (which is also in the first spreadsheet) and then a column with hyperlink strings. There may be multiple rows with the same feature ID but a different hyperlink.
I want to be able to bring in both sheets as a point feature class that allows the user to click the popup and see (and be able to click) the multiple hyperlinks for that feature.
Can the "attachment" functionality do this? Do I need to do a feature class and a relationship class? Would that work well in a web map?
Thanks much.