If we need to create app to maintain Finance and HR department data. Let's take an example, I created HR & Finance App. I added two pages there, a) Employee Details b) Client Billing Details
I need to restrict user base on their role or access, how can I apply restriction for below
- Some users can see Employee Details only
- Some can see Client Billing Details only
- Some can see both
- few can Register New Employee and Few can delete them.
Also who have access for Employee Details page, I again need to restrict some column base on role, example :-
1) some user can see all employee details column except Salary Column
2) Only few can see salary column along with all other columns
Hi Vikas,
We typically advise users to create custom tailored apps for a specific user group. So if you have two user groups, it's best to have two apps. In the settings of the app you can then limit the accessibility of those apps to a specific user group.
To make this easier, we will be looking into an easy way to duplicate apps. This is currently sitting near the top of the backlog, so I expect this to be available in one of the coming version.
In the future, we could be looking into enabling/disabling controls for certain user groups.
Thanks for the update. Cloning App will be very helpful to create same app with restricted data for other groups in minimum time. Thank you so much