Hands-on Implementation of Pega s Wrap-and-Renew Solution for Aging Siebel CRM Systems

Size: px
Start display at page:

Download "Hands-on Implementation of Pega s Wrap-and-Renew Solution for Aging Siebel CRM Systems"

Transcription

1 Cognizant Insights Hands-on Implementation of Pega s Wrap-and-Renew Solution for Aging Siebel CRM Systems Organizations with large investments in Siebel CRM software implementations that want a lower-cost, feature-rich, standardprotocol option to renew their system can follow these step-by-step instructions and determine if the Pegasystems solution is the right fit. Executive Summary As businesses grow and evolve, their objectives can reach beyond the capabilities of their existing technology investments. Often, these investments are substantial not only in terms of costs, but also in terms of their tight integration with operations and the resulting reliance on them by the business and users. By modernizing their existing technology to support shifting business needs, organizations can retain and build on their systems as opposed to a more drastic rip and replace alternative that: Negates the company s original investment. May involve time-consuming development and implementation. May require specialized user training for effective adoption and proper use once deployed. An important technology investment that commonly is affected by shifts in business processes and growth is the area of customer relationship management (CRM). Organizations typically make large investments in their CRM systems and often have spent years deploying them. And while their CRM implementations at one time may have supported their customer lifecycle effectively, new demands including increased customer expectations, exploding volumes of information, emerging channels and multiple customer touch points drive the need to extend these legacy implementations beyond their existing configurations. While the CRM vendor landscape has changed over the years, a substantial percentage of organizations around the world continue to utilize Siebel as their CRM system. This white paper presents a focused and effective approach that offers these organizations the opportunity to extend and modernize the functionality of their current Siebel implementations to meet today s demanding business environment with an innovative wrap and renew interface that uses Pegasystems PegaRULES Process Commander (PRPC ), an advanced, rules-based work manager for business process automation. cognizant insights june 2012

2 The Solution and Its Business Benefits The innovative Pega: Wrap and Renew Siebel approach applies industry best practices to integrate an organization s current Siebel components into the PRPC. An effective alternative to a disruptive rip and replace solution, the resulting interface is built for change, enables much-needed agility in the face of a challenging business landscape, and improves the customer experience all at a reduced cost, and while sustaining the company s original investment. Even more specifically, the interface with PRPC extends existing functionality and enhances the Siebel implementation with valuable additional capabilities that are designed to handle today s complex business and customer challenges. There are multiple business benefits of the Pega: Wrap and Renew Siebel approach that enable Siebelbased organizations to address their toughest business challenges head on. Figure 1 presents a snapshot of how this solution addresses business challenges with impressive results. Renewing Siebel with Pega Business Challenge Increased customer complexity as a result of new customer communication channels and devices. Avoiding low-value, repetitive customer inquiries. Current contact center desktop is outdated, static, and requires extensive training, but cannot afford to replace. The organization s service process extends beyond the call center to other departments, such as claims processing, billing, and finance. Limited reporting capabilities across the complete customer service process. Changes to the customer service process (such as routing, escalation, etc.) are not easy to implement. Service process cannot be adapted rapidly to new products or regulations. Each contact requires complex logic to come to a resolution. Figure 1 Extending Siebel with Pegasystems Pega includes processes that can be deployed across all channels, including social and mobile. The Pega Process Engine looks at standard cases and automatically suggests additional activities and treatments to avoid future contacts. Processes and screens can be created within the Pega solution through a modeldriven approach screens and content can be passed seamlessly between Pega and Siebel with no loss of context. A Pega process that s embedded directly within Siebel can pass work off between various parties in the service process and present them with role- based user interfaces. Pega can orchestrate multiple systems and give management visibility into how customer service issues are being resolved across the complete process. Processes can be configured within Pega using business-friendly tools that enable the configuration of service levels. Within Pega, organizations can configure additional process flows easily that recommend the right process for the right product and regulation decisions and presentations can be embedded within Siebel. Pega can handle complex interactions that require a guided process for resolution. Business Impacts Consistent cross-channel customer experience. Reduced cost to maintain. Faster time to deployment. Increased first contact resolution. Reduced call volumes. Reduced training costs. Improved CSR productivity. Reduced cost to maintain. Increased first contact resolution. Fewer errors. Reduction of manual procedures. Improved management visibility. Enhanced automation and control. Faster time to deployment. Decreased cost to maintain. Increased CSR utilization. Decreased training times. Improved customer satisfaction. Improved compliance. Increased CSR productivity. Reduced cost to maintain. Reduced training times. Fewer errors. Reduced training times. Increased first contact resolution. Decreased cost to maintain. Improved business control. cognizant insights 2

3 Wrap and Renew Interface Architecture View SEBL Advisor Desktop HTTP/XML Internet Application Composer HTTP/XML HTTP/XML SEBL Application Pega RULES Process Commander SOAP Access Mechanism SOAP HTTP Process Engine RULES Engine HTTP Figure 2 A Business Use Case Any new process can be implemented in the PRPC ( wrapped ) and integrated into the Siebel desktop with user-friendly tools and wizards. The wrapped process extends ( renews ) the capabilities of the current Siebel system, while the user experience remains seamless there is no need to switch between applications. The new processes implemented in the PRPC also can reuse any existing business services that are already implemented in Siebel. By wrapping and renewing new and old services and processes, the organization derives a higher return on its existing Siebel implementation. To demonstrate the effectiveness, seamlessness and ease-of-use of the wrap and renew Siebel interface more clearly, we have developed a prototype of a sample business use case in which a new service request process is implemented in the PRPC and integrated into the Siebel desktop. While there are several approaches to integrating the two systems, the prototype uses a loosely coupled integration that leverages Web services and XML. The Siebel services are wrapped using a SOAP/HTTP wrapper that s invoked from the PRPC process engine and wrapped PRPC services that are invoked from the Siebel system. Technologies Used Siebel 8.1 Tools. Siebel 8.1 Client. SOAP 3.5. HTTP 1.1. IAC 4.1. Pega PRPC 6.1. The Wrap and Renew Interface Architecture The wrapper is an interface layer between the Siebel process engine and the PRPC. The interface layer enables processes to be invoked by either the PRPC or by Siebel using different solution approaches. These solutions were run through a proof-of-concept to test their ability to meet the technical objective, and include: Pega integrating with Siebel: Using SOAP protocol. Using HTTP protocol. Siebel integrating with Pega: Using SOAP protocol. Using the Internet application gateway. The components are designed to ensure that they are independent and scalable with minimal dependency. Rendering the PRPC Process Within the Siebel Desktop Creating User Interfaces Standard IAC gadgets are created in the PRPC for the View/Add/Modify/Approver screen and the Service Request Search screen. cognizant insights 3

