EMC DOCUMENT SCIENCES INTERACTIVE DOCUMENT DEVELOPMENT KIT

Size: px
Start display at page:

Download "EMC DOCUMENT SCIENCES INTERACTIVE DOCUMENT DEVELOPMENT KIT"

Transcription

1 White Paper EMC DOCUMENT SCIENCES INTERACTIVE DOCUMENT DEVELOPMENT KIT Integrating interactive document generation with line-of-business systems Abstract This white paper describes the need to embed interactive document creation, editing, and output in LOB systems. It then provides an overview of the EMC Document Sciences Interactive Document Development Kit (IDDK), which enables developers to integrate the assembly, interactive editing, and document output capabilities of EMC Document Sciences xpression with these systems. July 2011

2 Copyright 2011 EMC Corporation. All Rights Reserved. EMC believes the information in this publication is accurate 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. Part Number h5110 2

3 Table of Contents Executive summary... 4 Audience... 4 Line-of-business systems drive document processes... 4 Bridging the gap: the... 5 IDDK functionality... 5 Template selection... 6 Document generation... 7 Document editing... 7 Workflow... 9 Publish and distribute Report and track Conclusion Appendix Technical overview Standards and development environment References

4 Executive summary The majority of business communication is driven by line-of-business (LOB) systems. These systems require the generation of specific types of customer correspondence at particular points in a business process such as insurance claims review, mortgage loan servicing, and global trade settlement. Typically, these documents need to be created and distributed in real time, often in response to customer inquiries or to communicate changes in customer information. The quandary that many organizations face is how to incorporate robust, interactive customer correspondence functionality within the LOB system. Standalone document generation systems can provide the functionality but often don t play well within the workflow confines of an operational system. Custom integrations fashioned by IT are time-consuming, expensive to build and maintain, and are often fragile. When the LOB system changes, the integration is likely to fail. EMC Document Sciences has brought its considerable expertise and experience to this issue. The Document Sciences Interactive Document Development Kit (IDDK) is a set of web services coupled with an interactive document editor that enables developers to quickly and easily build highly customized, interactive correspondence applications and embed them in LOB systems. Audience This white paper is intended for line-of-business managers and application developers who want to more fully integrate compliant, on-demand, and interactive document generation capabilities with their existing systems. Line-of-business systems drive document processes Whatever the core competencies of an enterprise, they are realized through line-ofbusiness (LOB) systems. These systems link business objectives to operations. Likewise, documents connect LOB systems to customers. But although LOB systems incorporate a lot of domain knowledge and process automation capability, they typically have very limited communications functionality. They can t handle complex document creation and assembly, integrate with ECM systems, or publish to multiple channels. About all they can do is extract data and export it to the batch process of a standalone document generation system. This is a critical shortcoming because documents, especially correspondence, are central to any company s efforts to get, keep, and grow customers. 1 And today s customers expect high quality, relevant, personalized and customized correspondence, delivered quickly via their preferred channels. These expectations increase the need for on-demand and interactive document generation capabilities that are specific to a line of business. 1 "Interactive Documents Get Smarter." Peppers & Rogers Group (2009) 4

5 Note: Personalization and customization use variables and business rules to automate the inclusion of certain types of information in documents. Personalization adds information based on individual customer data. It can be as simple as adding a first and last name but could also encompass customer account details or charts and graphs generated from that data. Customization enables documents to include content, such as jurisdiction-specific legal language or targeted marketing messages, which are only applicable under certain circumstances and match attributes associated with a group of customers. Document creation and editing need to be in the hands of those who have direct contact with customers. Yet organizations are challenged to bring the power and control of standalone document generation systems to the point of sale or service. Instead there is a technology gap between document generation and line-of-business systems that requires the labor-intensive involvement of IT to bridge. Recognizing this, Document Sciences created the Interactive Document Development Kit (IDDK). Bridging the gap: the The IDDK enables developers to cost effectively integrate the rules-based assembly, interactive editing, and document output capabilities of the EMC Document Sciences xpression customer communications management platform with LOB systems such as mortgage loan servicing, customer relationship management (CRM), enterprise resource planning (ERP), and insurance claims review. Such integration reduces development cost and time to market while eliminating the need for business users to master separate tools and interfaces to generate or edit documents integral to their business processes. In addition, the IDDK gives application developers complete control over the business user experience. IDDK functionality Every interactive document has a slightly different process, but all share a set of common tasks and functions. Those tasks and functions will differ from document to document, even within a single line of business. Since it s impossible to anticipate every possible variation, Document Sciences created the IDDK, which is a set of web services coupled with an interactive document editor that enables developers to quickly and easily build highly customized, interactive document applications. With IDDK, any functionality of xpression can be embedded into an LOB solution so that its document creation capabilities align with underlying business processes. The graphic below depicts the steps in creating a change of address notice in a CRM application. 5

