Difference between revisions of "Visibility Permissions"

From SmartWiki
Jump to: navigation, search
(Miscellaneous Logic)
Line 153: Line 153:
  
 
===Miscellaneous Logic===
 
===Miscellaneous Logic===
 +
* '''Enable Contact Group Email'''<!--SHOWCONTACTGROUPEMAIL--> -
 +
* '''Enable Associate Group Email'''<!--SHOWAFFILIATEGROUPEMAIL--> -
 +
* '''Hide New Activity Button'''<!--BUTNEWACT--> -
 +
* '''Hide Calendar Settings'''<!--HIDECALENDARSETTINGS--> -
 +
* '''Hide Calendar Notes'''<!--HIDECALENDARNOTES--> -
 +
* '''Hide Print Report Button'''<!--DISABLEPRINTREPORT--> -
 +
* '''Hide Dashboards'''<!--HIDEDASHBOARDS--> -
 +
* '''Hide Pin Board'''<!--HIDEPINBOARD--> -
 +
* '''Smart Folders - Hide Notes'''<!--HIDEFOLDERNOTE--> -
 +
* '''Smart Folders - Hide Details'''<!--HIDEFOLDERDETAILS--> -
  
 
===Component Action Permission===
 
===Component Action Permission===

Revision as of 15:11, 21 July 2014

Overview

Visibility Permissions (formerly known as Advanced Logic) allow for system administrators to personalize their copy of SmartSimple to make various system objects available to users in different roles. Logic can also be set to control the visibility of system objects according to a set of criteria.

System Objects include things such as the Copy or New buttons on a record, or the Edit button on a user profile.

Visibility Permissions can be set at two different levels:

  • At the UTA level, for each individual and
  • At the Global Settings level, controlling visibility for objects throughout your copy of SmartSimple.

Setting a Visibility Permission

For each Visibility Permission, logic can be set determining the visibility of a given system object. Roles can also be specified that are permitted or denied visibility of the system object.

In the below example, only users with the role of Staff or System Administrator can copy a record, and the record must also have a Type of "General Community." If either of these conditions (role or record type) is not true, the Copy button will not be visible.

VisibilityPermissionExample.png

  • Visibility Permissions that start with Enable or Show refer to system objects that are not visible by default.
    Accordingly, when Enable Copy, for example, evaluates as true, the Copy button will be visible and will not be visible when the Visibility Permission evaluates to false or is not set.
  • Visibility Permissions that start with Disable, Hide or Limit refer to system objects that are visible by default.
    Accordingly, when Hide Notes evaluates as true, Notes will not be visible and will only be visible when the Visibility Permission evaluates to false or is not set.

Examples of Visibility Logic

  • True if the Level 1 status is 'Draft':
'@opportunity.status@'='Draft'
            or
'@opportunity.status@' In ('Draft')


  • True unless the Level 1 status is 'Draft' or 'Open':
'@opportunity.status@' Not In ('Draft','Open') 


  • For a visibility permission based on the startdate or enddate standard fields:
  • Use '@fullstartdate@' rather than '@startdate@' and '@fullenddate@' rather than '@enddate@'.
This will format the stored date as yyyy-mm-dd so it can be compared using < and >.
'@fullstartdate@' >= '2009-05-01'


  • True if today's date is after the Start Date:
now()>'@fullstartdate@'


  • Never True
1=0 
            or
false


  • Always True
1=1
            or
true

UTA-level Visibility Permissions

To access UTA-level Visibility Permissions, click on the Security tab of the UTA Settings Page, then click on the hyperlink for Visibility Permissions. UTAVisConLink.png

Up to four tabs will be displayed on the Visibility Permissions page.

  • Level 1 Logic
  • Level 2 Logic
  • Level 3 Logic and
  • Miscellaneous Logic

The terms Level 1 through 3 will be translated by the system to the terminology used in your . In the example below, Level 1s have been renamed to Grants, Level 2s have been renamed to Activities, and Level 3s are not being used. Therefore, the Level 1 Logic tab is displayed as Grant Logic, the Level 2 Logic tab as Activity Logic and the Level 3 Logic tab is not shown.

