I have a bunch of forms that will be either editable or readonly, based on the user's permission.
My first try was to create the permission, then use roles to either allow GRANT or READONLY. I assigned this permission to the forms.....doh, that doesn't work as forms only work with GRANT (anything else is deny).
As I look at the options and the help file, I'm getting lost. I obviously need to set the permission at the BO level, but I'm confused as to how. Specifically, these issues are confusing me:
- there are four security settings on a BO. Do I need to set them for add,delete and update? I understand query is only related to auditing, so that one I won't set (right?)
- The help file says (in the "Security Keys on Forms and Business Objects") to not allow readonly when for permissions that attach to business objects or fields. So, forms don't accept it and business object and fields don't either...I'm confused
- Are maintenance toolbars manages when permission is readonly? How?
So, how do I configure RBS to have a form that is readonly or editable based on a permission?