4 Creating User Interfaces SIEBEL UI <Process Name> Pega UI Gadget IAC Gateway PegaRULES RULES Engine Process Engine Figure 3 Invoking Siebel and PRPC Services: Functionality to Obtain Approver Based on the incoming parameters (request) from Siebel, the PRPC provides a SOAP service WSDL and a connector rule is set up in Siebel. The PRPC searches a table for the appropriate approver. The response is sent back to the Siebel Process Engine. Obtaining the Appropriate Approver Request Pega RULES Integration Service SOAP SIEBEL ENGINE Siebel Process Engine Response Figure 4 SOAP Service WSDL Figure 5 cognizant insights 4

5 SOAP Service Request Code Figure 6 Response Code Figure 7 Pega SOAP Service and Service Package Rule Figure 8 cognizant insights 5

6 Pega SOAP Service and Service Package Rule Figure 9 Invoking Siebel and PRPC Services: Functionality to Search Service Request in Siebel Based on the incoming parameters from PRPC, Siebel provides a SOAP service WSDL file, and a connector rule is set up in the PRPC. Siebel searches a table for the appropriate service request information. The response is sent back to the PRPC. Obtaining the Appropriate Service Request in Siebel SIEBEL Engine Integration Service SOAP Request PegaRULES Process Engine Pega SOAP Connector Details A SOAPAction header and service endpoint URL are provided in a WSDL file. The related rules are created by a wizard. Response RULES Engine Figure 10 Obtaining the Appropriate Service Request in Siebel Figure 11 cognizant insights 6

7 SOAP Request Figure 12 SOAP Response Figure 13 SOAPAction Header and Service Endpoint URL SOAPAction: document/ mui:siebelpegaeaiadapterquery_1mqntq3686 Endpoint URL: swe?sweextsource=webservice&sweextcmd= Execute&UserName=sadmin&Password=sadmin Adding a New User Interface All user interfaces are created using the out-ofthe-box features in the PRPC. After creating the user interfaces for Add/Modify/Approver and Service Request Search, separate IAC gadgets are generated using the IAC Gateway Configuration Console. A Wizard Creates Related Rules Figure 14 cognizant insights 7

8 The Siebel Configuration Process Following is a description of the Siebel configuration process. Siebel Business Layer Add a calculated field for a business component (Service Request) that references a symbolic URL Name Calculated Calculated Value MrkPdmSymbURL Y MrkPdmSymbURL Siebel GUI Layer Create an applet that exposes the new business component field and set its retrieval type to symbolic URL. This value for the retrieval type indicates that data for the underlying field comes from an external Web server rather than the Siebel database. Name MRK PDM PreCall Analytics Applet Business Component Service Request Create a new list column named in MRK PDM PreCall Analytics applet. Name Field Display Name Field Retrieval Type MrkPdmSymbURL MrkPdmSymbURL MRK PDM Symbolic URL Symbolic URL Expose the list column on the applet Web layout in the base mode. View-Agent SR Chart Aging Analysis by Priority Create a view that contains the applet and then add the view to a screen. Add the new applet in the View Web Template item of the view and expose the applet in the Base mode. Siebel Administrative Tasks Administer the view in the Siebel client. Navigate to Administration-Integration -> WI Symbolic URL List. Select the Host Administration view from the view drop-down and create a new record with the following details: Name Virtual Name PegaURL Administer the symbolic URL in the client to associate the symbolic URL with a target Web server. Select the Symbolic URL Administration view from the drop-down and create two records as follows: Name URL Host Name Fixup Name SSO Disposition MrkPdmSymbURL MrkPdmSymbURLSR epharma_enu/sa_ IAC/SA.html epharma_enu/sa_ IAC/Search SR.html Default IFrame Default IFrame NOTE: The folder SA_IAC/SA.html should be placed in the following two server locations: <siebsrvr>\swse\public\enu <siebsrvr>\c\inetpub\wwwroot The browser Security Settings should be customized in order to enable browser cookies and the application URL should be added to the Trusted Websites under Privacy Settings. cognizant insights 8

9 Pega Decision Table Figure 15 Modifying the Approval Limit in the Pega Decision Table Figure 16 Pega Service Request Query Figure 17 cognizant insights 9

10 Siebel Service Request Shown in Pega Widget Figure 18 Inbound Web Service Configuration in Siebel The following is a description of the configuration of the inbound Web service in Siebel. Siebel Tools Configure the inbound Web service in the Siebel Tools and Administrative module of the application. Create an Integration Object in Siebel based on the Service Request Business Object that contains the Service Request Bus Comp and the necessary fields to be sent to the PRPC. Name Service Request New Business Object Service Request The Integration Object has the following Integration Components: Name Parent Integration Component External Sequence XML Tag External Name Service Request 1 ServiceRequest Service Request LS Medical Product Issue Service Request 2 LsMedicalProductIssue LS Medical Product Issue LS Medical PI Product LS Medical Product Issue 4 LsMedicalPiProduct LS Medical PI Product Create a Custom Business Service by copying the EAI Siebel Adapter vanilla business service. This business service uses the integration object that already has been created, queries the Siebel database based on the Service Request Number field and retrieves the desired information about the service request created by the call center agent. Name Project Display Name Siebel Pega EAI Adapter New Siebel Pega Integration Siebel Pega EAI Adapter In the query method of the business service use the following method argument: Name Data Type Integration Object Type Storage Type SiebelMessage Integration Object Service Request New Input / Output Hierarchy cognizant insights 10

11 The business service is deployed as a Web Service, and a WSDL file is generated to be sent to the external system, in this case, the PegaRULES Engine. The WSDL File Is Sent to the PegaRULES Engine Figure 19 Service Request Query Request Figure 20 Service Request Query Response Figure 21 cognizant insights 11

12 Siebel Administrative Tasks Navigate to Administration-Web Service -> Inbound Web Services from the Siebel application. Administration - Web Service Figure 22 Query with the name of the deployed Web service (in this case, Siebel Pega EAI Adapter New), and click on Generate WSDL button to obtain the WSDL file. Before sending to the PRPC, the WSDL file should be in Siebel using the SOAP protocol. Request and Response XML Tested Using the SOAP Protocol Figure 23 cognizant insights 12

