EMC Documentum Connector for Microsoft SharePoint Farm Solution

Size: px
Start display at page:

Download "EMC Documentum Connector for Microsoft SharePoint Farm Solution"

Transcription

1 EMC Documentum Connector for Microsoft SharePoint Farm Solution Version 7.2 Content Management Guide EMC Corporation Corporate Headquarters Hopkinton, MA

2 Legal Notice Copyright EMC Corporation. All Rights Reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED AS IS. EMC CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. Adobe and Adobe PDF Library are trademarks or registered trademarks of Adobe Systems Inc. in the U.S. and other countries. All other trademarks used herein are the property of their respective owners. Documentation Feedback Your opinion matters. We want to hear from you regarding our product documentation. If you have feedback about how we can make our documentation better or easier to use, please send us your feedback directly at ECD.Documentation.Feedback@emc.com

3 Table of Contents Preface... 5 Chapter 1 Overview... 7 Chapter 2 Using Web Parts... 9 Browse Web Part... 9 Managing Content Managing Cabinets and Folders Managing Documents Uploading Documents Checking Out a Document Checking in a Document Adding a Document to the Clipboard Filtering Results Managing Subscriptions Managing Lifecycles Managing Workflows Checked Out Files Web Part Configuration Web Part D2 Browse Web Part Creating a New Document Uploading Documents Checking Out a Document Checking In a Document Federated Search Web Part Home Cabinet Web Part Inbox Web Part Quickflow Web Part Search Web Part Basic Search Advanced Search Saved Search Subscriptions Web Part Workflow Web Part Shared Web Parts

4 Table of Contents 4

5 Preface Intended Audience This document is intended for users who need to manage content between EMC Documentum and Microsoft SharePoint. Revision History Revision Date December 2015 Description Initial publication. 5

6 Preface 6

7 Overview Chapter 1 EMC Documentum Connector for Microsoft SharePoint Farm Solution connects the Microsoft SharePoint and EMC Documentum platforms so that you can take leverage complimentary benefits of both systems across your organization. Connector for SharePoint Farm Solution provides end users with a familiar and intuitive interface for Microsoft Office integration, social networking, and collaboration. Connector for SharePoint Farm Solution also provides the scalability, storage management, federated search, business process management, records and retention management capabilities of the Documentum enterprise content management platform. 7

8 Overview 8

9 Chapter 2 This chapter includes the following topics: Browse Web Part, page 9 Checked Out Files Web Part, page 18 Configuration Web Part, page 18 D2 Browse Web Part, page 18 Federated Search Web Part, page 22 Home Cabinet Web Part, page 22 Inbox Web Part, page 23 Quickflow Web Part, page 23 Search Web Part, page 23 Subscriptions Web Part, page 24 Workflow Web Part, page 24 Shared Web Parts, page 25 Browse Web Part Use the Browse Web Part to browse a Documentum repository and perform operations on documents. The Browse Web Part also provides options for you to manage subscriptions, lifecycles, and workflows. After you add a Browse Web Part to a SharePoint page, click the menu arrow in the Web Part and select Edit Web Part to configure the Browse Web Part. If you cannot access the configuration page, contact your system administrator. The Browser Web Part also supports lifecycle driven data dictionary properties. The Browse Web Part provides the following configuration options for accessing and displaying the content of a Documentum repository: 9

10 Configuration Option Repository Maximum Number of Rows to Display Root view Description Specifies the Documentum repository. You might be asked to enter the credentials to access the repository. The credentials used to log in to the selected repository are based on the username and password of the user currently logged in to SharePoint. If you are not sure about the credentials, contact your system administrator. Specifies the maximum number of rows to display in one page. Sets the folder path, object ID, or DQL query to display in the root view. The following are the attributes you must select for a DQL query: object_name r_object_id r_object_type r_lock_owner i_chronicle_id a_content_type r_is_virtual_doc The Name column is used as the default sorting column for the result of a DQL query. The default sorting is in ascending order. You can change the sorting order by clicking other columns. You can add the ORDER BY clause to a DQL query to define a custom sorting order. For example, the following setting specifies to sort the DQL query result by object_name: Display a row for Home Cabinet select r_object_id, object_name, authors, r_object_type, i_chronicle_id, a_content_type, r_lock_owner, r_is_virtual_doc from dm_document where object_name like 'doc%' order by object_name desc The ORDER BY clause is ignored after you click other columns to change the sorting order. Specifies whether to display a row for the Home Cabinet. The Home Cabinet is designated by the Home Cabinet icon. You can also access the Home Cabinet by using the Home Cabinet Web Part. 10

11 Configuration Option Display a row for Subscriptions Choose a default document type Select the columns to display Description Specifies whether to display a row for subscriptions. Subscriptions provide quick access to frequently accessed cabinets, folders, and documents. The Subscriptions row is designated by the subscription icon. You can also access subscriptions by using the Subscriptions Web Part. Specifies the default type of documents to display. By default, the Browse Web Part displays all documents that are a type or subtype of dm_document. Specifies the attribute columns to display and the order of displaying the attribute columns. You can add or remove columns for different types. You can also move up or move down columns to change the order to display. Managing Content You can use the Browse Web Part to browse a Documentum repository and perform operations on cabinets, folders, and documents. The security settings determine the actions available. If an action is not available to you, you may not have the permission to perform the action or perform the action in the given folder location. Managing Cabinets and Folders Cabinets are folders located at the highest level of a repository. A cabinet can contain one or more files and folders. The home cabinet of a user is the default primary location for a new document that the user creates. The Browse Web Part displays cabinets at the home level, as shown in the following figure: Click a cabinet to open the cabinet and view its folders and files. Use the Home Cabinet Web Part, page 22, if you want to set the home cabinet of a repository as the home level and browse only the home cabinet. You can create folders under cabinets to save and organize documents. Click New Folder and specify the folder name and folder type to create a new folder. Right-click a folder to select folder operations that you have permission to perform, such as deleting a folder, editing folder properties, and viewing folder history. Managing Documents The following table lists the document operation tasks you can complete by using the Browse Web Part: 11

