- Posts: 1
- Thank you received: 0
Is it possible to allow specific users to edit the contents of the data they are viewing?
What I need is usergroups that will view and edit the data and some usergroups that will only be able to view the data.
Please Log in or Create an account to join the conversation.
Hi,
You can limit access by using additional where condition with a dynamic parameter @group_id which gets replaced during the code execution by the id of the group that the logged in user belongs to.
Unfortunately Table JX does not support data editing.
Please Log in or Create an account to join the conversation.