VisConPage.png

Level 1 Logic

The Level 1 Logic tab of the UTA Visibility Permissions page contains the following visibility permission settings:

  • Limit Create Access To - Controls visibility of New button on UTA Level 1 records. Visible by default.
  • Disable View Menu - Controls visibility of View button on UTA Level 1 records. Visible by default.
  • Enable Copy - Controls visibility of Copy button on UTA Level 1 records. Hidden by default. See Copying UTA Records for instructions on configuration of copy settings.
  • Enable Forms - Controls visibility of Forms button on UTA Level 1 records. Hidden by default. The Forms button can also be hidden by the Disable Forms Tab setting on the Level 1 Settings page.
  • Enable Notes - Controls visibility of Notes on UTA Level 1 records. Hidden by default.
  • Hide Public Notes - Controls visibility of public Notes, the default note type. Visible by default when Notes are enabled.
  • Enable Print Preview - Controls visibility of Print Preview button on UTA Level 1 records. Hidden by default.
  • Enable Group Email - Controls visibility of Group Email button on UTA Level 1 records. Hidden by default.
  • Enable User Group for Contacts - Controls visibility of User Groups feature on Contacts standard field on UTA Level 1 records. Hidden by default.
  • Disable Contacts Hyperlinks - Controls whether or not contacts added to a Level 1 UTA record are hyperlinked to the contact profile. Enabled by default.
  • Disable Companies Hyperlinks - Controls whether or not companies added to a Level 1 UTA record are hyperlinked to the company profile. Enabled by default.

Level 2 Logic

The Level 2 Logic tab of the UTA Visibility Permissions page contains the following visibility permission settings:

  • Limit Create Access To - Controls visibility of New button on UTA Level 2 records. Visible by default.
  • Enable Copy - Controls visibility of Copy button on UTA Level 2 records. Hidden by default. See Copying UTA Records for instructions on configuration of copy settings.
  • Enable Notes - Controls visibility of Notes on UTA Level 2 records. Hidden by default.
  • Hide Public Notes - Controls visibility of public Notes, the default note type. Visible by default when Notes are enabled.
  • Enable Print Preview - Controls visibility of Print Preview button on UTA Level 2 records. Hidden by default.
  • Enable Group Email - Controls visibility of Group Email button on UTA Level 2 records. Hidden by default.
  • Enable User Group for Contacts - Controls visibility of User Groups feature on Contacts standard field on UTA Level 2 records. Hidden by default.
  • Show Lookup Picker for Contacts - Controls visibility of Lookup button when selecting contacts for UTA Level 2 records. Hidden by default.

Level 3 Logic

The Level 3 Logic tab of the UTA Visibility Permissions page contains the following visibility permission settings:

  • Enable Copy - Controls visibility of Copy button on UTA Level 3 records. Hidden by default. See Copying UTA Records for instructions on configuration of copy settings.
  • Enable Notes - Controls visibility of Notes on UTA Level 3 records. Hidden by default.
  • Hide Public Notes - Controls visibility of public Notes, the default note type. Visible by default when Notes are enabled.
  • Enable Print Preview - Controls visibility of Print Preview button on UTA Level 3 records. Hidden by default.
  • Enable Group Email - Controls visibility of Group Email button on UTA Level 3 records. Hidden by default.
  • Enable User Group for Contacts - Controls visibility of User Groups feature on Contacts standard field on UTA Level 3 records. Hidden by default.

Miscellaneous Logic

The Miscellaneous Logic tab of the UTA Visibility Permissions page contains the following visibility permission settings:

  • Enable Transaction Create -
  • Enable Time Entry Create -
  • Enable Time Entry Create from Grants -
  • Disable Main Time & Expense Tab -
  • Disable Main Invoice Tab -
  • Enable Void Invoice -

Global Visibility Permissions