12 Task Creating a new document Viewing a document Checking out a document Checking in a document Uploading a document Editing a document Editing document properties Viewing document history Creating a document rendition Deleting a document Description Click New Document from the menu bar. You need to specify the document name and select the document type, format, and template. Do not use spaces in file names. If you use spaces in a document file name, makes the following changes to the file name when you download the document: Using the object_name value as the file name if the document has a known object type Replacing spaces with underscores if the document has an unknown object type Click a document to view. You can choose to open the document directly or save the document for open. You can also right-click the document and select Open. Right-click the document and select Check Out or Check Out to SharePoint. Checking Out a Document, page 14, contains further instructions. Right-click the document and select Check In. You can also check in a document from a SharePoint library by selecting the document in the SharePoint library and clicking Check In to Documentum in the ribbon. Checking in a Document, page 14, contains further instructions. Click Upload from the menu bar. You can also upload a document from a SharePoint library by selecting the document in the SharePoint library and clicking Check In to Documentum in the ribbon. Uploading Documents, page 13, contains further instructions. To edit a document, you must check out the document from the repository. Checking out a document places a symbolic lock on the document and prevents others from editing the document at the same time. After you complete editing the document, check in the document to the repository and the lock is automatically removed. Right-click the document and select Properties. After you save the changes to the properties, click Refresh in the Browse Web Part to reflect the changes in the Web Part view. Right-click the document and select Document History. Right-click the document and select Request Rendition. A rendition is a copy of a document stored in a different format. You can create HTML and PDF renditions of documents in a repository. Right-click the document and select Delete. You can select whether to delete the selected version or delete all versions. You cannot restore a document after you delete it. 12

13 Uploading Documents You can upload documents to a repository in the following ways: Uploading a single document Uploading multiple documents Uploading a document from SharePoint Uploading a Single Document 1. Navigate to the repository location to which you want to upload a document. 2. Click Upload in the Web Part. The Documentum File Upload page opens. 3. Click Browse next to the File text box to browse to the document you want to upload. 4. Enter the name of the document to appear in the Documentum repository. The default name is the current filename. 5. Click the Document Type menu to set the document type of the document. The default is Document (dm_document). 6. Click Upload to upload the document. If you upload a document as a document type that is not Document (dm_document), the Properties page opens after you click Upload. Set custom properties for the document and click Finish. The current repository location automatically refreshes to show the uploaded document. Uploading Multiple Documents 1. Navigate to the repository location to which you want to upload multiple documents. 2. Click Upload in the Web Part. The Documentum File Upload page opens. 3. Click the Upload Multiple Files link. The Documentum Multiple File Upload page opens. 4. Add documents using one of the following ways: Drag documents into the files list box. Click the Select Files button and browse for files. 5. Set the document type of each document by selecting the document and clicking Document Type to select a document type. You can select Same document type for all documents to use the same document type for all the documents you select for upload. 6. (Optional) Click Set Properties to set the properties of a document. 7. Click Upload to upload the documents. The current repository location automatically refreshes to show the uploaded documents. Uploading a Document from SharePoint You can upload a document from a SharePoint library to a repository. 1. Select the document in the SharePoint library. Make sure that the document is not checked out from Documentum. 13

14 2. Click Check In to Documentum in the ribbon. 3. Select how you want to upload the document to Documentum. Action Move Copy Link Description Moves the document from the SharePoint library to Documentum. The document no longer exists in the SharePoint library. Saves a copy of the document in Documentum. Moves the document from the SharePoint library to Documentum. The document no longer exists in the SharePoint library but a link is created and points to the document in Documentum. 4. Select the document type. 5. Select a cabinet or folder to save the document. 6. Click Save. Note: Refresh the SharePoint library if you selected to move a large document and still see the document in the SharePoint library. Checking Out a Document You can check out a document for editing. After you check out a document, a symbolic lock appears before the document and other users cannot edit the document at the same time. 1. Navigate to the document in the repository. 2. Right-click the document and select Check Out. The current repository location automatically refreshes to show the document is locked. The Locked By column shows the user who has checked out the document. Checking out a Document to a SharePoint Library 1. Navigate to the document in the repository. 2. Right-click the document and select Check Out To SharePoint. 3. Select the SharePoint library into which you want to check out the document. 4. Click Checkout. The Overwrite existing document option is selected by default, which means if the document exists in the SharePoint library, the checkout overwrites the existing document. You can cancel the checkout of a document by right-clicking the document and selecting Cancel Check Out. Canceling a checkout reverts all the changes you make to a document. Checking in a Document You must check in a document when you finish editing the document and want to save changes in a Documentum repository. Checking in a document unlocks the document. 14

15 1. Navigate to the document in the repository. 2. Right-click the document and select Check In. 3. If necessary, update the name of the document. 4. Click Browse to select the document you want to check in. 5. (Optional) Select how you want to save the new version of the document. 6. Click Check in. The current repository location is automatically refreshed to show the document is checked in. If the document was checked in as the next minor or major version, the new version of the document is reflected in the repository view. Checking in a Document from a SharePoint Library 1. Select the document in the SharePoint library. 2. Click Check In to Documentum in the ribbon. 3. Fill out the document properties as necessary. 4. Click Check In. Note: Only the latest version in SharePoint is saved to Documentum as the new version. Previous versions are removed from SharePoint. Refresh the SharePoint library if you selected to check in a large document and still see the document in the SharePoint library. Adding a Document to the Clipboard You can add a document to the clipboard and then move, copy, or link the document to another cabinet or folder within Documentum. 1. Move the pointer over the document and click the arrow that appears. 2. Select Add To Clipboard. 3. Select one of the following actions on the Clipboard - Move/Copy/Link page: Move Moves the document to another cabinet or folder. Copy Saves a copy of the document in another cabinet or folder. Link Moves the document to another cabinet or folder and creates a link that points to the document in the new cabinet or folder. 4. Select the target cabinet or folder. 5. Click Save. The Browse Web Part performs the file operation and returns to the Web Part view. 6. Click Refresh to update the Web Part view. 15