6 Figure 1 An interactive document process in a CRM application The following sections use a change of address example to illustrate the functionality of an interactive document application developed with the IDDK. Template selection The template selection function allows templates to be organized and presented in a flexible business-oriented hierarchy so that end users in this case customer service representatives (CSRs) can quickly select the right template to use for a particular interactive document process. With the xpression DevKit Catalog interface, developers can add metadata to document templates in the form of tags and custom fields. After metadata is attached to each template using the Catalog interface, the xpression DevKit Catalog web services can be used in the front end application. For example, the getcataloginfo web service allows the developer to retrieve all tags and custom fields that have been associated with templates and employ them to create a search interface such as a drop-down menu. To find a template, a CSR would select metadata and, using the searchfordocuments method, the search interface would locate the templates that matched those criteria. The same interface could also 6

7 enable the CSR to preview the templates returned in thumbnail form (iquickdoc thumbnailfordocument method) and retrieve additional information about the template (descriptionfordocument method). Template Selection Web Services xpression DevKit Catalog Web Service getcataloginfo searchfordocuments iquickdoc Web Service thumbnailfordocument descriptionfordocument Document generation Once a template is selected, the createdocumentitem method can be utilized to generate a document instance a fully assembled, personalized document populated with data from the LOB system. After previewing the document, the CSR would proceed to editing to make any necessary changes. Document Generation Web Services xpression DevKit Web Service createdocumentitem publishandreturndocumentitem Document editing Often correspondence must be edited prior to publication and distribution. Businesses want users to be able to edit some, but not all, content and will require approval for certain types of changes. The IDDK features xeditor, which provides a controlled, Microsoft Word-based environment in which sections and variables can be locked down using Word s read-only protection mechanism. To integrate xeditor with an LOB application, the application needs to call the createauthenticationtoken web service to obtain a licensed IDDK seat. Then HTTP query strings are used to launch the editor. The editor can be configured in xpression Admin to enable only the functionality needed. The application administrator can create as many configurations as needed for the user base. Once in xeditor, the CSR can edit the content and variable data of the document instance, which might include adding optional paragraphs. Consistent with the CSR s permissions level, she could make free-form text changes to portions of the 7

8 Figure 2 xeditor can lock down sections and variables, while permitting addition of optional paragraphs and free-form editing in other sections. document that are not locked. The CSR can preview changes in PDF format, and each document template can be linked to a PDF output profile so operation features such as barcodes and watermarks can be previewed. An IDDK interactive application can track and report all changes to variable data. Content changes are tracked at the Revision Unit level and can be reviewed within xeditor using Microsoft Word s Track Changes feature. Event notifications can be triggered on the Open, Save, and Close events in xeditor. Event messages use a RESTful architecture. If the CSR wants to update variables in the document instance without regenerating the document, an IDDK application can do this by making web service calls outside of the xeditor environment with the updateprimaryvariables, updateruvariables, and publishandreturndocumentitem web services. Likewise, by going outside xeditor using the addexternalcontentbylink and addexternalcontentbystream methods, IDDK can enable CSRs to add enclosures via attachments such as PDF, Word (doc or docx), or TIFF files. Notes can also be added to a document instance using the addannotation method. The searchdocumentitem web service gives developer the ability to add powerful search capabilities to the application interface. 8

