This topic is locked

hiding table fields based on group

8/12/2008 10:59:11 PM
PHPRunner General questions
E
emsurban author

is it possible to hide a specific field in the table based on the user group? For example, i have employee table with firstname, lastname and birthday. What i want is if the user is part of the admin group, he/she can view these 3 fields, however if he is part of guest group he can only view firstname and last name field. is this possible?