Servoy’s granular security is great. However, the forms, fields, etc. shown under the “Forms” tab of the Security screen contain names that are meaningful to the developer, but not to the user who would like apply granular security. Therefore, I as a developer would like to be able to:
(1) selectively omit individual forms, fields, and other layout elements from the Security “Forms” tab so the end user can not see them
(2) assign an “alias” name to individual forms, fields, and other layout elements that would be seen as that object’s name under the Security “Forms” tab.
You can already omit any NAMED form object. Simply make sure each object has the NAME property filled out (you can all it whatever you want) - and then set the “viewable” checkbox of that item to FALSE (uncheck).
I am referring to what the end user who is an administrator sees when he/she goes into Tools\Security\Administrators\Forms. Currently all the forms and form elements from the solution are listed.
I would like to have the ability to limit the number of forms that the administrator can see in this list and be able to rename the forms and elements in this list without changing their names within the solution.