9 Document Editing Web Services xpression DevKit Web Service createauthenticationtoken addexternalcontentbylink addexternalcontentbystream updateprimaryvariables updateruvariables publishandreturndocumentitem addannotation searchdocumentitem getdocumentiteminfo Workflow Although IDDK provides a set of web services to provide simple workflow capabilities, any workflow tool can be used to move document instances through the approval process. This can include the LOB system s workflow, as well as the workflow of any third-party application such as IBM FileNet or commonly used open source applications. xpression document generation and publishing can also be integrated with workflow through EMC Documentum TaskSpace. TaskSpace enables business users to build a workflow using a graphical, drag-and-drop interface. xpression includes a standard and advanced activity template for TaskSpace. The standard template accommodates simple documents that use a small number of variables. The advanced template enables XML to be supplied directly to the template, which is appropriate for complex documents with many constant values that must be mapped to process data. Workflow Web Services xpression DevKit Web Service submitdocumentitem approvedocumentitem rejectdocumentitem completedocumentitem 9

10 Publish and distribute The multi-threaded Java EE architecture of xpression is ideally suited for high-speed interactive publishing in a variety of formats. Using the publishandreturndocumentitem web service, a document instance such as a changeof-address letter can be previewed in any format appropriate for the business purpose. The same web service can also handle final output. Document instances can also be previewed by Revision Units, which enable different departments to review and approve separate sections of a single document instance. To do this, the Revision Unit information from getdocumentiteminfo is used in combination with the publishrevisionunits web service. Publish and Distribute Web Services xpression DevKit Web Service publishandreturndocumentitem publishrevisionunits getdocumentiteminfo Report and track Every action involving a document instance is recorded for reporting purposes and can be retrieved with the getdocumentiteminfo web service. Data is returned in an XML format, which makes it usable by third-party reporting tools. Using the getdocumentiteminfo web service, the CSR in our use case could review: Template used Annotations Revision Unit changes Optional paragraph selections Variable values History Attached external content Audit data Documents locked for editing by other users Report and Track Web Services xpression DevKit Web Service getdocumentiteminfo 10

11 Conclusion The IDDK enables developers to cost effectively integrate the rules-based assembly, interactive editing, and document output capabilities of Document Sciences xpression with LOB systems. Embedding this functionality in LOB systems puts document creation and editing in the hands of those who have direct contact with customers. Document creation capabilities align with underlying business processes while customers receive high quality, relevant, personalized, and customized correspondence, delivered quickly via their preferred channels. Appendix Technical overview With version 4.0, EMC Document Sciences xpression introduced a new web service API that conforms to the WS-I Basic Profile. As a result, the old xframework web service API, Java API, and xadapter have been deprecated. Although these items will be supported for backward compatibility in the current version, EMC Document Sciences encourages developers to use the new web service API, which offers better performance, greater flexibility, and enhanced security. Standards and development environment When the original xpression API was developed, it conformed to accepted SOAP standards. These standards have undergone significant changes in recent years. The new API provides many improvements to the old API. In this new iteration, xpression offers the IQuickDoc and IDocumentItem web services. The IQuickDoc set of web service methods provides the simplest and most commonly used xpression services, which are delivered as part of any xpression installation. The IDocumentItem web service serves as an extension of IQuickDoc for solutionspecific capabilities. These web service methods add considerable power to the ways in which developers assemble, edit, manipulate, publish, and return data about published documents. They allow external systems to query, and in some cases, update information in Document Sciences xpression without accessing the xpression database. The web service methods are powerful and use complex types that require more sophisticated coding. Although more IDDK web service methods will be released in the future, currently IDDK contains only the IDocumentItem and Catalog web services. IDDK also contains xeditor, a component that can be embedded in applications. xeditor is a Microsoft Word-based editor that enables Microsoft Word s powerful editing and composition features to edit work items in correspondence applications. 11

12 References To learn more about Document Sciences IDDK, refer to the xframework Developer s Guide available on EMC Powerlink. 12

CSF Designer Intuition

CSF Designer Intuition In today s world, your customers want to-the-point, personalized communications, and they don't have time to wait. With CSF Designer Intuition from FIS, you can instantly create and deliver relevant, brand-

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 Document Sciences xpression xframework

