Is it possible to auto increment a field of a document when performing a replication?
I have an application where a user can place markers on a map and I need to number these markers sequentially so that they can be referenced in a report. Users place these markers using a mobile client so assigning the numbers client side will cause conflicts when the database is replicated.
Is it possible to assign sequential numbers during the replication process in order to prevent conflicts?