80 lines
5.1 KiB
HTML
Executable File
80 lines
5.1 KiB
HTML
Executable File
<!--
|
|
|
|
/*********************************************************************************
|
|
* The contents of this file are subject to the SugarCRM Enterprise Subscription
|
|
* Agreement ("License") which can be viewed at
|
|
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
|
|
* By installing or using this file, You have unconditionally agreed to the
|
|
* terms and conditions of the License, and You may not use this file except in
|
|
* compliance with the License. Under the terms of the license, You shall not,
|
|
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
|
|
* or otherwise transfer Your rights to the Software, and 2) use the Software
|
|
* for timesharing or service bureau purposes such as hosting the Software for
|
|
* commercial gain and/or for the benefit of a third party. Use of the Software
|
|
* may be subject to applicable fees and any use of the Software without first
|
|
* paying applicable fees is strictly prohibited. You do not have the right to
|
|
* remove SugarCRM copyrights from the source code or user interface.
|
|
*
|
|
* All copies of the Covered Code must include on each user interface screen:
|
|
* (i) the "Powered by SugarCRM" logo and
|
|
* (ii) the SugarCRM copyright notice
|
|
* in the same form as they appear in the distribution. See full license for
|
|
* requirements.
|
|
*
|
|
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
|
* in the License. Please refer to the License for the specific language
|
|
* governing these rights and limitations under the License. Portions created
|
|
* by SugarCRM are Copyright (C) 2004-2008 SugarCRM, Inc.; All Rights Reserved.
|
|
********************************************************************************/
|
|
|
|
/*********************************************************************************
|
|
|
|
********************************************************************************/
|
|
|
|
-->
|
|
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
|
|
<h1>Roles</h1>
|
|
|
|
<p>Use this page to view and set access permissions for the selected module.
|
|
|
|
You can set permissions at the module-level or at a field-level. The page displays the role's module-level permissions. To view field level permissions, select the module from the left panel. The page refreshes to display module level permissions in the top panel and field-level permissions in the bottom panel.
|
|
|
|
<p>Set module-level permissions as follows:
|
|
<ul>
|
|
<li>In the Access column, click <span class="helpButton">Not Set</span> and select <span class="helpButton">Enabled</span> to allow access, or <span class="helpButton">Disabled</span> to hide the module.
|
|
<li>In the Access Type column, select of the following:
|
|
<ul>
|
|
<li><span class="helpButton">Not Set</span>: to ensure that the role does not affect a particular setting.
|
|
<li><span class="helpButton">Normal</span>: to grant permissions to view and manage records depending on team membership.
|
|
<li><span class="helpButton">Admin</span>: to grant permissions to view and administer all records in the module regardless of team membership.
|
|
<li><span class="helpButton">Developer</span>: to grant developer privileges for the specified module. This allows the user access to the administration and developer tools, namely Studio, Workflow Management, and Dropdown Editor. However, the user needs the appropriate team membership to view and manage records.
|
|
<li><span class="helpButton">Admin & Developer</span>: to grant developer privileges for the specified module. This allows the user access to the administration and developer tools, namely Studio, Workflow Management, and Dropdown Editor. The user does not need team membership to view and manage records.
|
|
</ul>
|
|
<li>In the Delete column, click <span class="helpButton">Not Set</span> and select one of the following:
|
|
<ul>
|
|
<li>Select <span class="helpButton">All</span> to allow any user to delete records.
|
|
<li>Select <span class="helpButton">Owner</span> to allow only record owners to delete records.
|
|
<li>Select <span class="helpButton">None</span> to prevent all users from deleting records.
|
|
</ul>
|
|
Similarly, set permissions to edit records, export records, and import records. Set permissions for ListView in the List column. Set permissions for the DetailView in the View column.
|
|
|
|
<p>To set field-level permissions, click <span class="helpButton">Not Set</span> for the desired field and select one of the following:
|
|
<ul>
|
|
<li><span class="helpButton">Read/Write</span>: Allows all users to view and edit records.
|
|
<li><span class="helpButton">Read/Owner Write</span>: Allows all users to view the records; only the record owner can edit the record.
|
|
<li><span class="helpButton">Read Only</span>:Allows all users to only view the record.
|
|
<li><span class="helpButton">Owner Read/Owner Write</span>: Allows only the record owner to read and edit the record.
|
|
<li><span class="helpButton">>None</span>: Hides the field from all users.
|
|
</ul>
|
|
A field with a plus sign (+) indicates a field group. For example, Billing Street includes the City, State, Postalcode, and Country. The permissions that you set for such a field applies to the whole group.
|
|
|
|
<p>Click <span class="helpButton">Save</span> to save your changes.
|
|
|
|
|
|
|
|
|