13 Outbound Web Service Configuration in Siebel The following is a description of the configuration of the outbound Web service in Siebel. Siebel Business Layer A WSDL file provided by the PRPC is consumed by the Siebel system. Create two external Integration Objects (SiebelRequest and SiebelRequestResponse) in Siebel Tools using the New Object wizard, and also create a proxy Business Service SiebelType. Add a new field in the Product List applet for Approval Limit in the GUI layer. Add one new field for each of the following business components in the business layer: Position, Service Request, and LS Medical PI Product. These newly created fields are exposed in the Service Request List applet and the Position List applet in the GUI layer. The display name is changed for a field in the Administration Product List applet. Business Component: Position Name Join Column Approval Limit S_POSTN BL_RT_AMT Business Component: Service Request Name Approver Name Column ALT_CONTACT_NAME Business Component: LS Medical PI Product Name Join Column Gross Margin S_PROD_INT GROSS_MGN Integration Object: SiebelRequest, SiebelRequestResponse Name Base Object Type External Name SiebelRequest XML SiebelRequest SiebelRequestResponse XML SiebelRequestResponse The Business Service Method: SiebelRequest has the following method arguments: Name Data Type Integration Object Type Optional Storage Type CustomHeaderContext Hierarchy Input/Output Y Hierarchy SiebelRequest: parameters SiebelRequest Response: parameters Integration Object SiebelRequest Input Y Hierarchy Integration Object SiebelRequest- Response Output Y Hierarchy XMLHierarchyOutput Hierarchy Output Y Hierarchy faultactor String Output Y Property Faultcode String Output Y Property Faultstring String Output Y Property Siebel Workflow Process The Siebel workflow in Figure 24 is configured to invoke the PegaRULES Engine using the proxy Business Service and to populate the Find Approver field in the Service Request List applet. A code (script) is written in the Service Request List applet to populate the Approver Name in the GUI. cognizant insights 13

14 Workflow - Test Outbound Generic Workflow Start Connector Query SR Map Request XML Proxy BS XML Write To File End Figure 24 Process Properties Name In/Out Business Object Default String Data Type Error Code In/Out Service Request String Error Message In/Out Service Request String Object Id In/Out Service Request 1-76SH String OutMsg In/Out Service Request Hierarchy Process Instance Id In/Out Service Request String SMessage In/Out Service Request Hierarchy Siebel Operation Object Id In/Out Service Request String The Workflow: Step 1: Start No WF Steps name Type 1 Start Start Business Service Name 2 Query SR Business Service EAI Siebel Adapter Query 3 Map Business Service EAI Data Transformation Engine Business Service Method Execute 4 Request XML Business Service EAI XML Write to File WriteEAIMsg 5 Proxy BS Business Service SiebelType SiebelRequest 6 XML Write To File Business Service EAI XML Write to File WriteEAIMsg 7 End End Step 2: Query Service Request Input Arguments Sequence Input Argument Type Value Property Name 1 OutputIntObjectName Literal Service Request New NA 2 PrimaryRowId Process Property NA Object Id Output Arguments Sequence Property Name Type Output Argument 3 SMessage Output Argument SiebelMessage cognizant insights 14

15 Step 3: Map Input Arguments Sequence Input Argument Type Value Property Name 9 MapName Literal Siebel Pega SR Map NA 10 SiebelMessage Process Property NA SMessage Output Arguments Sequence Property Name Type Output Argument 8 OutMsg Output Argument SiebelMessage Step 4: Request XML Input Arguments Sequence Input Argument Type Value Property Name 1 FileName Literal \\ctsincalstoe\siebel81\ NA XML\requesteai.xml 2 SiebelMessage Process Property NA OutMsg Step 5: Proxy BS Input Arguments Sequence Input Argument Type Property Name 11 SiebelRequest:parameters Process Property OutMsg Output Arguments Sequence Property Name Type Output Argument 12 OutMsg Output Argument SiebelRequestResponse:parameters Step 6: XML Write-to-File Input Arguments Sequence Input Argument Type Value Property Name Step 7: End 13 FileName Literal \\ctsincalstoe\siebel81\ XML\eai.xml 12 SiebelMessage Process Property NA OutMsg Siebel GUI Layer In the Service Request List Applet, a new list column called Approver Name is created and exposed. A new Find Approver button is created in this applet. NA Name Field Display Name Approver Name Approver Name Approver Name Name Caption Method Invoked HTML Type Find Approver Find Approver FindApprover MiniButton cognizant insights 15

16 A Script Is Written in the PreCanInvoke Event Figure 25 A Script Is Written in PreInvoke Event Figure 26 cognizant insights 16

17 Service Request List Applet Figure 27 In the SIS Product List Admin applet, LS Medical Product Issue-Related Product Mvga applet, and the LS Medical Product Pick applet, the list column name is modified and exposed in user interface. Name Field Display Name Gross Margin Gross Margin Budget Product Administration List Applet Figure 28 Product Mvg Applet Figure 29 cognizant insights 17

18 Product Pick Applet Figure 30 A new list column, Approval Limit, is created and exposed in the Position List applet. Name Field Display Name Approval Limit Approval Limit Approval Limit Conclusion Today s organizations rely on technology to support their business. But as business and customer demands push beyond the capabilities of existing technology investments, organizations are faced with impacts to productivity, availability, and customer satisfaction. Addressing the problem comes down to a few alternatives. On one hand, while they address the situation with cutting-edge technology, rip and replace solutions are costly both in terms of the loss of the original technology investment, and in the time and effort needed to make the often extensive changes. Modernizing the current system can offer a less disruptive alternative that also sensibly sustains the organization s investment. For organizations with substantial investments in legacy Siebel CRM implementations, the Pega: Wrap and Renew Siebel approach offers the enhancements needed to meet today s tough business challenges. By optimizing their current Siebel system with the power of Pega s process-powered CRM capabilities, Siebel-based businesses have a clear path to taking ownership of the customer experience delivering the personalized experiences their customers are demanding, unifying multiple customer touches for better visibility and service and delivering a seamless, multichannel customer experience. cognizant insights 18

