I have built a simple module simply using Module Builder in SugarCRM Community Edition.
This is a really basic module to hold FTP/Server logins for different accounts.
The problem I have now, is I do not want just any user in Sugar to be able to see my Password field which holds passwords for each record. I would lkike to restrict this to admin users only or a certain user type.
Any ideas how I can do this in CE?
I see that I can create an Access Role in Sugar and simply restrict access to the whole module. This might work but it would be really nice if I could do it in code or simply just restrict my "password" field in my module to admin only view.