...
Which permissions are available to select in the Web Viewer is controlled by permissions.config and profile.config located on the web server.
...
By default the groups will be displayed in the web viewer, as in the screen dump above.
Templates
Profile.config can be used to define a set of groups and templates for users and organisations. The groups will become possible access rights choices in the web viewer and the templates will become a drop down to set several access rights choicesby just making one choice. A clarifyinmg text can be added. All will at the end be mapped to permissions.
Code Block | ||||
---|---|---|---|---|
| ||||
<PermissionTemplates>
<PermissionTemplate>
<Name>Default</Name>
<GroupNames>Price,PriceDisplayModes,PlaceOrder,Bulletin,Availability,MyAccount,SafetyParts</GroupNames>
</PermissionTemplate>
<PermissionTemplate>
<Name>Default Temporary Shipping Address</Name>
<GroupNames>Price,PriceDisplayModes,PlaceOrder,Bulletin,Availability,MyAccount,SafetyParts,TemporaryShippingAddress</GroupNames>
</PermissionTemplate>
</PermissionTemplates>
|
Code Block | ||||
---|---|---|---|---|
| ||||
<PermissionGroups>
<PermissionGroup>
<Name>Administrators</Name>
<Description>Permission to administer users, pricelists</Description>
</PermissionGroup>
<PermissionGroup>
<Name>LocalAdministrators</Name>
<Description>Permission to administer users in a region</Description>
</PermissionGroup>
</PermissionGroups>
|
Permissions.config
The permissions.config is located at:
...