Hi, I have a survey for inspecting assets where the inspection records submitted by Survey123 (connect create and using the field app -- all within our ArcGIS Enterprise Portal) are in a related table to a point feature class. I use a custom URL parameter on the point feature class to launch this survey:
arcgis-survey123://?ItemID=df68b256393f4962b7e17be479cdf50b&field:CurbrampGlobalID={GlobalID}&field:NonAssetID={NonAssetID}&field:CurbRampProjectIDValue={ProjectNumber}&field:CurbRampInstallDateValue={InstallDate}
Pretty straightforward there.
We have attachments (mainly photos) related to the inspection records. The survey handles this fine with the image and file type question.
However, I recently got a request for users to have the ability to copy the values from a survey that was already submitted and start a new one that's basically prepopulated with everything from before. The users will modify a few things to gain additional measurements (not really important here) and then submit again.
To achieve this I again used the custom url parameters except this time the URL is within the previously submitted survey inspection record's pop-up:
arcgis-survey123://?ItemID=df68b256393f4962b7e17be479cdf50b&q:GlobalID={GlobalID}&action=copy&update=true
That all works great and they get a new inspection all ready to go with all the values prepopulated from the previous inspection's data except I know some of these users are going to want the attachments that were attached to the previous inspection to come in as well. Is there a parameter or some other way to do that?