Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{anchor:top}
{toc: class=contents}
h2. Role List
{styleclass: Class=topLink}[top|#top]{styleclass}
This section describes how roles are created and managed within Yellowfin.  Roles are allocated to users and define a set of functions that the user is permitted to access within the system. The role list is accessible via the Admin Console.  As a default you will have a number of pre-configured roles.  These are listed below.

!044roles.png!

 
h2. Sample Yellowfin Roles
{styleclass: Class=topLink}[top|#top]{styleclass}
When Yellowfin is initially deployed a standard set of roles is provided to you.  These are: 
||Administrator|The Yellowfin Administration role has access to database and user administration functions. These functions include managing users, groups and other configuration parameters.
It also has all the report writing and reading access supplied by the other roles below plus advanced functions, including:
SQL Reports, Public Publishing, Drill Through Reports, Discussion Admin Rights.|
||Public Writer|The Yellowfin Report Public writer has access for creating and editing Public reports.
All users that are to publish reports for Public use must have the Public Role to do so.
Reports created by a Yellowfin Public Writer can include drill through reports, multicast reports, and report emailing.| 
||Report Consumer|The Yellowfin Report Consumer can only read reports that have been published to the Public repository.
Access exists to favourites, a dashboard and report viewing.|
||Report Writer|The Yellowfin Report Writer has access to favourites, a dashboard and Private report creation. 
A Yellowfin report writer cannot produce reports with drill through, broadcast or MI capabilities.|

 
h2. Create Role
{styleclass: Class=topLink}[top|#top]{styleclass}
In order to create a new role you will need complete the following:
# Click on the *Add* button located at the bottom of the Roles list in the Admin Console
# You will now be taken to the Role Details page and will need to define these components:
!01roleDetails.png!
## Provide a meaningful Name and Description that outlines the purpose or use of the role
## Enable the role as Mandatory, Default, or Guest as required. (Optional)
|*Mandatory*|This means that once this role has been created, and at least one user assigned the role, when users are deleted Yellowfin will check the role to ensure there is always at least one user with this role in the system. So if you try to delete the only user assigned the Mandatory role you will experience the following error:
!01mandatoryError.png!|
|*Default Role*|This means that when a user is created in Yellowfin, either by an Administrator, or through LDAP, they will be assigned this role unless otherwise specified|
|*Guest Role*|Guest roles are used for accessing external content.|
## Select an existing public storyboard to present to new users from the [Welcome|User Welcomeようこそ] page. (Optional)
## Enable/Disable functions as required. A description of each function is available by hovering over the info icon on the right hand side. 
{color:#C00000}*Note:*{color} See _[Available Security Functions]_ for a full list.
!02functions.png!
## Define the CRUD permissions where required. Some functions will have a C R U D check list as part of the settings. The acronym CRUD refers to all of the major functions that need to be implemented.  Each letter in the acronym can be mapped to a standard SQL statement:
|*Create*|INSERT new records|
|*Read*|SELECT records from the database|
|*Update*|UPDATE records in the database|
|*Delete*|DELETE records in the database|
One example of CRUD access is for dashboards.  If a user only has R selected they will be able to read dashboard but not create new dashboard tabs or add reports to their tabs.  Whilst a user with CRUD will be able to create and delete dashboard tabs.
## The last option you have in the role settings is to specify what columns should be made available to users when viewing the report list. 
!03reportList.png!
# Click Save when you have completed editing to make your role available. 
{color:#C00000}*Note:*{color} Yellowfin will do a function check to ensure you do not breach your license agreement.


h2. Edit/Copy Role
{styleclass: Class=topLink}[top|#top]{styleclass}
In order to edit the permissions assigned to a role, or make a duplicate copy of a role to manipulate use the drop down list next to the role name on the Admin Console.

!04editCopy.png!


h2. Delete Role
{styleclass: Class=topLink}[top|#top]{styleclass}
In order to delete a role use the drop down list next to the role name on the Admin Console. You will then be prompted to confirm the deletion on a separate page.

!05delete.png!

{color:#CC0000}*Note:*{color} if there are users attached to a role you choose to delete, the users will also be removed from the system.

\\
\\
{horizontalrule}
{styleclass: Class=topLink}[top|#top]{styleclass}