16 Filtering Results You can use the results filter to set up a name filter so that the Browse Web Part display only the items that match the name filter. For example, you can display only items whose name contains moss. Name filters are not case-sensitive. To create a name filter in the Browse Web Part: 1. Click Actions and select Set column filter > Name. 2. Enter the phrase for filtering the results. 3. Click OK. The current repository location automatically refreshes to show only the items that match the filter. To clear filter results, click Actions > Set column filter > Remove filter. The current repository location automatically refreshes to show all the items. Managing Subscriptions Subscriptions provide quick access to frequently accessed content. You can subscribe to cabinets, folders, and documents. The Browse Web Part provides the Subscriptions row that you can click to view your subscriptions. To subscribe to or unsubscribe a cabinet, folder, or document, right-click the cabinet, folder, or document and select Subscribe To or Unsubscribe. You can also use the Subscriptions Web Part to manage subscriptions. Managing Lifecycles A lifecycle is a series of states that define the life stages of a document. A lifecycle models a business process, as each state in the lifecycle can represent a step in the process. You can view the lifecycle and current state of a document from the properties page of the document. Right-click the document and select Properties to display the properties page. If the document has an applied lifecycle, the Lifecycle ID property is the Documentum object ID of the lifecycle and the Current State property is the number of the current state of the object in the lifecycle. If the document does not have an applied lifecycle, the Lifecycle ID property shows and the Current State property shows 0. You can manage the lifecycle of a document by right-clicking the document and selecting Manage Lifecycle. The Document Lifecycle page provides the following actions for you to manage the lifecycle of a document: 16

17 Action Apply Promote Demote Remove Suspend Resume Description Applies a lifecycle to a document. Applying a lifecycle attaches a defined linear business process to the document. You can only apply a lifecycle to a document whose object type is defined as a valid object type for the lifecycle. In order to apply a lifecycle to a document, you also must have Relate permissions on the document or be the owner of the document. If you apply a lifecycle to a document that has an existing lifecycle, the previous lifecycle is removed and the new lifecycle is applied. If you apply the same lifecycle to the document, the lifecycle is restarted. Promotes a document to the next lifecycle state. In order to promote the lifecycle state, you must have Write and Change State permissions on the document. You can also define automatic promotion of a document during the configuration of the lifecycle. You cannot promote the lifecycle state of a document to be past of the end state. Demotes a document to a previous lifecycle state. In order to demote the lifecycle state, you must have Change State permission on the document. You can define manual and automatic demotion of a document during the configuration of the lifecycle. During lifecycle configuration, it is possible to disallow the demotion of a document from one state to its previous state, as well as automatically demote a document to the base state upon such actions as checkin and save of that document. You cannot demote a document beyond its base state. Removes a lifecycle from a document. Suspends a document from its current lifecycle state. Suspending a lifecycle state places the document into a temporary or permanent exception state. An exception state is a deviation from the normal business process defined by the lifecycle. In order to suspend a document, you must have Change State permission on the document. You can only suspend a document from its current lifecycle state if the current state has an exception state. Exception states can be defined for a lifecycle during configuration. Resumes a document to its previous normal state. Resuming a lifecycle state places the document back into the normal business process progression defined by its lifecycle. You can only resume a document lifecycle to a normal state if the document is currently in an exception state. Managing Workflows You can use one of the following ways to start workflows with packages in : Right-click a document and select a workflow from the Start Workflow submenu. Select a document and click the Start Workflow button. Once you start a workflow, you can only modify the packages from the task details page. Use the Inbox Web Part or Quickflow Web Part to view task details. The Inbox Web Part and Quickflow Web 17

18 Part also allow you to finish a task, add or remove attachments, add comments, and add data via displayed data fields to the workflow, if configured. Checked Out Files Web Part Use the Checked Out Files Web Part to view and manage the documents you have checked out from a Documentum repository. You can also perform file operations in the Checked Out Files Web Part, such as editing a document, checking in a document, deleting a document, and so on. Right-click a document and select the operation you want to perform. Configuration Web Part Use the Configuration Web Part to modify the data services mapping file from SharePoint. Because the Configuration Web Part provides access to the configuration file, it is recommended that you deploy the Web Part to a page in SharePoint accessible to only users that are allowed to modify the configuration. Use the security features in SharePoint to limit the access to the page on which you deploy the Configuration Web Part. The EMC Documentum Connector for Microsoft SharePoint Farm Solution Configuration Guide provides detailed information about how to use the Configuration Web Part. D2 Browse Web Part Use the D2 Browse Web Part to browse a Documentum repository and perform file operations. The following table lists the file operation tasks you can perform by using the D2 Browse Web Part: Task Creating a new document Viewing a document Checking out a document Description Click New Document from the menu bar. Creating a New Document, page 19, contains further instructions. Right-click the document and select Open. If you have C2 enabled, you can view the document through C2 by right-clicking the document and selecting View through C2. Right-click the document and select Check Out or Check Out to SharePoint. Checking Out a Document, page 21, contains further instructions. 18