19 About the Authors Sandeep Panigrahi is Associate Director of Projects at Cognizant s BPM Practice. In this role, he is responsible for managing BPM portfolio programs for healthcare and manages a team of BPM consultants who provide specialized BPM services to strategic customers. He is also responsible for BPM thought leadership and solutions development in North America. Sandeep has 15-plus years of experience in business consulting and IT services including 12 years spent in the field of CRM and BPM (Siebel and Pega). His responsibilities for Cognizant includes business consulting, client and account management, large services portfolio and program management and practice development. He has an undergraduate degree in engineering and a post-graduate degree in business management. Sandeep can be reached at Sandeep.Panigrahi@cognizant.com. Malay Patra is Senior Consultant within Cognizant s CRM Practice. In this role, he is responsible for architecting CRM projects specializing in Siebel and manages a team of CRM consultants who provide specialized CRM services to strategic customers. He is also responsible for CRM solutions development in India. Malay has seven-plus years of experience in IT services in the field of Siebel CRM. His responsibilities include leading projects, solution architecting and technical leadership. He has an undergraduate degree in engineering. Malay can be reached at Malayranjan.Patra@cognizant.com. Soumyajit Surai is Manager of Projects within Cognizant s BPM Practice. In this role, he is responsible for architecting BPM projects specializing in Pega and manages a team of BPM consultants who provide specialized BPM services to strategic customers. He is also responsible for BPM solutions development in India. Soumyajit has seven-plus years of experience in IT services in the field of Pega. His responsibilities include leading projects, solution architecting and technical leadership. He has an undergraduate degree in engineering. Soumyajit can be reached at Soumyajit.Surai@cognizant.com. Chinta Subrahmanyam is Senior Manager of Projects within Cognizant s BPM Practice. In this role, he is responsible for managing BPM programs with a team of consultants who provide specialized BPM services to strategic customers. He is also responsible for BPM thought leadership and solutions development in India. Chinta has 10-plus years of experience in business consulting and IT services. His responsibilities include business consulting, client and account management, large services portfolio and program management and practice development. He has an undergraduate degree in engineering. Chinta can be reached at Subrahmanyamvenkata.Chinta@cognizant.com. Acknowledgements The authors would like to acknowledge the contributions of Pegasystems Steve Kraus and Madhu Kota, Senior Director of Product Marketing and Director of Product Management for CRM Products and Solutions, respectively. About Cognizant Cognizant (NASDAQ: CTSH) is a leading provider of information technology, consulting, and business process outsourcing services, dedicated to helping the world s leading companies build stronger businesses. Headquartered in Teaneck, New Jersey (U.S.), Cognizant combines a passion for client satisfaction, technology innovation, deep industry and business process expertise, and a global, collaborative workforce that embodies the future of work. With over 50 delivery centers worldwide and approximately 140,500 employees as of March 31, 2012, Cognizant is a member of the NASDAQ-100, the S&P 500, the Forbes Global 2000, and the Fortune 500 and is ranked among the top performing and fastest growing companies in the world. Visit us online at or follow us on Twitter: Cognizant. World Headquarters 500 Frank W. Burr Blvd. Teaneck, NJ USA Phone: Fax: Toll Free: inquiry@cognizant.com European Headquarters 1 Kingdom Street Paddington Central London W2 6BD Phone: +44 (0) Fax: +44 (0) infouk@cognizant.com India Operations Headquarters #5/535, Old Mahabalipuram Road Okkiyam Pettai, Thoraipakkam Chennai, India Phone: +91 (0) Fax: +91 (0) inquiryindia@cognizant.com Copyright 2012, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is subject to change without notice. All other trademarks mentioned herein are the property of their respective owners.

What if one healthcare IT company is stronger than two?

What if one healthcare IT company is stronger than two? What if one healthcare IT company is stronger than two? To convey our unified, strategic focus on helping you answer healthcare s biggest challenges, TriZetto a member of the Cognizant family since 2014

More information

Cognizant Digital Media Services: One partner for all your content needs

Cognizant Digital Media Services: One partner for all your content needs Cognizant Solutions Overview Cognizant Digital Media : One partner for all your content needs is the new business driver It s engaging your audiences and opening new revenue opportunities. And it puts

More information

>ModelEye Solution Overview

>ModelEye Solution Overview >ModelEye Solution Overview 1 Enterprise-wide Model Risk Governance Platform Solution Overview Chief risk officers of all financial institutions are actively trying to manage model risk. As a fallout of

More information

Solution Overview. Transform your life and annuities business

Solution Overview. Transform your life and annuities business Solution Overview Transform your life and annuities business Reduce operations expenses with Cognizant s business process as a service offering. Solution Overview: Is your legacy a burden rather than an

More information

Solution Overview. Cognizant Delivers Submission as a Service for Commercial New Business Submission Intake Process

Solution Overview. Cognizant Delivers Submission as a Service for Commercial New Business Submission Intake Process Cognizant Solution Overview Solution Overview Cognizant Delivers Submission as a Service for Commercial New Business Submission Intake Process Cognizant Solution Overview 2 Cognizant Delivers Submission

More information

Cognizant Solution Overview. Solution Overview. Cognizant and Measure Partner to Deliver a Dramatic Business Impact for Insurers Using Drones

Cognizant Solution Overview. Solution Overview. Cognizant and Measure Partner to Deliver a Dramatic Business Impact for Insurers Using Drones Solution Overview Cognizant and Measure Partner to Deliver a Dramatic Business Impact for Insurers Using Drones Cognizant Solution Overview Leverage drones technology to create industry leading solutions

More information

ICD-10 Advantages Require Advanced Analytics

ICD-10 Advantages Require Advanced Analytics Cognizant 20-20 Insights ICD-10 Advantages Require Advanced Analytics Compliance alone will not deliver on ICD-10 s potential to improve quality of care, reduce costs and elevate efficiency. Organizations

More information

Diagramming Change to Better Inform Business Process Renovation

Diagramming Change to Better Inform Business Process Renovation Cognizant 20-20 Insights Diagramming Change to Better Inform Business Process Renovation To gain the full benefits of business process management, banks must apply a business process model and notation-driven

More information

CIO Priorities: Striking the Right Balance Between Growth and Efficiency

CIO Priorities: Striking the Right Balance Between Growth and Efficiency Cognizant 20-20 Insights CIO Priorities: Striking the Right Balance Between Growth and Efficiency As a slowdown looms, Indian financial firms CIOs are turning to technology to rein in costs without hampering

More information

Breaking Tradition in ICD-10 Testing

Breaking Tradition in ICD-10 Testing Cognizant 20-20 Insights Breaking Tradition in ICD-10 Testing A nontraditional testing approach is required to successfully address ICD-10 s impact on business operations. Executive Summary In most cases,

More information

Integrated Mobility QA: A Strategic Business Enabler for Enhancing End-user Experience Across Digital Channels

Integrated Mobility QA: A Strategic Business Enabler for Enhancing End-user Experience Across Digital Channels Cognizant 20-20 Insights Integrated Mobility QA: A Strategic Business Enabler for Enhancing End-user Experience Across Digital Channels As smartphones and tablets enter the market at breakneck speed, organizations

More information