EMC Document Sciences xpression xframework EMC Document Sciences xpression xframework Version 4.5 SP1 Development Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2003-2015

More information

xpression 3 Getting Started with xpression Enterprise Edition

xpression 3 Getting Started with xpression Enterprise Edition xpression 3 Getting Started with xpression Enterprise Edition 2001-2008 by EMC. All rights reserved. The copyright protection claimed includes all formats of copyrightable material and information governed

More information

xpression service-oriented architecture

xpression service-oriented architecture White paper OpenText xpression service-oriented architecture A Customer Communications Management platform This white paper provides an overview of the architecture and components of the OpenText xpression

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 Document Sciences xpression xframework

EMC Document Sciences xpression xframework EMC Document Sciences xpression xframework Version 4.6 Development Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2003-2017 EMC

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

Frequently Asked Questions Oracle Content Management Integration. An Oracle White Paper June 2007

Frequently Asked Questions Oracle Content Management Integration. An Oracle White Paper June 2007 Frequently Asked Questions Oracle Content Management Integration An Oracle White Paper June 2007 NOTE: The following is intended to outline our general product direction. It is intended for information

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 Document Sciences xpression

EMC Document Sciences xpression EMC Document Sciences xpression Version 4.6 System Overview EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2003-2016 EMC Corporation.

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

Export out report results in multiple formats like PDF, Excel, Print, , etc.

Export out report results in multiple formats like PDF, Excel, Print,  , etc. Edition Comparison DOCSVAULT Docsvault is full of features that can help small businesses and large enterprises go paperless. The feature matrix below displays Docsvault s abilities for its Enterprise

More information

EMC Document Sciences xdesign

EMC Document Sciences xdesign EMC Document Sciences xdesign Version 4.6 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2006-2016 EMC Corporation. All Rights

More information

HP Exstream Training Catalog. HP Exstream Design & Production 9.0

HP Exstream Training Catalog. HP Exstream Design & Production 9.0 HP Exstream Training Catalog HP Exstream Design & Production 9.0 HP Exstream Training We offer the most robust, hands-on educational experience available, equipping users to fully exploit the rich features

More information

EMC Document Sciences xeditor

EMC Document Sciences xeditor EMC Document Sciences xeditor Version 4.5 SP1 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2003-2016 EMC Corporation. All

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

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

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper July 2009 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

a white paper from Corel Corporation

a white paper from Corel Corporation a white paper from Corel Corporation This document is for discussion purposes only. The products and processes are still under development. The information presented is therefore subject to change without

More information

Accounts Payable Workflow Guide. Version 14.6

Accounts Payable Workflow Guide. Version 14.6 Accounts Payable Workflow Guide Version 14.6 Copyright Information Copyright 2017 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

xpression 3 xdesign User Guide

xpression 3 xdesign User Guide xpression 3 xdesign User Guide 2001-2008 by EMC. All rights reserved. The copyright protection claimed includes all formats of copyrightable material and information governed by current or future statutory

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

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

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

Océ Posterizer Pro Designer. POP into retail. User manual Application guide

Océ Posterizer Pro Designer. POP into retail. User manual Application guide - Océ Posterizer Pro Designer POP into retail o User manual Application guide Copyright copyright-2010 Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in

More information

Policy Manager in Compliance 360 Version 2018

Policy Manager in Compliance 360 Version 2018 Policy Manager in Compliance 360 Version 2018 Policy Manager Overview 3 Create a Policy 4 Relate a Policy to Other Policies, Departments, and Incidents 8 Edit a Policy 10 Edit a Policy by Using the Edit

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 Content Management Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice

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 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

Part II. Integration Use Cases

Part II. Integration Use Cases Part II Integration Use Cases Achieving One Version of the Truth requires integration between the data synchronization application environment (especially the local trade item catalog) and enterprise applications

More information

EMC Documentum Process Builder

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

More information

zapnote Analyst: Jason Bloomberg

zapnote Analyst: Jason Bloomberg zapthink zapnote ZAPTHINK ZAPNOTE Doc. ID: ZTZN-1198 Released: August 21, 2006 DATADIRECT XQUERY 2.0 ENABLING XQUERY FOR VERY LARGE MESSAGES Analyst: Jason Bloomberg Abstract As the quantity of XML in