19 Task Checking in a document Uploading a document Viewing document properties Viewing document history Deleting a document Description Right-click the document and select Check In. You can also check in a document from a SharePoint library by right-clicking the document in the SharePoint library and selecting D2 Check In to Documentum. Checking In a Document, page 21, contains further instructions. Click Upload from the menu bar. You can also upload a document from a SharePoint library by right-clicking the document in the SharePoint library and selecting D2 Check In to Documentum. Uploading Documents, page 20, contains further instructions. Right-click the document and select Properties. Right-click the document and select Document History. Right-click the document and select Delete. You can select whether to delete the selected version or delete all versions. Creating a New Document Complete the following steps to create a new document in a Documentum repository: 1. Navigate to the repository location in which you want to create a new document. 2. Click New Document. Note: If you want the new document to inherit properties or content of a specific document, select the document and then click New Document. 3. Select a creation profile from one of the creation matrix list boxes. 4. To inherit properties or content from a document you selected, configure the Inheritance section. 5. Click Edit Properties and enter content properties. 6. Click Select Template and select a template for the content. 7. Click Check in. Depending on your configuration, the D2 Browse Web Part creates the document in the following ways: If there is an autolink rule, the D2 Browse Web Part creates the document in a folder specified by the autolink rule. If there is no autolink rule, the D2 Browse Web Part creates the document in the folder that you selected. 19

20 Uploading Documents You can upload documents to a Documentum repository, either from your local machine or from a SharePoint library. Uploading a document from local machine 1. Navigate to the repository location to which you want to upload the document. 2. Click Upload. The Import page appears. 3. Add the document either by dragging the file into the box or browsing for the file. 4. To select a file format for the document, click Selected file format. 5. Click OK. 6. Select a creation profile from one of the creation matrix list boxes. 7. If you want to inherit properties, select the content and properties to inherit. 8. Click Edit Properties and enter content properties. 9. Click Select Template and select a template for the content. 10. Click Check in. Depending on your configuration, the D2 Browse Web Part uploads the document in the following ways: If there is an autolink rule, the D2 Browse Web Part uploads the document to a folder specified by the autolink rule. If there is no autolink rule, the D2 Browse Web Part uploads the document to the folder that you selected. Uploading a document from a SharePoint library 1. Navigate to the SharePoint library that contains the document you want to upload. Make sure that the document is not checked out from Documentum. 2. Right-click the document and select D2 Check In to Documentum. 3. Select how you want to upload the document to Documentum. Action Move Copy Link Description Move the document from the SharePoint library to Documentum. The document no longer exists in the SharePoint library. Save a copy of the document in Documentum. Move the document from the SharePoint library to Documentum. The document no longer exists in the SharePoint library but a link is created and points to the document in Documentum. 4. Click Import. 5. Select a file format for the document. 6. Click Choose Creation Profile. 20

21 7. Select a creation profile from one of the creation matrix list boxes. 8. If you want to inherit properties, select the content and properties to inherit. 9. Click Edit Properties and enter content properties. 10. Click Check In And Finish. Depending on your configuration, the D2 Browse Web Part uploads the document in one of the following ways: If there is an autolink rule, the D2 Browse Web Part uploads the document to a folder specified by the autolink rule. If there is no autolink rule, the D2 Browse Web Part prompts you to specify the folder location to upload the document. Checking Out a Document You can check out a document for editing. After you check out a document, a symbolic lock appears before the document and other users cannot edit the document at the same time. Checking out a document 1. Navigate to the document in the repository. 2. Click the menu next to the document and select Check Out. The current repository location automatically refreshes to show the document is locked. The Locked By column shows the user who has checked out the document. The D2 Browse Web Part also automatically starts the download of the file you checked out. Checking out a document to a SharePoint library 1. Navigate to the document in the repository. 2. Click the menu next to the document and select Check Out To SharePoint. 3. Select the SharePoint library into which you want to check out the document. 4. Click Checkout. The current repository location automatically refreshes to show the document is locked. You can find the document in the SharePoint library that you selected. Checking In a Document You must check in a document when you finish editing the document and want to save changes in a Documentum repository. Checking in a document unlocks the document. Checking in a document 1. Navigate to the document in the repository. 2. Right-click the document and select Check In. 21

22 3. On the General tab, select the content version and add a description. 4. Fill out the Options tab according to the description in the following table: Field Set as current version Retain lock in repository Checkin from file Format Description Set the document as the current version. Keep the document checked out after the initial checkin. Select a file to check in. Select the file format of the document. 5. Click Check in. Checking in a document from a SharePoint library 1. Navigate to the document in the SharePoint library. 2. Right-click the document and select D2 Check In to Documentum. 3. On the General tab, select the content version and add a description. 4. Fill out the Options tab according to the description in the following table: Field Set as current version Retain lock in repository Format Description Set the document as the current version. Keep the document checked out after the initial checkin. Select the file format of the document. 5. Click OK. Federated Search Web Part The Federated Search Web Part enables you to use the Federated Search Services of Documentum. The Federated Search Services is Documentum federated search technology, which integrates content sources inside and outside an organization. You can access all relevant content with a single query, no matter where the content is located and how you access the content. The search results appear as either Documentum repository items or web links. Home Cabinet Web Part The Home Cabinet Web Part operates like the Browse Web Part. However, the Home Cabinet Web Part starts navigation in your home cabinet and you can only navigate in that location. The actions available in this Web Part are the same as the actions in the Browse Web Part. Click the menu arrow and select Edit Web Part to configure the Home Cabinet Web Part. You can set the paging size for the data and the columns to display in the grid. 22