Transform your life and annuities business to reduce expenses and promote business growth.

Transform your life and annuities business to reduce expenses and promote business growth. LifeAdmin Core Overview Transform your life and annuities business to reduce expenses and promote business growth. December 2017 Business growth needs to happen simultaneously with cost cutting and support

More information

Improving Clinical Trial Patient Retention Using Cognizant s HealthActivate Patient Engagement Solution

Improving Clinical Trial Patient Retention Using Cognizant s HealthActivate Patient Engagement Solution Improving Clinical Trial Patient Retention Using Cognizant s HealthActivate Patient Engagement Solution HealthActivate Life Sciences companies are under increasing pressure to reduce clinical trial costs,

More information

Value Stream Services

Value Stream Services Offering Overview Value Stream Services Ensure new offerings and transformed applications deliver their predicted business value and supercharge your digitally powered business velocity with Cognizant

More information

Offering Overview. Change Adoption

Offering Overview. Change Adoption Offering Overview Change Adoption Ensure digital initiatives generate and sustain their promised business value and performance by accelerating adoption of new digital technologies, platforms and processes

More information

Reimagining content value to deliver personalized experiences and drive growth.

Reimagining content value to deliver personalized experiences and drive growth. CONTENTIZE OVERVIEW Reimagining content value to deliver personalized experiences and drive growth. December 2017 In an age of high customer expectations for a relevant experience, content reigns supreme.

More information

GSE Loan Delivery: Interim Analysis and Approach

GSE Loan Delivery: Interim Analysis and Approach Cognizant 20-20 Insights GSE Loan Delivery: Interim Analysis and Approach Executive Summary While the recent housing crisis can be attributed to a number of factors low interest rates, exotic products,

More information

DUCK CREEK POLICY UPGRADE FACTORY. Cognizant s Duck Creek Policy Upgrade Factory helps insurers transition to the latest version of Duck Creek Policy.

DUCK CREEK POLICY UPGRADE FACTORY. Cognizant s Duck Creek Policy Upgrade Factory helps insurers transition to the latest version of Duck Creek Policy. Approach Paper DUCK CREEK POLICY UPGRADE FACTORY Cognizant s Duck Creek Policy Upgrade Factory helps insurers transition to the latest version of Duck Creek Policy. Duck Creek Policy Upgrade Factory February

More information

How to pivot your silo-based manufacturing operations to a more integrated framework capable of dealing with new requirements for mass customization.

How to pivot your silo-based manufacturing operations to a more integrated framework capable of dealing with new requirements for mass customization. ONEPLANT OVERVIEW How to pivot your silo-based manufacturing operations to a more integrated framework capable of dealing with new requirements for mass customization. December 2017 ONEPLANT OVERVIEW Are

More information

Making Life Easier for Investigators: A Shared Solution for Smarter, Faster Clinical Trials

Making Life Easier for Investigators: A Shared Solution for Smarter, Faster Clinical Trials Cognizant 20-20 Insights Making Life Easier for Investigators: A Shared Solution for Smarter, Faster Clinical Trials The industry s Shared Investigator Platform significantly reduces the time and cost

More information

Front-to-back Architectural Re-design for a Global Universal bank

Front-to-back Architectural Re-design for a Global Universal bank CASE STUDY Front-to-back Architectural Re-design for a Global Universal bank Cognizant delivered a robust and scalable target architectural design aimed at improving operational efficiency and delivering

More information

Retail Analytics: Game Changer for Customer Loyalty

Retail Analytics: Game Changer for Customer Loyalty Cognizant 20-20 Insights Retail Analytics: Game Changer for Customer Loyalty By leveraging analytics tools and models, retailers can boost customer loyalty by creating a personalized shopping experience

More information

Minimize Returns, Maximize Recovery: Reverse Logistics Made Easy and Simple

Minimize Returns, Maximize Recovery: Reverse Logistics Made Easy and Simple Solution Overview Returns Minimize Returns, Maximize Recovery: Reverse Logistics Made Easy and Simple Make returns a strategic advantage for your retail or consumer goods organization. Reverse logistics

More information

Cognizant BigFrame Fast, Secure Legacy Migration

Cognizant BigFrame Fast, Secure Legacy Migration Cognizant BigFrame Fast, Secure Legacy Migration Speeding Business Access to Critical Data BigFrame speeds migration from legacy systems to secure next-generation data platforms, providing up to a 4X performance

More information

How DevOps Drives Real-Time Business Growth

How DevOps Drives Real-Time Business Growth Cognizant 20-20 Insights How DevOps Drives Real-Time Business Growth (Part One of a Two-Part Series) Merging application development and operations to speed applications and services development and delivery

More information

Government Solutions for Today s Healthcare Challenges

Government Solutions for Today s Healthcare Challenges GOVERNMENT PROGRAMS Government Solutions for Today s Healthcare Challenges Health plans that serve the government programs healthcare market are presented with both challenges and opportunities. Having

More information

Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Industry

Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Industry Cognizant 20-20 Insights Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Industry By working proactively to collect and distill digital information, transmission and distribution

More information

Content as a Service

Content as a Service Offering Brief Content as a Service Ensure your customers create compelling and relevant content, improving brand experience with Cognizant Interactive s Content as a Service. Simplify and streamline your

More information

Enterprise Asset Maintenance Optimization

Enterprise Asset Maintenance Optimization Cognizant Utilities Solution Overview Enterprise Asset Maintenance Optimization Executive Summary In large enterprises, reducing costs related to asset maintenance, repair and ultimate replacement is among

More information

Digital Field Services Improves Performance & Up-Time

Digital Field Services Improves Performance & Up-Time SOLUTION OVERVIEW Digital Field Services Improves Performance & Up-Time The sensor for a fuel pump in a commercial airliner flashes a warning. The fault could cause failure, but the airline is forewarned

More information

Transformation to World Leading Quality: Is Your Organization Ready?

Transformation to World Leading Quality: Is Your Organization Ready? Cognizant 20-20 Insights Transformation to Quality: Is Your Organization Ready? As new technologies emerge and demand rises for faster time-to-market with the highest quality, QA organizations need to

More information

Transformation Enablement

Transformation Enablement Offering Overview Transformation Enablement Ensure your organization s digital transformation initiatives achieve radically different levels of performance and quickly capture value with Cognizant Digital

More information

Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies

Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies DIGITAL BUSINESS Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies Many companies share similar digital objectives. Here are our recommendations for realizing five

More information

Greenfield Application Solution

Greenfield Application Solution Offering Overview Greenfield Application Solution Be first to market and realize business value quickly from major new product, service and experience introductions with Greenfield Application Solution

