Select to view content in your preferred language

Non-Editable Reference Only Layers in Offline Field Maps

413
1
11-12-2024 10:17 AM
emoreno
Regular Contributor

Hello ESRI Community!

I am having an issue similar to that expressed in this post: Taking map with some non editable layers offline - Esri Community

We have a layer that we'd like our Field workers to use as reference only, but that layer needs to contain live data. We've published it from our .sde to our Portal (10.9.1) and shared through a distributed collaboration to our AGOL so we can use Field Maps Designer for better functionality. However, this layer is preventing us from taking our map offline, as there is the need for GlobalIDs and to enable sync.

Is there a way to have non-editable, reference only layers in an offline field map without adding having a versioned sde, adding global IDs, and enabling sync? Our sde is versioned already, but the entire sde is overwritten every night with updated data, so the globalID value would change every night that the script runs. Would the globalID's changing nightly even matter if this layer wouldn't be edited?

Additionally, I understand that the globalIDs would be used to track changes made to that feature when the map is taken offline, but why is it necessary if I've configured the layer to be noneditable? What if I was not the owner of the layer and did not have the ability to make these updates, as expressed in the post above?

Any insight on this issue would be greatly appreciated. Thank you! 

0 Kudos
1 Reply
ChristopherCounsell
MVP Regular Contributor

The documentation does a reasonable job of covering it

https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/prepare-feature-layer-data-...

The globalid requirement works both ways. The replicas created for offline use would need them for syncing the changes you made overnight on the server side.

0 Kudos