Company Permission

  • Limit View Access To -
  • Limit Edit Access To -
  • Limit Create Access To -
  • Show Duplicate Check -
  • Show Organization Verification -
  • Hide New Button -
  • Hide Activities -
  • Hide Notes -
  • Hide Print Preview -
  • Hide Settings Menu -
  • Hide Categories -
  • Hide Icon Links -
  • Hide Organization Chart -
  • Hide Associates -
  • Hide Forms -


User Permission

  • Limit View Access To -
  • Limit Edit Access To -
  • Limit Create Access To -
  • Show Duplicate Check -
  • Hide Notes -
  • Hide Print Preview -
  • Hide Menu Bar -
  • Hide Settings Menu -
  • Hide View Menu -
  • Hide Email Hyper Link -
  • Hide Associates -
  • Hide Assignment History -
  • Hide Forms -

Transactions Logic

  • Limit Company/User Transactions Create Access To -
  • Limit Company/User Transactions Edit Access To -
  • Enable Attribution -

Miscellaneous Logic

  • Enable Contact Group Email -
  • Enable Associate Group Email -
  • Hide New Activity Button -
  • Hide Calendar Settings -
  • Hide Calendar Notes -
  • Hide Print Report Button -
  • Hide Dashboards -
  • Hide Pin Board -
  • Smart Folders - Hide Notes -
  • Smart Folders - Hide Details -

Component Action Permission

  • Activity - Disable Delete - Applies to activities created under the company, user, or calendar. Activities for leads and opportunities in Sales Tracking will not be affected.
  • Activity - Disable Edit - Applies to activities created under the company, user, or calendar. Activities for leads and opportunities in Sales Tracking will not be affected.
  • Activity - Hide Activities Tab in Company Profile - The Activity tab on company profiles is hidden for roles that have this restriction.
  • Calendars - Create - Enables roles to create additional new calendars. All users have full control of their personal calendar regardless of this permission.
  • Calendars - Manager - Enables roles to view and add entries to calendars. All users have full control of their personal calendar regardless of this permission.
  • Discussion Groups - Access - Enables roles to access Discussion Groups.
  • Discussion Groups - Create - Enables roles to create Discussion Groups.
  • Notes - View Only - Roles with this restriction are not able to edit Notes.
  • People Relationships - Access - Roles with this permission are able to view relationship diagrams and add new relationships between contacts but only using the defined relationship types.
  • People Relationships - Edit - Roles with this permission are able to create types or relationships such as colleague, partner spouse, etc.
  • Public Filters and Templates - Create - Roles with this permission are able to share search filters, and email templates with all other users. All users can create filters and message templates, but the user needs to be in a role associated with this visibility permission in order to make the filter or template public.
  • Reports - Export Data - Roles with this permission are able to export data from reports.
  • Reports - Manager - Roles with this permission are able to create reports, graphs based on those reports, and dashboards combining those graphs. Once created, each report and dashboard can be permissioned to other roles to view, but not to modify.
  • Reports - Web Pages - Statistics - Roles with this permission are able to view the statistics associated with external web pages – these include pages associated with the Applicant Tracking System, Sign-Up Pages and any web pages accessed from SmartFolders. See Web Traffic Metrics for more information.
  • Skills & Resume - Edit - Roles with this permission can edit skills and resumes.
  • Smart Folders - Manager - Roles with this permission can edit Smart Folders.
  • Workflows - Attach Workflow to Company - Roles with this permission are able to configure a Company-type workflow to be triggered by a new company or modifications to a company record.
  • Workflows - Manager - Roles with this permission are able to create and edit workflows. Users without this permission can participate in workflow-driven processes, but are not able to view, edit or create new workflows.

Miscellaneous Feature Permission

  • Enable Transaction Create -
  • Enable Time Entry Create -
  • Enable Time Entry Create from Grants -
  • Disable Main Time & Expense Tab -
  • Disable Main Invoice Tab -
  • Enable Void Invoice -