Hi,
I have a hosted feature layer in AGOL collecting tree data, which I need some users to be able to add and delete new features. However, we have some contractors which need to edit this data in Field Maps, but i don't want them to be able to add or delete the features. I can only see I can amend the settings in the layer settings, but not disable these for a specific map for example, does anyone know another way around it?
Solved! Go to Solution.
Best practice - never share the Hosted Feature Layer.
Create Hosted Feature Layer View(s) from your original layer. Turn editing on/off on the View. Add the View to the map. Share the map and View to the group. Repeat as required.
e.g.
This way you can always control who has access to your data. Views let you filter, turn on editing settings (add, update or delete) and you can even disable editing on select fields.
Sharing the original feature service is not great as you lose all your options. You can't open/close doors to people when everyone is in the room already.
https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm
Best practice - never share the Hosted Feature Layer.
Create Hosted Feature Layer View(s) from your original layer. Turn editing on/off on the View. Add the View to the map. Share the map and View to the group. Repeat as required.
e.g.
This way you can always control who has access to your data. Views let you filter, turn on editing settings (add, update or delete) and you can even disable editing on select fields.
Sharing the original feature service is not great as you lose all your options. You can't open/close doors to people when everyone is in the room already.
https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm
Thank you so much for this!