StrataFrame Forum

Field Security

http://forum.strataframe.net/Topic1690.aspx

By Wang Tong Yin - 6/28/2006

Hi,

How to implement field security in StrataFrame?

By StrataFrame Team - 6/29/2006

The main security implementation is currently under development (that will allow you to define users, roles, contexts, etc. within the application).  However, the hooks for the security are currently implemented and in order to check field-level security, you must simply handle the CheckFieldSecurity event on a business object and set the appropriate values within the event arguments to enable/disable/make read-only the controls.

Once the complete security implementation has been released, you will set a permission key on a business object's field and that permission key will be tested by the currently logged on user to determine whether the field can be accessed.

By Eduardo Luiz Gomes - 4/25/2011

Hello
I'm trying to implement the Security Field in a bussines object. But the example of thedocumentation is outdated. Does anyone have a working example that you can share?

Thank's.
By Ivan George Borges - 4/25/2011

Hi Eduardo.

Are you looking at the help file under Role-Based Security -> Defining Security within the Application -> Assigning Security Keys -> Field-Level Security Keys ?