23 Inbox Web Part Use the Inbox Web Part to view Documentum notifications and tasks assigned to you. Click an item and select View Task Details to view the task details and process the task. You can filter the task list to show all items, notifications, or tasks. Click the menu arrow and select Edit Web Part to configure the Inbox Web Part. You can set the paging of the inbox items and set the default view for the inbox to all items, tasks, or notifications. Delegating Tasks 1. Click I am available. 2. Select the I am currently unavailable checkbox. The Workflow Delegation page shows a list of available users. 3. Select the user to whom you want to delegate tasks. You can filter users by using the User name starts with text box. 4. Click Finish. The Inbox Web Part displays I am currently set to unavailable in its toolbar. To disable delegation, click I am currently set to unavailable and clear the I am currently unavailable checkbox. Quickflow Web Part Use the Quickflow Web Part to view Documentum quickflow tasks and notifications assigned to you without using Documentum Process Engine. You can filter the list to show all items, notifications, or tasks. Click an item and select View Task Details to view the task details. Click the menu arrow and select Edit Web Part to configure the Quickflow Web Part. You can set the paging of the inbox items and set the default view for the inbox to all items, tasks, or notifications. Search Web Part Use the Search Web Part to search documents in a Documentum repository. The Search Web Part provides the following types of search: Basic search Advanced search If you have EMC Documentum xplore installed on the Content Server, the Search Web Part uses xplore to search and show xplore search facets in the search result. A facet represents one or more important characteristics of an object, represented by one or more object attributes in the Documentum object model. Select different facets to drill down to areas of interest. 23

24 Basic Search Use the basic search to perform searches in a Documentum repository using search terms. By default, the basic search searches only the metadata like name, title, keywords, and subject. You can select Search Content (Full-Text) to perform a full-text search, which searches both the metadata and content. If you want to search all versions of a document, select Search All Versions. The Save Search list box contains the search queries you save from the Advanced Search page. Advanced Search Use the advanced search to perform searches with complex search criteria. In the Search Web Part, click Advanced Search to open the Advanced Search page. When using the advanced search, you can select an object type and define properties to create a search query against the metadata of the object type. You can also perform a full-text search, search all versions of a document, and search for hidden objects. Note: If you set a date as the property, you must set the date format in MM/dd/yyyy. In the search result page, you can click Save Search and specify a name to save the search for later use. Saved Search The Saved Search list of the Search Web Part can show search queries that you save from the Advanced Search or from other applications like EMC Documentum Administrator and EMC Documentum Webtop. When you run a search saved from the Advanced Search, displays the exact columns saved in the search. When you run a search saved from other applications, displays only the columns that apply. Subscriptions Web Part The Subscriptions Web Part operates like the Browse Web Part, except that it displays only repository items that you subscribe to. You can see any type of item in the Subscriptions Web Part. The actions available for subscribed items are the same as the actions in the Browse Web Part. Click the menu arrow and select Edit Web Part to configure the Subscriptions Web Part. You can set the paging size for the data and the columns to display in the grid. Workflow Web Part Use the Workflow Web Part to start workflows that do not use a package. The Workflow Web Part displays a list of workflows and you can select one to bring up a menu with a start workflow 24

25 action. If you want to create workflows with a package, you can start a workflow from the Browse Web Part or other Web Parts. Shared Web Parts provides the following shared Web Parts: Shared Browse Web Part Shared Search Web Part The shared Web Parts provides the same functionality as the regular Web Parts. However, you can share configuration settings among different users when you use a share Web Part. Shared Web Parts are useful when you want to give access to users external to a repository. 25

EMC Documentum My Documentum Desktop (Windows)

EMC Documentum My Documentum Desktop (Windows) EMC Documentum My Documentum Desktop (Windows) Version 7.2 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 017489103 15084351000 www.emc.com Legal Notice Copyright 2003 2015 EMC Corporation.

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 7.2 Building a Documentum Application Tutorial EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 1999-2015

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6.7 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com EMC believes the information in this publication is accurate

More information

EMC Documentum D2. User Guide. Version 4.5. EMC Corporation Corporate Headquarters: Hopkinton, MA

EMC Documentum D2. User Guide. Version 4.5. EMC Corporation Corporate Headquarters: Hopkinton, MA EMC Documentum D2 Version 4.5 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2005 2016 EMC Corporation. All Rights Reserved.

More information

EMC Documentum D2. Administration Guide. User Guide. Version 4.2

EMC Documentum D2. Administration Guide. User Guide. Version 4.2 EMC Documentum D2 EMC Documentum D2 Administration Guide Version 4.2 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2005 2017

More information

EMC Documentum Forms Builder

EMC Documentum Forms Builder EMC Documentum Forms Builder Version 6 User Guide P/N 300-005-243 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2007 EMC Corporation. All rights

More information

EMC Documentum Archive Services for SharePoint

EMC Documentum Archive Services for SharePoint EMC Documentum Archive Services for SharePoint Version 5.3 SP5 User Guide P/N 300-005-749-A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC Documentum Quality and Manufacturing

EMC Documentum Quality and Manufacturing EMC Documentum Quality and Manufacturing Version 3.1 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2012-2016 EMC Corporation.

More information

EMC Documentum Quality and Manufacturing

EMC Documentum Quality and Manufacturing EMC Documentum Quality and Manufacturing Version 4.0 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2012-2016 EMC Corporation.

More information

Documentum Client for Siebel User Guide

Documentum Client for Siebel User Guide Documentum Client for Siebel User Guide Version 5.3 SP4 April 2007 Copyright 1994-2007 EMC Corporation. All rights reserved. Table of Contents Preface... 7 Chapter 1 Introduction... 9 About DCS... 9 Getting

More information

EMC Documentum Media WorkSpace

EMC Documentum Media WorkSpace EMC Documentum Media WorkSpace Version 6.5 SP2 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com EMC believes the information in this publication is

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6 SP1 User Guide P/N 300 005 253 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

CMS 504: D2 for Space Contributors and Coordinators Updated: January 29, 2018

CMS 504: D2 for Space Contributors and Coordinators Updated: January 29, 2018 CMS 504: D2 for Space Contributors and s Agenda Part One What is Documentum D2? Groups: Support,, Contributor, Consumer D2 Overview: Login/Logout Main Menu User settings Workspaces Widgets Spaces Folders

More information

User s Quick Reference. EMC ApplicationXtender Web Access 5.40 P/N REV A01

User s Quick Reference. EMC ApplicationXtender Web Access 5.40 P/N REV A01 EMC ApplicationXtender Web Access 5.40 User s Quick Reference P/N 300-005-669 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994 2007 EMC

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Administration Guide P/N 300-012-746 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011

