[This is preliminary documentation and is subject to change.]

Creates the enumeration of Access permissions for all the functions in the system.This file will need to be modified when a new function is introduced in the system.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum AccessFunction
Visual Basic (Declaration)
Public Enumeration AccessFunction
Visual C++
public enum class AccessFunction

Members

Member nameDescription
DocumentsUpload
The access permission of the document uploaded. User needs this access permission to be able to upload document into OfficeClip.
DocumentsAddFolder
The access permission for adding a folder in the document management. system.
CreateEditTasks
Permission for creating and editing new tasks.
DocumentsCopy
The access permission for moving and copying documents in OfficeClip.
DocumentsShare
The access permission for the ability to share documents in OfficeClip. Sharing a document will enable OfficeClip users to allow non-OfficeClip users to view the document.
DocumentsRename
The access permission for renaming the documents in OfficeClip.
DocumentsDelete
The access permission for deleting documents in OfficeClip.
TrackerDelete
No operation kept for backward compatability reasons.
BulletinBoardCreateNewForum
Access Permission for creating New forum in the bulletin board.
BulletinBoardCreateNewTopic
Access permission for creating new topics in the bulletin board.
BulletinBoardPostReply
Access permission for posting a new reply in the bulletin board.
CalendarCreateNewGroupEvent
Access permission for creating a new group event.
CalendarSyncEvent
Access permission for synchronizing events with the OfficeClip calendar.
AlertsCreateNew
Access permission for creating new events in the calendar
OfficeAgentSyncGroupList
Access permission for synchronizing group list in the User Manager application.
TrackerEditCase
No operation, kept for backward compatability reasons.
OfficeAgentCreateNewGroup
Access permission for creating a new group in the tracker.
TrackerCreateNewCase
Access permission for creating a new case in the tracker.
TrackerSync
Access permission for synchronizing tracker cases with the outside world.
AnnouncementsCreateNew
Access permission for creating new announcements.
TimeExpensesAccessTimeSheet
Access permission for accessing timesheet from Time and Expense reporting module.
PollsCreateNew
Access permission for creating a new poll
TimeExpensesAccessExpenseReport
Access permission for accessing expense reports from the Time and Expense reporting module
ShowPermissionLinks
No operation, kept for backward compatability reasons.
AssignContacts
No operation, kept for backward compatability reasons.
AssignTasks
No operation, kept for backward compatability reasons.
ShowCalendarPlanner
No operation, kept for backward compatability reasons.
ContactManageCampaigns
Manage Contact Campaigns.
ContactViewReport
Contact View Reports.
HomePageAddMembers
Access Permission for Adding members in the home page.
HomePageCreateNewBookmarks
Access permission for creating new bookmarks in the home page.
NoOperation
No operation, Use this as a placeholder.
CreateContact
Access Permission for Creating a Contact.
EditContact
Access Permission for Editing a Contact.
AssignAccount
No operation, kept for backward compatability reasons.
AccountViewReport
Account View Reports
CreateAccount
Access Permission for Creating an Account.
EditAccount
Access Permission for Editing an Account.
AssignOpportunity
No operation, kept for backward compatability reasons.
CreateOpportunity
Access Permission for Creating an Opportunity.
EditOpportunity
Access Permission for Editing an Opportunity.
OpportunityReport
The opportunity report
ExtranetItemEdit
Extranet Item Edit
ExtranetUserEdit
Extranet User Edit
ProjectsCreateEdit
Edit or create a new project
ProjectsViewDetail
Allows users to view the detail of the project
AccountsViewDetail
Allows users to view the detail of the account or project
AccessFunctionSize
The size of the accessfunction, this parameters needs to be changed when a new fucntion is added

See Also