Hello.
I would like to know if i can restrict deletion of single features after status is changed.
My problem is this: I currently have users that are able to create and edit points on my hosted feature layer. They use them to access url links to survey123 forms and fill info on each of them. After completion, i have a "status" column that is edited only by me. I would like to lock each individual feature (avoid further edit and deletion) after the point gets to a certain status. I hope to use webhooks as a trigger of this operation, similar to what i achieve on my s123 webhooks.
Is there a way to achive this selective lock ?? I need to only restrict edition on those specific points , while keep the rest of the layer editable.
Thanks in advance!