More information

Web Publisher User Guide

Web Publisher User Guide Web Publisher User Guide Version 5.3 SP4 December 2006 Copyright 1994-2006 EMC Corporation. All rights reserved. Table of Contents Preface... 15 Chapter 1 Introduction... 17 What is Web Publisher?... 17

More information

EMC Documentum System

EMC Documentum System EMC Documentum System Version 7.2 Deployment Quick Start Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2012-2015 EMC Corporation.

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

Power & Water Customer Collaboration Documentum: Navigation and Working With Files. Basics

Power & Water Customer Collaboration Documentum: Navigation and Working With Files. Basics Power & Water Customer Collaboration Documentum: Navigation and Working With Files Basics Module Objectives:. Basic Navigation. Use Import to Save Files in Project Folders 3. Use Export to Save Files to

More information

ECM Extensions xcp 2.2 xcelerator Abstract

ECM Extensions xcp 2.2 xcelerator Abstract ECM Extensions xcp 2.2 xcelerator Abstract These release notes outline how to install and use the ECM Extensions xcelerator. October 2015 Version 1.0 Copyright 2015 EMC Corporation. All Rights Reserved.

More information

EMC ApplicationXtender SPI (for SharePoint Integration)

EMC ApplicationXtender SPI (for SharePoint Integration) EMC ApplicationXtender SPI (for SharePoint Integration) 6.0 Deployment Guide P/N 300-009-364 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009

More information

EMC InfoArchive Documentum Connector

EMC InfoArchive Documentum Connector EMC InfoArchive Documentum Connector Version 3.0 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2014 EMC Corporation. All Rights

More information

EMC Documentum Process Builder

EMC Documentum Process Builder EMC Documentum Process Builder Version 6 Installation Guide P/N 300 005 224 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2007 EMC Corporation.

More information

CMS 501: D2 Training for Contributors Updated: October 12, 2017

CMS 501: D2 Training for Contributors Updated: October 12, 2017 CMS501: D2 Training for Contributors Agenda What is Documentum D2? Roles/Groups: Support, Coordinator, Contributor, Consumer D2 Overview: Login/Logout Main Menu Workspaces Widgets User settings Spaces/Folders/

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6 Sample Application Tutorial P/N 300-005-359 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2007 EMC Corporation.

More information

EMC ApplicationXtender Web Access

EMC ApplicationXtender Web Access EMC ApplicationXtender Web Access Version 8.1 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 1994 2016 EMC Corporation. All

More information

DocAve Governance Automation Online

DocAve Governance Automation Online DocAve Governance Automation Online Business User Guide Service Pack 9 Cumulative Update 6 Issued December 2017 Table of Contents What s New in this Guide... 5 About DocAve Governance Automation Online...

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Installation Guide 300-012-747 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011 EMC

More information

CMS 101. Webtop for Student Records. CMS Webtop for Student Records 1/29/2018. McGill - IT Training & Communications 1 AGENDA PART ONE

CMS 101. Webtop for Student Records. CMS Webtop for Student Records 1/29/2018. McGill - IT Training & Communications 1 AGENDA PART ONE CMS 101 Webtop for Student Records AGENDA PART ONE Introduction What is Webtop? Access Webtop Webtop interface Search for documents View document Check Out Edit a document Annotate a PDF Check In a document

More information

EMC Documentum Process Engine

EMC Documentum Process Engine EMC Documentum Process Engine Version 6.5 Installation Guide P/N 300 007 522 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2004 2008 EMC Corporation.

More information

User Guide. BlackBerry Workspaces for Windows. Version 5.5

User Guide. BlackBerry Workspaces for Windows. Version 5.5 User Guide BlackBerry Workspaces for Windows Version 5.5 Published: 2017-03-30 SWD-20170330110027321 Contents Introducing BlackBerry Workspaces for Windows... 6 Getting Started... 7 Setting up and installing

More information

TYPE ADOPTION IN xcp APPLICATIONS

TYPE ADOPTION IN xcp APPLICATIONS White Paper TYPE ADOPTION IN xcp APPLICATIONS Adopting types from repository to xcp applications Abstract This white paper explains adopting types from repository, editing and using them in xcp applications.

More information

Configuration Guide. SharePoint App for Documentum (SPA4D) Informed Consulting Publication date Version 1.2 Project name SPA4D

Configuration Guide. SharePoint App for Documentum (SPA4D) Informed Consulting Publication date Version 1.2 Project name SPA4D Configuration Guide SharePoint App for Documentum (SPA4D) Author Informed Consulting Publication date 24-10-2014 Status Final Version 1.2 Project name SPA4D Legal Notice Copyright 2014 Informed Consulting

More information

MessageSolution Enterprise Archive User Manual For End-Users

MessageSolution Enterprise  Archive User Manual For End-Users MessageSolution, Inc. 1851 McCarthy Blvd. Suite 105 Milpitas, CA 95035 US Toll free support +1 (888) 858-7903 Support Message +1 (408) 383-0100 MessageSolution Enterprise Email Archive User Manual For

More information

EMC Documentum Quality and Manufacturing

EMC Documentum Quality and Manufacturing EMC Documentum Quality and Manufacturing Version 4.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2012-2016 EMC Corporation.

More information

EMC Documentum Documentum Compliance Manager

EMC Documentum Documentum Compliance Manager EMC Documentum Documentum Compliance Manager Version 6.5 Administration Guide P/N 300 007 342 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008

More information

Microsoft Outlook Integration for ApplicationXtender 6.0

Microsoft Outlook Integration for ApplicationXtender 6.0 Microsoft Outlook Integration for ApplicationXtender 6.0 Integration Guide 300-008-270 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2009

More information

EMC SourceOne for Microsoft SharePoint Version 7.1

