Hi there,
is it possible to create multiple records in a related table without creating a new parent record?
This is my scenario:
I have a couple of static polygons (small sites). These sites need to be audited every day. These audits are stored in a related table. In the past, I solved this by requiring the user to submit multiple surveys each day. (This was done via the submission_url = the FeatureService and instance_name = the related table)
Now, there should be a change, and only one survey that caters to all sites within one go should do the same. So basically a repeat. The user opens the survey and does the first site, clicks plus, does the second site, clicks plus, does the third site and so on…
However, using a repeat also creates a new parent feature which I don't want to have. There should still be the same static sites, and only the related table should get updated.
Is there a way to achieve this?
A site note which might be relevant for this: There are two relationships. One is based on the site name, and the second one is based on GlobalID/ParentGlobalID. Using the submission URL method, I’m getting the error message that I have an Unsupported relationship type esriFieldTypeString in key SiteName for table SiteName