Hi, i'm using the edit widget to allow users to add point features to a feature service and it's working really well, however at the moment everyone can edit all the features within the database.
i want to allow that either:
users can only modify their own created features OR
features can only be added to the database, not modified once added
if it's the latter i can then use the pop-ups to allow viewing of the data
Great work. Your code samples helped a ton. I've been looking at doing this for a while and now finally have been able to implement it in my applications.