Table with 10 columns. One of the users must see only 3 columns

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
facos79
Veteran Member
Posts: 115
Joined: 2014-10-29 12:31

Table with 10 columns. One of the users must see only 3 columns

Post by facos79 » 2019-04-26 16:31

Hi, there are 3 users who have access to a table of 10 columns. I would like one of the users to see only 3 of the 10 columns available. How can I do? I tried to create a second identical table and create a trigger using phpmyadmin but the table in question contains columns with formulas that calculate the total and by triggering these formulas are not reported on the second table.
How can I proceed? I would like to use the hooks if possible and not create external code.
Thanks in advance for support.
Greetings


Post Reply