EMC SourceOne for Microsoft SharePoint Version 7.1 EMC SourceOne for Microsoft SharePoint Version 7.1 Installation Guide 302-000-151 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009-2013

More information

Documentum Compliance Manager Administration Guide

Documentum Compliance Manager Administration Guide Documentum Compliance Manager Administration Guide Windows and UNIX Version 5.3 SP1 September 2005 Copyright 1994-2005 Documentum, a division of EMC. All Rights Reserved. Table of Contents Preface... 13

More information

EMC Documentum Content Services for SharePoint

EMC Documentum Content Services for SharePoint EMC Documentum Content Services for SharePoint Version 5.3 SP5 Installation and Administration Guide P/N 300-005-756-A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

EMC Ionix Network Configuration Manager Version 4.1.1

EMC Ionix Network Configuration Manager Version 4.1.1 EMC Ionix Network Configuration Manager Version 4.1.1 RSA Token Service Installation Guide 300-013-088 REVA01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

ZENworks 2017 Audit Management Reference. December 2016

ZENworks 2017 Audit Management Reference. December 2016 ZENworks 2017 Audit Management Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

EMC Documentum D2 Advanced Publishing Services. Installation Guide For D2 3.1 SP1

EMC Documentum D2 Advanced Publishing Services. Installation Guide For D2 3.1 SP1 EMC Documentum D2 Advanced Publishing Services Installation Guide For D2 3.1 SP1 Legal Notice Copyright 2005-2014 EMC Corporation. All rights reserved. EMC believes the information in this publication

More information

myinsight for Documentum User Guide Documentum Administrator, Webtop, Taskspace

myinsight for Documentum User Guide Documentum Administrator, Webtop, Taskspace myinsight for Documentum User Guide Documentum Administrator, Webtop, Taskspace Contents 1. Version History... 4 2. Product Description... 5 3. Introduction...7 3.1. 3.2. 3.3. 3.4. 3.5. Roles...7 Reports...

More information

EMC Documentum External Viewing Services for SAP

EMC Documentum External Viewing Services for SAP EMC Documentum External Viewing Services for SAP Version 6.0 Administration Guide P/N 300 005 459 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

SharePoint Online for Power Users

SharePoint Online for Power Users Introduction This course is designed to bring users up to speed with working with SharePoint as a Power User. The course introduces and the Office 365 ecosystem and teaches basics such as navigating the

More information

As a first-time user, when you log in you won t have any files in your directory yet.

As a first-time user, when you log in you won t have any files in your directory yet. Welcome to Xythos WFS. This program allows you to share files with others over the Internet. When you store a file within your WFS account, you can make it selectively available to be viewed, edited, deleted,

More information

SharePoint Document Management

SharePoint Document Management SharePoint Document Management Use these feature checklists to guide and structure your evaluation of available products for SharePoint document management and email management. They show the features

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

SharePoint Management

SharePoint  Management SharePoint Email Management Use these feature checklists to guide and structure your evaluation of available products for SharePoint-based email management. They show the features that are available in

More information

EMC Documentum Process Integrator

EMC Documentum Process Integrator EMC Documentum Process Integrator Version 6.5 Development Guide P/N 300-007-254-A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2008 EMC Corporation.

More information

EDRMS Version 6.3 User Guide

EDRMS Version 6.3 User Guide EDRMS Version 6.3 User Guide Version 1.2 Copyright Netcall Telecom 2015; Proprietary Page 1 of 109 Contents ACCURACY... 6 RESTRICTED RIGHTS... 6 INTENDED AUDIENCE... 6 USER GUIDE STRUCTURE... 7 1 INTRODUCTION...

More information

ecopy PaperWorks Connector for Microsoft SharePoint Administrator s Guide

ecopy PaperWorks Connector for Microsoft SharePoint Administrator s Guide ecopy PaperWorks Connector for Microsoft SharePoint Administrator s Guide Part Number: 73-00419 (05/2009) Licensing, Copyright, and Trademark Information The information in this document is subject to

More information

EMC ApplicationXtender Web Access.NET eroom Integration 6.0

EMC ApplicationXtender Web Access.NET eroom Integration 6.0 EMC ApplicationXtender Web Access.NET eroom Integration 6.0 Administrator s Guide 300-008-282 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

eroom Enterprise 7.2 ECM Extensions Workflow Integration Guide

eroom Enterprise 7.2 ECM Extensions Workflow Integration Guide eroom Enterprise 7.2 ECM Extensions Workflow Integration Guide Documentum, Inc., a division of EMC 6801 Koll Center Parkway, Pleasanton, CA 94566 (925) 600-6800 COPYRIGHT Copyright 1997-2004 Documentum,

More information

TREENO ELECTRONIC DOCUMENT MANAGEMENT. Administration Guide

TREENO ELECTRONIC DOCUMENT MANAGEMENT. Administration Guide TREENO ELECTRONIC DOCUMENT MANAGEMENT Administration Guide February 2012 Contents Introduction... 8 About This Guide... 9 About Treeno... 9 Managing Security... 10 Treeno Security Overview... 10 Administrator

More information

EMC SourceOne Discovery Manager Version 6.7

EMC SourceOne Discovery Manager Version 6.7 EMC SourceOne Discovery Manager Version 6.7 Installation and Administration Guide 300-012-743 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

Security Explorer 9.1. User Guide

Security Explorer 9.1. User Guide Security Explorer 9.1 User Guide Security Explorer 9.1 User Guide Explorer 8 Installation Guide ii 2013 by Quest Software All rights reserved. This guide contains proprietary information protected by copyright.

More information

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows Installation Guide P/N 300-009-578 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103

More information

Colligo Manager 5.4 SP3. User Guide

Colligo  Manager 5.4 SP3. User Guide 5.4 SP3 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 4 Updating

More information

End-User Reference Guide El Camino College Compton Center

