I know this might be a very rare case, but in this case, I only need to allow users to update an existing record without letting them to delete or create a new record.
Do you have any suggestion or can you think of any approach that I can implement to add that functionality?
Disable Create and Delete
Hi
Is there any way to disable Create and Delete action and just to allow update?
Also is there any way to change the default view (basically filter the result based on a column value? for example all active members.
Thanks
Ali
Filter yes, you can hook into the event model and update the query, there are some exampkes on the forum here,
Only update I don't think so, read only yes but it's read only or crud
Thanks Tim.
I know this might be a very rare case, but in this case, I only need to allow users to update an existing record without letting them to delete or create a new record.
Do you have any suggestion or can you think of any approach that I can implement to add that functionality?
You can always fork and tweak or you could do some backoffice tweaking and just hide the options with some js/css logic...
Hi Tim,
Thanks, I ended up just removing the delete and create button from the UI. that should do the trick for now.
Cheers
Ali
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.