More information

Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash)

Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash) Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash) An AMX International White Paper January 2008 Page 1 NOTE: The following is intended to outline our general

More information

Speeding Human- Centered Technology to Market

Speeding Human- Centered Technology to Market Solution Overview Digital Engineering Speeding Human- Centered Technology to Market On-site ethnographic research puts you in your customers shoes, and their hearts. Hyper agile development turns those

More information

CONNECTED PRODUCTS OVERVIEW. Connected Products

CONNECTED PRODUCTS OVERVIEW. Connected Products CONNECTED PRODUCTS OVERVIEW Connected Products How to redefine next generation product development that creates high-quality, connected products faster while controlling costs and delivering on customer

More information

Future of Work Enabler: Flexible Service Delivery

Future of Work Enabler: Flexible Service Delivery Making the Shift to the Next-Generation Enterprise (a multi-part series) Future of Work Enabler: Flexible Service Delivery A flexible service delivery model is essential for enabling the agility, responsiveness

More information

Corporate Overview. Helping clients win with digital at scale and speed

Corporate Overview. Helping clients win with digital at scale and speed Corporate Overview Helping clients win with digital at scale and speed Corporate Overview 1 Cognizant (NASDAQ-100: CTSH) is one of the world s leading professional services companies, transforming clients

More information

Unlocking the Value in Warranty Management

Unlocking the Value in Warranty Management Cognizant 20-20 Insights Unlocking the Value in Warranty Management Executive Summary Manufacturers that offer a warranty on their products are aware of the pitfalls of warranty management. Claims eat

More information

CASS Governance Implementation for a Global Universal Bank

CASS Governance Implementation for a Global Universal Bank CASE STUDY CASS Governance Implementation for a Global Universal Bank Cognizant led a multi-disciplinary team to develop a robust, tailored and scalable solution framework to manage and safeguard client

More information

A Next-Generation Approach to Integrated Warranty Management

A Next-Generation Approach to Integrated Warranty Management Cognizant 20-20 Insights A Next-Generation Approach to Integrated Warranty For today s manufacturers, gaining actionable insights from customers warranty data requires a closed-loop system that pivots

More information

Transforming the Business Through Large-scale Product Implementation

Transforming the Business Through Large-scale Product Implementation Cognizant 20-20 Insights Transforming the Business Through Large-scale Product Implementation There are multiple facets to the success of an extensive IT product implementation. We present a sequence,

More information

Cognizant Digital Engineering: Accelerate Application Transformation for the Cloud

Cognizant Digital Engineering: Accelerate Application Transformation for the Cloud Cognizant Digital Engineering: Accelerate Application Transformation for the Cloud More Value, Faster Velocity In the digital economy, the advantage goes to the company that can deliver high-value software

More information

Solution Overview Connected Places

Solution Overview Connected Places Connected Places Buildings are getting smart. Are you optimizing facilities management to save money, improve operations, and enhance customer experience? If not, it s time. March 2019 Facilities don t

More information

Strategic Cost Optimization: Driving Business Innovation While Reducing IT Costs

Strategic Cost Optimization: Driving Business Innovation While Reducing IT Costs Strategic Cost Optimization: Driving Business Innovation While Reducing IT Costs CIOs embrace strategic cost optimization initiatives by striking a balance between IT spend and investments in business

More information

Coordinating Security Response and Crisis Management Planning

Coordinating Security Response and Crisis Management Planning Cognizant 20-20 Insights Coordinating Security Response and Crisis Management Planning Proper alignment of these two critical IT disciplines can mean the difference between an efficient response and a

More information

Offering Overview. Managed Innovation

Offering Overview. Managed Innovation Offering Overview Managed Innovation Companies must align innovation with a deep understanding of what consumers want to bring new experiences to market that deliver and capture value. Managed Innovation

More information

The Future of Contact Centers

The Future of Contact Centers Cognizant 20-20 Insights The Future of Contact Centers By adding new SMAC Stack technologies, organizations can address customer queries and issues in consistent ways across multiple channels enhancing

More information

See What's Coming in Oracle Service Cloud. Release Content Document

See What's Coming in Oracle Service Cloud. Release Content Document See What's Coming in Oracle Service Cloud Release Content Document November 2015 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE SERVICE CLOUD NOVEMBER RELEASE OVERVIEW... 4 WEB CUSTOMER SERVICE... 5 Oracle

More information

BACK-OFFICE TRANSFORMATION OF A GLOBAL INVESTMENT BANK

BACK-OFFICE TRANSFORMATION OF A GLOBAL INVESTMENT BANK CASE STUDY Banking & Financial Services BACK-OFFICE TRANSFORMATION OF A GLOBAL INVESTMENT BANK Business Situation Investment banks today face a multitude of business and operational challenges. Apart from

More information

Pega Customer Service

Pega Customer Service Pega Customer Service 7.21 PRODUCT OVERVIEW Copyright 2016 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved.

More information

Architecting an Enterprise Content Management Strategy: A Four-Pillar Approach

Architecting an Enterprise Content Management Strategy: A Four-Pillar Approach Cognizant 20-20 Insights Architecting an Enterprise Management : A Four-Pillar Approach With a structured enterprise-content management (ECM) strategy, organizations can develop a well-defined blueprint

More information

COMPETE IN THE DIGITAL ECONOMY WITH APPLICATION MODERNIZATION FROM COGNIZANT

COMPETE IN THE DIGITAL ECONOMY WITH APPLICATION MODERNIZATION FROM COGNIZANT ModernizeIT: Apps & Infra Integrated Transformation COMPETE IN THE DIGITAL ECONOMY WITH APPLICATION MODERNIZATION FROM COGNIZANT Equipping the Enterprise for Digital Success In today s always-on digital

More information

How a Global Manufacturer Successfully Enhanced its Pricing Structure in Four Critical Steps

How a Global Manufacturer Successfully Enhanced its Pricing Structure in Four Critical Steps Cognizant 20:20 Insights How a Global Manufacturer Successfully Enhanced its Pricing Structure in Four Critical Steps Executive Summary Pricing at global manufacturing companies involves multiple businesses,

More information

Verint Engagement Management Solution Brief. Overview of the Applications and Benefits of

Verint Engagement Management Solution Brief. Overview of the Applications and Benefits of Verint Engagement Management Solution Brief Overview of the Applications and Benefits of Verint Engagement Management November 2015 Table of Contents Introduction... 2 Verint Engagement Management Advantages...

More information

ContactPro Agent Desktop for Omnichannel Customer Experience

