| | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 1:09:23 PM Posts: 2,686, Visits: 1,888 |
| The security keys will be right on StandardForm... no templating required. Just set the permission key on the form to define the permission that is required to view/edit the form and then define the permission within the database (same functionality on the field-level, too).
www.bungie.net |
| | | | StrataFrame Novice
       
Group: StrataFrame Users Last Login: 08/23/2007 2:01:12 AM Posts: 77, Visits: 804 |
| | Hmm..how about the ability to allow users to change roles, permissions, etc.? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 4:50:35 PM Posts: 4,796, Visits: 4,766 |
| | Absolutely. There is a dialog form that you can display to the end-user to manage all of the roles, users, and permissions associated with the roles and users. It is very flexible and gives you complete control without actually having to write the end-user interface yourself. In the same approach we have taken throughout the framework, we have implemented features that give you as much or as little control over the security that you would need. |
| | | | StrataFrame Novice
       
Group: StrataFrame Users Last Login: 08/23/2007 2:01:12 AM Posts: 77, Visits: 804 |
| | | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 4:50:35 PM Posts: 4,796, Visits: 4,766 |
| I really think the security will "float your boat" . It is going to be a spectacular addition to the framework! |
| | | | StrataFrame Beginner
       
Group: Forum Members Last Login: 04/29/2008 4:59:41 AM Posts: 15, Visits: 33 |
| Hi, I can remeber if i saw this in the documentation somewhere. StrataFrame currently does support field level access, is this correct, and if it is how would this be affected or implemented with the additions you are doing to the security of forms right now.Wayne |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 4:50:35 PM Posts: 4,796, Visits: 4,766 |
| | 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. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 1:09:23 PM Posts: 2,686, Visits: 1,888 |
| In fact, we used the CheckFieldSecurity hook that was already in place to check the field level security, we just made it data-driven, like Trent said.
www.bungie.net |
| | | | StrataFrame Novice
       
Group: Forum Members Last Login: 01/10/2008 9:33:30 AM Posts: 65, Visits: 820 |
| | Hi, "You'll be happy to know that the security will be in the next release. Probably when 1.4.1 switches from pre-release to full release. " How close are we to the 1.4.1 full release and would it be possible to get a video sample of how these new security features can be used. Kari |
| | | | |
|