I have a table based on a Contact model. Users can change data in the table, but when a save button is clicked a javascript snippet is run and instead of updating the Contact model, data is pushed to another model and that model is saved.
That all works great, except when I have a running user who does not have edit permission on the Contact object. In such cases, the table is read-only (which makes sense but is a problem in this case).
The Contact model is never actually saved, so the user does not need edit permission based on saving data, but they do need to be able to use the table in edit mode.
Is there anyway to override this feature and set the table to edit mode despite the user’s lack of permission on the underlying object?
Any help is appreciated.
Question
Override user permissions to make table editable
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