More information

Simplifying Document Make-Ready Workflow and Production

Simplifying Document Make-Ready Workflow and Production Simplifying Document Make-Ready Workflow and Production imageware Prepress Manager Simplifying Document Make-Ready Workflow and Production Canon s imageware Prepress Manager is a comprehensive document

More information

Contents. Microsoft is a registered trademark of Microsoft Corporation. TRAVERSE is a registered trademark of Open Systems Holdings Corp.

Contents. Microsoft is a registered trademark of Microsoft Corporation. TRAVERSE is a registered trademark of Open Systems Holdings Corp. TPLWPT Contents Summary... 1 General Information... 1 Technology... 2 Server Technology... 2 Business Layer... 4 Client Technology... 4 Structure... 4 Ultra-Thin Client Considerations... 7 Internet and

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

InfoSphere Master Data Management Reference Data Management Hub Version 10 Release 0. User s Guide GI

InfoSphere Master Data Management Reference Data Management Hub Version 10 Release 0. User s Guide GI InfoSphere Master Data Management Reference Data Management Hub Version 10 Release 0 User s Guide GI13-2637-00 InfoSphere Master Data Management Reference Data Management Hub Version 10 Release 0 User

More information

Implementing IBM CICS JSON Web Services for Mobile Applications IBM Redbooks Solution Guide

Implementing IBM CICS JSON Web Services for Mobile Applications IBM Redbooks Solution Guide Implementing IBM CICS JSON Web Services for Mobile Applications IBM Redbooks Solution Guide This IBM Redbooks Solution Guide describes the existing and new aspects of IBM CICS Transaction Server that allow

More information

Oracle Insurance IStream

Oracle Insurance IStream Oracle Insurance IStream IStream Document Manager Glossary Release 6.3 E15015-01 June 2009 Copyright Copyright 2009, Oracle and/or its affiliates. All rights reserved. Primary Authors: Andrew Brooke and

More information

EMC Captiva Capture. System Overview. Version 7.5. EMC Corporation Corporate Headquarters Hopkinton, MA

EMC Captiva Capture. System Overview. Version 7.5. EMC Corporation Corporate Headquarters Hopkinton, MA EMC Captiva Capture Version 7.5 System Overview EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 1994-2015 EMC Corporation. All Rights Reserved.

More information

ACTIVEDOCS OPUS INTEGRATION DATA SOURCE INTEGRATION AND APPLICATION INTEGRATION WITH EMPHASIS ON MICROSOFT SHAREPOINT AND MICROSOFT CRM

ACTIVEDOCS OPUS INTEGRATION DATA SOURCE INTEGRATION AND APPLICATION INTEGRATION WITH EMPHASIS ON MICROSOFT SHAREPOINT AND MICROSOFT CRM DATA SOURCE INTEGRATION AND APPLICATION INTEGRATION WITH EMPHASIS ON MICROSOFT SHAREPOINT AND MICROSOFT CRM Prepared by: Audience: Nick Chivers VP European Operations ActiveDocs Evaluator Abstract: This

More information

Salesforce Enterprise Edition Upgrade Guide

Salesforce Enterprise Edition Upgrade Guide Salesforce Enterprise Edition Upgrade Guide Salesforce, Spring 16 @salesforcedocs Last updated: February 11, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Intellicus Getting Started

Intellicus Getting Started Intellicus Getting Started Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.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 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

Laserfiche Import Agent Quick Start Guide. White Paper

Laserfiche Import Agent Quick Start Guide. White Paper Laserfiche Import Agent Quick Start Guide White Paper Table of Contents Welcome to Import Agent... 3 What s New in Import Agent 10?... 4 Getting Started... 5 Import Agent Configuration Utility... 5 Creating

More information

EMC Documentum Archive Services for Reports Version 1.7

EMC Documentum Archive Services for Reports Version 1.7 EMC Documentum Archive Services for Reports Version 1.7 ADMINISTRATOR S GUIDE P/N 300-006-543 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2006-2008

More information

Next-Generation SOA Infrastructure. An Oracle White Paper May 2007

