I am working on developing an invasive plant treatment project for use in offline Field Maps. Currently have related table of inspections related by an ident of incrementing number plus species code that is a holdover from managing the data manually in ArcMap.
Is it possible to have something like this work with multiple users working offline?
Could there be a script where new offline points have ident left null and when synced to AGOL all null idents are calculated to receive an incrementing ID to allow multiple users to submit?
I'm also wondering if the use of these idents is antiquated and no longer needed and tables should be related based off another attribute.
Thanks for any insight!
I've done similar things in the past using something like this:
The main downside of this is there could be a delay of a few hours between a record being submitted and it being visible to most users, however once it is displayed you can be sure that it's IDs and such will have been calculated correctly.