ContactPro Agent Desktop for Omnichannel Customer Experience ContactPro Agent Desktop for Omnichannel Customer Experience CCT ContactPro (CP) is the perfect solution for the agent desktop in an Avaya omnichannel contact center environment. ContactPro empowers agents

More information

Synergizing Master Data Management and Big Data

Synergizing Master Data Management and Big Data Cognizant 20-20 Insights Synergizing Master Data Management and Big Data The strategic value of master data management (MDM) has been well documented. Yet for companies with mature MDM systems, the complexities

More information

Cognizant and Duck Creek Helping P&C insurers accelerate business transformation

Cognizant and Duck Creek Helping P&C insurers accelerate business transformation Duck Creek Practice Overview Cognizant and Duck Creek Helping P&C insurers accelerate business transformation Property and casualty (P&C) insurance is an old business. Some historians trace the origins

More information

Ultimus Adaptive BPM Suite V8 Product Brief Page 2

Ultimus Adaptive BPM Suite V8 Product Brief Page 2 The Ultimus Adaptive BPM Suite is a complete, enterprise software application designed to create an operational environment that empowers people in the organization to drive process automation and improvement.

More information

Digital Game-Changers for the Communication Service Provider Industry

Digital Game-Changers for the Communication Service Provider Industry Digital Game-Changers for the Communication Service Provider Industry By monetizing data, refining their processes, boosting their technological maturity and then proactively responding to subscribers

More information

Ultimus Adaptive BPM Suite 8 Product Overview

Ultimus Adaptive BPM Suite 8 Product Overview Accelerate Performance Adaptive BPM Suite 8 Product Overview Contact Information 15000 Weston Parkway Cary, North Carolina 27513 USA Telephone: +1 919 678-0900 Fax: +1 919 678-0901 Accelerate Performance

More information

Informatica Cloud Application Integration

Informatica Cloud Application Integration Data Sheet Informatica Cloud Application Integration Key Benefits Implement processes and APIs with zero code Build APIs with sophisticated data integration capabilities Leverage out-of-the-box connectivity

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Zendesk CTI Integration Configuration Guide Version 8.0 Revision 1.0 Copyright 2013, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the

More information

Multi-Country Core Banking Implementation: Challenges and Solutions

Multi-Country Core Banking Implementation: Challenges and Solutions Cognizant 20-20 Insights Multi-Country Core Banking Implementation: Challenges and Solutions The complexities and special requirements of multi-country applications, and a practical approach to selecting

More information

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION. A RapidValue Solutions Whitepaper

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION. A RapidValue Solutions Whitepaper POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION A RapidValue Solutions Whitepaper Executive Summary Enterprise mobility has transformed the way businesses engage with customers,

More information

How MSPs Deliver Innovation and Cost Reduction through Automation

How MSPs Deliver Innovation and Cost Reduction through Automation How MSPs Deliver Innovation and Cost Reduction through Automation Disclaimer and Copyright Notice The information contained in this document represents the current view of Microsoft Corporation on the

More information

HIX 2.0: New Alternatives for State Participation in Health Insurance Exchanges

HIX 2.0: New Alternatives for State Participation in Health Insurance Exchanges Cognizant 20-20 Insights HIX 2.0: New Alternatives for State Participation in Health Insurance Exchanges By examining the pluses and minuses of emerging forms of health insurance exchanges, states can

More information

White Paper. Non Functional Requirements of Government SaaS. - Ramkumar R S

White Paper. Non Functional Requirements of Government SaaS. - Ramkumar R S White Paper Non Functional Requirements of Government SaaS - Ramkumar R S Contents Abstract Summary..4 Context 4 Government SaaS.4 Functional Vs Non Functional Requirements (NFRs)..4 Why NFRs are more

More information

HP Cloud Maps for rapid provisioning of infrastructure and applications

HP Cloud Maps for rapid provisioning of infrastructure and applications Technical white paper HP Cloud Maps for rapid provisioning of infrastructure and applications Table of contents Executive summary 2 Introduction 2 What is an HP Cloud Map? 3 HP Cloud Map components 3 Enabling

More information

FINACLE SERVICES: API MANAGEMENT USING CA API GATEWAY

FINACLE SERVICES: API MANAGEMENT USING CA API GATEWAY FINACLE SERVICES: API MANAGEMENT USING CA API GATEWAY Executive Summary Banks embarking on a digital transformation in today s connected world need to thrive, compete and evolve. To accelerate this transformation,

More information

6 Core Building Blocks of a Group Benefits Underwriting Application

6 Core Building Blocks of a Group Benefits Underwriting Application 6 Core Building Blocks of a Group Benefits Underwriting Application POWERING PROFITABLE GROWTH WITH AN INTEGRATED SOLUTION Roger Soppe, CLU Director Industry Principal, Insurance PEGASYSTEMS Non-linear

More information

Moving From Contact Center to Customer Engagement

Moving From Contact Center to Customer Engagement Daitan White Paper Moving From Contact Center to Customer Engagement USING THE CLOUD, BIG DATA AND WEBRTC TO GET THERE Highly Reliable Software Development Services http://www.daitangroup.com Daitan Group

More information

Oracle s Service-Oriented Architecture Strategy

Oracle s Service-Oriented Architecture Strategy Pierre Fricke VP and Lead Analyst, Web Application Infrastructure web-infra@dhbrown.com Business velocity refers to a company s ability to generate operational speed while heading in the right direction.

More information

Customize Your Application

Customize Your Application Core features for initial implementation (approximately 10-12 weeks) Pega Customer Service is one of the Pega Customer Relationship Management suite of products, with Pega Sales Automation and Pega Marketing

More information

Cloud CRM s Evolution and Impact on QA

Cloud CRM s Evolution and Impact on QA Cognizant 20-20 Insights Cloud CRM s Evolution and Impact on QA As cloud-based customer relationship management systems such as Salesforce.com go mainstream, quality assurance and testing teams need to

More information

Data Management in the Footwear Industry

Data Management in the Footwear Industry Cognizant 20-20 Insights Data Management in the Footwear Industry By centralizing and integrating product information management with enterprise resource planning and shop floor execution systems, footwear

More information

Bill Chesnut BizTalk Practice Manager Stargate Global Consulting

Bill Chesnut BizTalk Practice Manager Stargate Global Consulting Bill Chesnut BizTalk Practice Manager Stargate Global Consulting BizTalk Server MVP Microsoft BizTalk Virtual Technical Specialist Melbourne BizTalk User Group Leader Session Objective(s): Get an overview

More information

