Hide loockup field | AppGini 22.14

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Hide loockup field | AppGini 22.14

Post by Moh Youba » 2023-03-03 15:11

Hello
I hope you all doing great.
any help please

with the code below, I can make field read only for non admin users, I look the same to hide loockup field

thank you

code

case 'detailview':
if ($memberInfo['group'] != 'Admins') {
$footer="<%%FOOTER%%><script>\$j('#Container').attr('readonly','true')</script>";
}
else $footer='';
break;

Post Reply