Roles / Role AccessType - AccessFlag
I am having difficulty determining how to set up Roles and Role pages in the Database.
Issue:
The Roles.aspx does not display in the menu..unless I set IsAlwaysEnabled = true
Issue:
When I set IsAlwaysEnabled = true, the Edit link seems to collect all the role screen data, but throws an error before the screen displays?
My setup
I don't make a Role.aspx entry for ENTMenuItem, ENTCapabilities etc
I added Roles.aspx to
ENTMenuItem
ENTCapability AccessType zero [ReadOnlyEdit]
ENTRoleCapability Has AccessFlag = 2[Edit] and ties Administration role to
my ENTUserAccountID
Any assist is greatly appreciated
|