I have created an app, for my team to update the status of an order,
As a data I have only 1 Table, from which i have created different slices and using those slices as a view,
the issue is automatically a view (All orders) is generated from the Main table which have all the data , i have even set that view under Menu Option, now I don’t want user to update the status from that particular (All orders) view.
editing or updating should only happen from the primary view grid not from Menu grid
also I am uploading a screen shot of UX, and there i have marked what all view i don’t want and i wanted to remove but somehow i m unable to…
From what I recall, there are ‘system generated’ views that you are unable to delete. In your case, since you have a view for all rows vs the slice in your menu, by default Appsheet would retain the Detail and Form view. What I may recommend is that you go to your ‘Actions’, find the Edit option for your table and in the behavior section ‘Only if this condition is true’ use CONTEXT() to hide the ‘Edit’ button.
You can’t make views read-only; you can only make data read-only. To prevent users from editing data you have to design your app so users never view editable data.