Next-Generation SOA Infrastructure. An Oracle White Paper May 2007 Next-Generation SOA Infrastructure An Oracle White Paper May 2007 Next-Generation SOA Infrastructure INTRODUCTION Today, developers are faced with a bewildering array of technologies for developing Web

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

TABLE OF CONTENTS DOCUMENT HISTORY 3

TABLE OF CONTENTS DOCUMENT HISTORY 3 TABLE OF CONTENTS DOCUMENT HISTORY 3 UPDATE 18A 3 Revision History 3 Overview 3 Uptake of Application Extensibility Framework (Applications Composer) 4 Product Development 5 Import Item Structures for

More information

Fast, flexible and in control

Fast, flexible and in control - Océ Posterizer Enterprise Data Entry Fast, flexible and in control o User manual Application guide Copyright 2010 Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or

More information

Oracle Insurance IStream

Oracle Insurance IStream Oracle Insurance IStream IStream Document Manager Glossary Release 6.2 E14878-01 January 2009 Copyright Copyright 2009, Oracle and/or its affiliates. All rights reserved. Primary Authors: Andrew Brooke

More information

Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide. Version: 4.0 for Blackboard 9.x

Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide. Version: 4.0 for Blackboard 9.x Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide Version: 4.0 for Blackboard 9.x Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800

More information

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data June 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality,

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

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed.

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed. Technical Overview Technical Overview Standards based Architecture Scalable Secure Entirely Web Based Browser Independent Document Format independent LDAP integration Distributed Architecture Multiple

More information

IBM Enterprise Records Performance Best Practices

IBM Enterprise Records Performance Best Practices IBM Enterprise Records Performance Best Practices Page 1 of 47 TABLE OF CONTENTS 1 INTRODUCTION... 4 1.1 TERMS... 4 1.2 REQUIRED CONCEPTS... 4 2 FILE PLAN MODELING FOR PERFORMANCE... 5 2.1 RETENTION MODEL...

More information

EMC Voyence Integration Adaptor

EMC Voyence Integration Adaptor EMC Voyence Integration Adaptor Version 2.0.0 EMC SMARTS P/N 300-007-379 REV A03 EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com COPYRIGHT Copyright 2008 EMC

More information

Laserfiche Document Management at a Glance

Laserfiche Document Management at a Glance Document Management Laserfiche s desktop, web and mobile clients enable users to access and make changes to documents in the repository from any device. Laserfiche Document Management at a Glance Enable

More information

Oracle Taleo Cloud for Midsize (Taleo Business Edition) Release 17B2. What s New

Oracle Taleo Cloud for Midsize (Taleo Business Edition) Release 17B2. What s New Oracle Taleo Cloud for Midsize (Taleo Business Edition) Release 17B2 What s New TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 RELEASE FEATURE SUMMARY... 4 TALENT CENTER ENHANCEMENTS... 5 My Offer

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

Opening up new opportunities through Cross-selling and Upselling. GMC Software Technology

Opening up new opportunities through Cross-selling and Upselling. GMC Software Technology Opening up new opportunities through Cross-selling and Upselling GMC Software Technology History of VDP offerings Color Full Variable Images and text Mail/Email/ WEB Dynamic Online Statements B&W 2 Past

More information

BarCoder Advanced User Manual

BarCoder Advanced User Manual BarCoder Advanced User Manual Version 6.1 DocuPhase Corporation 1499 Gulf to Bay Boulevard, Clearwater, FL 33755 Tel: (727) 441-8228 Fax: (727) 444-4419 Email: support@docuphase.com Web: www.docuphase.com

More information

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Q: Will Desktop/browser alerts be added to notification capabilities on SmartIT? A: In general we don't provide guidance on future capabilities.

More information

IBM Algo Risk Content on Cloud

IBM Algo Risk Content on Cloud Service Description IBM Algo Risk Content on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized users and recipients

More information

The Adobe XML Architecture

The Adobe XML Architecture TECHNOLOGY BRIEF The Adobe XML Architecture Introduction As enterprises struggle to balance the need to respond to continually changing business priorities against ever-shrinking budgets, IT managers are

More information

