I have an experience builder form with a Table Widget and an Edit Widget. I want users to select a records in the Table Widget and edit that selected record in the Edit Widget. So essentially, the table purpose is to view data and select records that need to be modified.
The issue I find is - when users select a record in the table, that record appears in the edit widget, which is what I need. But, users can edit the record in the Table Widget as well. Which I don't want them to do.
Under the Table Widget properties I have the "Allow editing" unchecked, so seemingly the users should not be able to edit records in the table itself, am I misunderstanding that option?
"Allow editing" is uncheck under the table widget properties
Users can edit data in the table widget by double-clicking the cell.
I'm using ArcGIS Enterprise 11.3
Solved! Go to Solution.
Hi @doronwen
Have you seen the following documentation
FAQ: Why is the Table Widget Editable When Allow Editing is Disabled in ArcGIS Experience
If you are and admin or owner of the data or a custom role with elevated privileges you will the data as editable
Hi @doronwen
Have you seen the following documentation
FAQ: Why is the Table Widget Editable When Allow Editing is Disabled in ArcGIS Experience
If you are and admin or owner of the data or a custom role with elevated privileges you will the data as editable
@DanielFox1 thank you! I just checked it again with another user that has a different user type/role than me and was able to verify that was the case.