I'm creating a feature class to load into field maps, and there are 150 existing points with a pdf for each that I would like to attach before I publish the data.
Then once it is published I would like the field staff to be able to add additional attachments too.
What is the best way to add attachments to a feature class if I plan to use the data in field maps?
I was looking at the documentation below, and was considering putting the attachments into a match table. They are currently just pdf's in a folder but I have a source table I could use and could join it to my feature class by the permit numbers.
https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/working-with-the-attachments-geoprocessing-tools.htm
Is there a better way to go about doing this so it will function best in field maps?