DIGITAL TRANSFORMATION WITH INTELLIGENT SOLUTIONS FROM INFOSYS AND PEGA

DIGITAL TRANSFORMATION WITH INTELLIGENT SOLUTIONS FROM INFOSYS AND PEGA DIGITAL TRANSFORMATION WITH INTELLIGENT SOLUTIONS FROM INFOSYS AND PEGA Introduction Today, organizations want smart digital initiatives that can transform their business to drive top and bottom line growth.

More information

Overcoming the Limitations of Conventional Application Performance Management

Overcoming the Limitations of Conventional Application Performance Management An Oracle White Paper April 2010 Overcoming the Limitations of Conventional Application Performance Management Disclaimer The following is intended to outline our general product direction. It is intended

More information

Microsoft SQL Server 2000 Reporting Services

Microsoft SQL Server 2000 Reporting Services Microsoft SQL Server 2000 Reporting Services Product Evaluation Guide January 2004 Abstract This guide highlights the most important features of Microsoft SQL Server 2000 Reporting Services. 2004 Microsoft

More information

SAVVION PROGRESS BPM SERVER PROGRESS SAVVION BPM SERVER OVERVIEW

SAVVION PROGRESS BPM SERVER PROGRESS SAVVION BPM SERVER OVERVIEW D A T A S H E E T PROGRESS BPM SERVER PROGRESS BPM SERVER OVERVIEW The process execution and integration capabilities of Progress Savvion BusinessManager Platform are provided by the Progress Savvion BPM

More information

Enhancing and Sustaining Business Agility through Effective Vendor Resiliency

Enhancing and Sustaining Business Agility through Effective Vendor Resiliency Cognizant 20-20 Insights Enhancing and Sustaining Business Agility through Effective Vendor Resiliency Extracting continuous value from third-party vendors means methodically assessing their ability to

More information

About Contract Management

About Contract Management Contract Management System Architecture Data Sheet July 2014 About Contract Management Oracle Primavera Contract Management is a multi-user, multi-project Web-based application that manages all aspects

More information

Lifecycle Stage Assessment: A Framework for Improving Adoption of Web Self-Service

Lifecycle Stage Assessment: A Framework for Improving Adoption of Web Self-Service Cognizant 20-20 Insights Lifecycle Stage Assessment: A Framework for Improving Adoption of Web Self-Service Executive Summary For a utility company (electricity, gas or water), the channels of interaction

More information

Avaya Interaction Center

Avaya Interaction Center Avaya Interaction Center Overview Exceeding customer expectations for personalized service across all channels phone, video, email, web, SMS, and social media is no longer an afterthought. For many companies

More information

The Evolved Call Center

The Evolved Call Center The Evolved Call Center Evolve IP s award-winning Contact Center provides organizations with a sophisticated, cloud-based service that delivers real business value. Leverage Evolve IP s redundant and compliant

More information

Chat Module Feature List

Chat Module Feature List Key Differentiators Seamless Integration Informed and empowered interactions in every channel and every touch point - inbound and outbound calls, Email, Web Chat, Social Media and SMS all from the same

More information

From Continuous to Autonomous Testing with AI

From Continuous to Autonomous Testing with AI COGNIZANT 20-20 INSIGHTS From Continuous to Autonomous Testing with AI Continuous testing, or DevOps embedded with QA, helps organizations keep pace with market dynamics. Artificial intelligence can augment

More information

DocuLynx Mercury Web Seamless Access to Document Archives

DocuLynx Mercury Web Seamless Access to Document Archives Enterprise Output and Customer Communications Expertise DocuLynx Mercury Web Seamless Access to Document Archives A Madison Advisors White Paper August 3, 2009 Copyright 2009 by Madison Advisors. Madison

More information

Understanding the Business Benefits of an Open Source SOA Platform

Understanding the Business Benefits of an Open Source SOA Platform Understanding the Business Benefits of an Open Source SOA Platform A Hurwitz white Paper Hurwitz White Paper Copyright 2009, Hurwitz & Associates All rights reserved. No part of this publication may be

More information

ORACLE CRM ON DEMAND RELEASE 37

ORACLE CRM ON DEMAND RELEASE 37 ORACLE CRM ON DEMAND RELEASE 37 Get smarter, more productive and gain the best value with Oracle CRM On Demand Release 37. Now, with Release 37, organizations of all types and sizes benefit from actionable

More information

Pega: The Real Alternative to Salesforce & Vlocity

Pega: The Real Alternative to Salesforce & Vlocity Your Guide to Customer Engagement Excellence Pega: The Real Alternative to Salesforce & Vlocity Your Guide to Customer Engagement Excellence A PEGA COMMUNICATIONS EBOOK 1 Guide: Customer Engagement Platform

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 4 UPDATE 17D 4 Revision History 4 Overview 4 Optional Uptake of New Features (Opt In) 5 Update Tasks 5 Feature Summary 6 Supply Chain Collaboration 7 Streamline Collaboration

More information

Enterprise Mobility: Are You Ready?

Enterprise Mobility: Are You Ready? Enterprise Mobility: Are You Ready? of time, money and labor in deploying web-based, business-critical desktop applications. In recent years, the IT landscape has expanded to include a multitude of mobile

More information

MiCloud Engage Contact Center

MiCloud Engage Contact Center MiCloud Engage Contact Center Deliver exceptional customer experiences Key Features Instant Provisioning Advanced Flow Designer Intelligent Multi-Channel Routing Real-Time & Historical Reporting Custom

More information

TouchPoint Sales Solution Sheet

TouchPoint Sales Solution Sheet TouchPoint Sales Solution Sheet September 2016 Communications Center - TouchPoint is a seamless omni-channel contact center solution with streamlined processes for a superior customer journey and a 360

More information

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE Oracle Service Cloud Release 18C New Feature Summary ORACLE TABLE OF CONTENTS Revision History 3 Overview 3 Agent Browser Desktop Automation 3 Workflow Enable Save Option for Workflow Elements 3 Workflow

More information

Configuring your application to the Customer Relationship Management suite

Configuring your application to the Customer Relationship Management suite Configuring your application to the Customer Relationship Management suite Pega Marketing for 7.31 November 2017 Introduction Content The Pega Customer Relationship Management application suite for empowers

More information

Expand your automation horizon and your returns with Cognizant s comprehensive intelligent automation solutions

Expand your automation horizon and your returns with Cognizant s comprehensive intelligent automation solutions Offering Overview Digital Operations Intelligent Process Automation Expand your automation horizon and your returns with Cognizant s comprehensive intelligent automation solutions Scale and Mature Your

More information