I have an AGOL Experience Builder app that uses a hosted Survey123 feature layer. In the app, I want a feature to be read-only in an editor widget if a certain attribute condition is true.
For example, if the feature is less than 15 minutes old (determined using an editor tracking field), then that means an AGOL scheduled task (TBD; limited to 15 min cycle) has not been run yet to copy the feature to a “record of original survey” archive layer. Since the feature has not been archived/copied yet (not true Esri archiving), I want to prevent edits until the feature has been archived. But I still want to see the feature in Experience Builder; I don’t want to hide it, I just want it to be read only.
What about having 2 layers views based on the attribute you what?
In your example : one editable layer with all features >15 minutes old, and another one read-only, with the newest features?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.