Page 1 of 1

How do display some fields for specific group of users?

Posted: 2015-12-11 14:44
by tymek2
I would like to display/hide some fields depending on MEMBERINFO->Group
It seems to me possible in table view using QueryFieldsTV property of Datalist object but I have no idea how to achieve that in details view?

Re: How do display some fields for specific group of users?

Posted: 2015-12-14 04:40
by a.gneady
You can use the tablename_dv hook for that purpose ... It allows you to edit the html of the detail view form before displaying it.
http://bigprof.com/appgini/help/advance ... blename_dv

Re: How do display some fields for specific group of users?

Posted: 2016-01-03 14:28
by Spani81
i have the some usecase and find no example to change the type of 'form-control' to 'form-control-static'