End-User Reference Guide El Camino College Compton Center End-User Reference Guide El Camino College Compton Center OU Campus Version 10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA

More information

Administrator s Quick Reference

Administrator s Quick Reference EMC ApplicationXtender Reports Management 6.0 Administrator s Quick Reference 300-008-284 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2009

More information

EMC ApplicationXtender Index Agent

EMC ApplicationXtender Index Agent EMC ApplicationXtender Index Agent Version 7.0 Administration Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 1994-2014 EMC Corporation.

More information

EMC Documentum Web Services for Records Manager and Retention Policy Services

EMC Documentum Web Services for Records Manager and Retention Policy Services EMC Documentum Web Services for Records Manager and Retention Policy Services Version 6.5 SP3 Deployment Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

EMC Documentum Content Services for SAP Document Controllers

EMC Documentum Content Services for SAP Document Controllers EMC Documentum Content Services for SAP Document Controllers Version 6.5 User Guide P/N 300 006 307 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows P/N 300-012-249 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

ES CONTENT MANAGEMENT - EVER TEAM

ES CONTENT MANAGEMENT - EVER TEAM ES CONTENT MANAGEMENT - EVER TEAM USER GUIDE Document Title Author ES Content Management - User Guide EVER TEAM Date 20/09/2010 Validated by EVER TEAM Date 20/09/2010 Version 9.4.0.0 Status Final TABLE

More information

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A.

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A. CCRS Quick Start Guide for Program Administrators September 2017 www.citihandlowy.pl Bank Handlowy w Warszawie S.A. CitiManager Quick Start Guide for Program Administrators Table of Contents Table of Contents

More information

ZENworks Reporting Beta System Reference. December 2015

ZENworks Reporting Beta System Reference. December 2015 ZENworks Reporting Beta System Reference December 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims

More information

EMC Documentum Connector for Microsoft SharePoint Add-in

EMC Documentum Connector for Microsoft SharePoint Add-in EMC Documentum Connector for Microsoft SharePoint Add-in Version 7.2 Configuration Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright

More information

EMC Documentum Process Builder

EMC Documentum Process Builder EMC Documentum Process Builder Version 6.5 SP2 User Guide P/N 300-009-290 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2009 EMC Corporation.

More information

EMC ApplicationXtender Web Access

EMC ApplicationXtender Web Access EMC ApplicationXtender Web Access Version 8.0 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 1994 2015 EMC Corporation. All

More information

EMC Documentum CenterStage

EMC Documentum CenterStage EMC Documentum CenterStage Version 1.1 Administration Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com EMC believes the information in this publication

More information

EMC Documentum Content Services for SAP Scanner Operator

EMC Documentum Content Services for SAP Scanner Operator EMC Documentum Content Services for SAP Scanner Operator Version 6.0 User Guide P/N 300 005 441 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All

More information

EMC Documentum Reporting Services

EMC Documentum Reporting Services EMC Documentum Reporting Services Version 6.7 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com EMC believes the information in this publication is

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.3 Configuration Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2017

More information

System Reference ZENworks Reporting 5 November 2013

System Reference ZENworks Reporting 5 November 2013 www.novell.com/documentation System Reference ZENworks Reporting 5 November 2013 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1 IT Training Services SharePoint 2013 Getting Started Version: 2015/2016 V1 Table of Contents ACCESSING SHAREPOINT SITE 1 IT Intranet SharePoint Site... 1 Create a SubSite... 1 DOCUMENT LIBRARIES 2 Create

More information

EMC Documentum Site Caching Services

EMC Documentum Site Caching Services EMC Documentum Site Caching Services Version 6.5 User Guide P/N 300-007-187 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2008 EMC Corporation.

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6.5 SP1 Configuration Guide P/N 300 008 168 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2007 2008 EMC Corporation.

More information

Colligo Engage Outlook App 7.1. Connected Mode - User Guide

Colligo Engage Outlook App 7.1. Connected Mode - User Guide 7.1 Connected Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 2 Checking for Updates 3 Updating

More information

1 Siebel Attachments Solution Overview

1 Siebel Attachments Solution Overview Oracle Fusion Middleware User's Guide for Oracle Enterprise Content Management Solutions for Oracle Siebel 11g Release 1 (11.1.1) E17067-01 May 2010 This document provides information on options available

More information

Using AgilePLM in MSI

Using AgilePLM in MSI Using AgilePLM in MSI MANAGING DISCUSSION OBJECTS GNL1147.00E MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola Trademark GNL1147.00E Holdings,

More information

EMC Documentum Import Manager

EMC Documentum Import Manager EMC Documentum Import Manager Version 6 Installation and Con guration Guide 300 005 288 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2007 EMC Corporation.

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

D71 THUMBNAIL SERVER SETUP ON DISTRIBUTED CONTENT SERVER ENVIRONMENT

D71 THUMBNAIL SERVER SETUP ON DISTRIBUTED CONTENT SERVER ENVIRONMENT D71 THUMBNAIL SERVER SETUP ON DISTRIBUTED CONTENT SERVER ENVIRONMENT ABSTRACT This white paper explains about how to install and setup the D71 thumbnail server on a distributed content server environment.

More information

EMC White Paper Documentum Client for Outlook (DCO)

EMC White Paper Documentum Client for Outlook (DCO) EMC White Paper Documentum Client for Outlook (DCO) Troubleshooting Guide Copyright 2005 EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate as of its publication

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Enterprise Vault Guide for Outlook Users

Enterprise Vault Guide for Outlook Users Enterprise Vault Guide for Outlook Users (Full Functionality) 12.3 Enterprise Vault : Guide for Outlook Users Last updated: 2018-03-29. Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

More information

EMC Documentum Connector for Microsoft SharePoint Farm Solution

EMC Documentum Connector for Microsoft SharePoint Farm Solution EMC Documentum Connector for Microsoft SharePoint Farm Solution Version 7.2 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information