EMC Centera CentraStar/SDK Compatibility with Centera ISV Applications

EMC Centera CentraStar/SDK Compatibility with Centera ISV Applications EMC Centera CentraStar/SDK Compatibility with Centera ISV Applications A Detailed Review Abstract This white paper provides an overview on the compatibility between EMC Centera CentraStar and SDK releases,

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

Business Processes for Managing Engineering Documents & Related Data

Business Processes for Managing Engineering Documents & Related Data Business Processes for Managing Engineering Documents & Related Data The essence of good information management in engineering is Prevention of Mistakes Clarity, Accuracy and Efficiency in Searching and

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

Genesis Advantage. Version 7

Genesis Advantage. Version 7 Welcome to Genesis Advantage version 7! We have packed many new features and enhancements into this release. Most of these features were suggested by our clients and we appreciate your input. We have included

More information

xpression 3 xpression Enterprise Edition System Overview

xpression 3 xpression Enterprise Edition System Overview xpression 3 xpression Enterprise Edition System Overview 2001-2008 by EMC. All rights reserved. The copyright protection claimed includes all formats of copyrightable material and information governed

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

IBM Rational Synergy DCM-GUI

IBM Rational Synergy DCM-GUI IBM Rational Synergy DCM-GUI Release 7.2.1.1 IBM Rational Synergy - 1 - This edition applies to IBM Rational Synergy version 7.2.1.1, and to all subsequent releases and modifications until otherwise indicated

More information

Chapter 9 Section 3. Digital Imaging (Scanned) And Electronic (Born-Digital) Records Process And Formats

Chapter 9 Section 3. Digital Imaging (Scanned) And Electronic (Born-Digital) Records Process And Formats Records Management (RM) Chapter 9 Section 3 Digital Imaging (Scanned) And Electronic (Born-Digital) Records Process And Formats Revision: 1.0 GENERAL 1.1 The success of a digitized document conversion

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

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Salesforce

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Salesforce i About the Tutorial Salesforce is a leading CRM (Customer Relationship Management) software which is served form cloud. It has more than 800 applications to support various features like generating new

More information

EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide

EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide Version 6.5 SP2 Installation Guide P/N 300-009-602 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103

More information

IBM Records Manager Version 8.5. Designing a DoD Compliant Solution

IBM Records Manager Version 8.5. Designing a DoD Compliant Solution IBM Records Manager Version 8.5 Designing a DoD 5015.02 Compliant Solution IBM Records Manager Version 8.5 Designing a DoD 5015.02 Compliant Solution Note Before using this information and the product

More information

By Simplicity Software Technologies Inc.

By Simplicity Software Technologies Inc. Now Available in both SQL Server Express and Microsoft Access Editions By Simplicity Software Technologies Inc. Microsoft, Access and SQL Server Express are trademarks and or products of the Microsoft

More information

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Stuart Duguid Portal & Workplace Specialist TechWorks, IBM Asia-Pacific Overview / Scope The aim of

More information

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework An Oracle White Paper October 2012 Release Notes - V4.2.0.0.0 Oracle Utilities Application Framework Introduction... 2 Disclaimer... 2 Deprecation of Functionality... 2 New or Changed Features... 4 Native

More information

IBM Rational Developer for System z Version 7.5

IBM Rational Developer for System z Version 7.5 Providing System z developers with tools for building traditional and composite applications in an SOA and Web 2.0 environment IBM Rational Developer for System z Version 7.5 Highlights Helps developers

More information

Table of Contents RURO, Inc. All Rights Reserved

Table of Contents RURO, Inc. All Rights Reserved Table of Contents ABOUT THIS GUIDE... 7 Purpose of this Guide...7 ACCESSING THE SYSTEM AS A CLIENT PORTAL USER... 7 Navigating the Client Portal...7 Creating and Submitting a New Requisition...8 Accepting

More information

Null Service and Loopback Service Drivers Implementation Guide NetIQ Identity Manager. February 2018

Null Service and Loopback Service Drivers Implementation Guide NetIQ Identity Manager. February 2018 Null Service and Loopback Service Drivers Implementation Guide NetIQ Identity Manager February 2018 Legal Notice For information about NetIQ legal notices, disclaimers, warranties, export and other use

