Permissions for a table field to appear based on user group

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
jkingston
Posts: 8
Joined: 2020-03-12 11:04

Permissions for a table field to appear based on user group

Post by jkingston » 2021-06-03 23:16

Hi All,

I was trying to work around some advanced permissions based on the user group level that is set up in appgini.

Specifically, lets say I have the table Timesheet with columns id, user, unit_rate, units, subtotal. With the default settings available in appgini, it is possible to either hide the column from display (and export to csv) in DV, but this would be applicable to everyone.

What I am looking to do is have the Managers group be able to view all columns in TV and DV, while the Workers group can only view the id, user, and units columns.

Has anyone else attempted to create permissions for the DV and TV based on groups?

Post Reply