Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
StrataFrame does currently support field level security but it is not data driven. Without the security module you would have to manually capture the CheckFieldSecurity event and program your logic. With the security module it is data driven allowing a permission to be associated with the field level access. For example, one type of role (or a specific user) may be able read the address information but not write to it. So the role or user account will either be assigned a field level permission with an action assigned. An action determines the type of access. For example: write, readonly, blank, blank with message, replacement characters, and regex replacement. So the field level security can be data driven and will respect the users permissions.
|