More information

Document-Centric Computing

Document-Centric Computing Document-Centric Computing White Paper Abstract A document is a basic instrument for business and personal interaction and for capturing and communicating information and knowledge. Until the invention

More information

The Magic of Microsoft Office SharePoint Services & Office 2007

The Magic of Microsoft Office SharePoint Services & Office 2007 The Magic of Microsoft Office SharePoint Services & Office 2007 Hans Demeyer CT Interactive hans@ct-interactive.net Session Objectives: What is SharePoint Technology Provide overview of the capabilities

More information

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle Kaltura Video Package for Moodle 2.x Quick Start Guide Version: 3.1 for Moodle 2.0-2.4 Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800 871 5224 Copyright

More information

Microsoft MB Microsoft CRM Customization v1.2.

Microsoft MB Microsoft CRM Customization v1.2. Microsoft MB2-185 Microsoft CRM Customization v1.2 http://killexams.com/exam-detail/mb2-185 QUESTION: 138 Which assembly gives the developer easy access to the Microsoft CRM API? A. Microsoft.CRM.Platform.Proxy

More information

OpenManage Essentials Managing Firmware and Driver Compliance by using Multiple Baselines

OpenManage Essentials Managing Firmware and Driver Compliance by using Multiple Baselines OpenManage Essentials Managing Firmware and Driver Compliance by using Multiple Baselines This technical white paper provides information about managing hardware revision baseline in a data center by using

More information

User Guide. Version

User Guide. Version User Guide Version 0.19 2-11-2008 StormPro Max User Guide Page 1 of 69 5/10/2008 Table of Contents 1. Overview... 4 1.1 Definition of StormPro Max Terms... 4 2. Accessing StormPro Max... 5 3. Navigating

More information

Question No: 1 Which xcp component is responsible for providing page serving and managing annotations on documents?

Question No: 1 Which xcp component is responsible for providing page serving and managing annotations on documents? Volume: 182 Questions Question No: 1 Which xcp component is responsible for providing page serving and managing annotations on documents? A. Documentum Collaboration Services B. Documentum PDF Annotation

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

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes.

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes. Content Features SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes Asset Library Enhancements/Video Support Yes Yes Auditing Yes Yes Auditing & Reporting (e.g. doc edits,

More information

ACTIVEDOCS OPUS V MICROSOFT INFOPATH

ACTIVEDOCS OPUS V MICROSOFT INFOPATH ACTIVEDOCS OPUS V MICROSOFT INFOPATH Prepared by: Audience: Nick Chivers Director of Product Marketing ActiveDocs Evaluator Abstract: This document provides a high-level comparison of the documentgeneration

More information

We believe that we can make the output of your Aligned Element project look more or less like your existing manually created documentation

We believe that we can make the output of your Aligned Element project look more or less like your existing manually created documentation Word Examples This document shows a few examples on what type of documentation you can generate with Aligned Elements. All examples are listed in the Table of Content on the following page. The naming

More information

Transform AP for EnterpriseOne User's Guide

Transform AP for EnterpriseOne User's Guide Transform AP for EnterpriseOne User's Guide Transform AP for EnterpriseOne User s Guide Version 1.0 Copyright 2008 Bottomline Technologies, Inc. All rights reserved. Information in this document is subject

More information

An Oracle White Paper November Primavera Unifier Integration Overview: A Web Services Integration Approach

An Oracle White Paper November Primavera Unifier Integration Overview: A Web Services Integration Approach An Oracle White Paper November 2012 Primavera Unifier Integration Overview: A Web Services Integration Approach Introduction Oracle s Primavera Unifier offers an extensible interface platform based on

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

IBM Forms V8.0 IBM Forms Classic - Forms Designer IBM Corporation

IBM Forms V8.0 IBM Forms Classic - Forms Designer IBM Corporation IBM Forms V8.0 IBM Forms Classic - Forms Designer Agenda IBM Forms Designer Overview IBM Forms Designer Views IBM Forms Designer Features 2 IBM Forms 8.0 Designer What's New Mixed orientation printing

More information