The Cost of Duplicate Data in Enterprise Content Management

Size: px
Start display at page:

Download "The Cost of Duplicate Data in Enterprise Content Management"

Transcription

1 The Cost of Duplicate Data in Enterprise Content Management Sheryl Arnold Partner/CTO

2 Introduction Duplicate records in databases and product information are a serious issue for data and content management systems. We have all experienced one aspect of this problem when we receive several mass-market mailings all addressed differently to our home: Mike Smith is the same as Michael Smith is the same as Mike R Smith problem. Significant effort has been made to identify and remove duplicates to prevent the obvious cost waste for these mail/address databases. In the area of product information and enterprise resource planning (ERP) data management, the issue is similarly expensive. Beside the costs of maintaining duplicate data, the issue is magnified as this data becomes available across the enterprise in a variety of applications. For example, duplicate product records in an eprocurement system can cause a variety of problems. These range in importance from a minor nuisance when a catalog user pauses to try to understand the differences in products that appear identical in the catalog but might be different. On the other end of the spectrum is the issue of product obsolescence and misidentification when duplicate records remain in a system. It becomes critical as part of a data and content management system to provide a method to identify and remove duplicates and to prevent the introduction of duplicates into these systems when possible. This process is often called deduping. This paper addresses the issue of duplicates and provides a strategy for the prevention, identification, and removal of duplicate data records. Why Duplicates Matter in eprocurement Systems Duplicate records are troublesome in most applications and eprocurement systems are no different. For example, if the fields used for a product key are identical, a critical operation on the product data record may be performed in error. These affected operations include product updates, price and availability changes, obsolescence of products, catalog search results, general maintenance of the product catalog, and equipment maintenance. It is also interesting to note that the average system contains up to 65% duplicates. Even though many product content management systems provide functionality for the loading and maintenance of product information, duplicate identification and removal requires additional business processes. An effective solution must be sophisticated enough to provide automated software technology as well as learned intelligence capture and exception handling. Failure to do both of these will result in a loss of productivity, efficiency, and accuracy when manual steps are repeated over time. How Duplicates Affect the Bottom Line The day-to-day operations involved in keeping manufacturing or construction equipment and fleet operations at optimum levels can be tedious at best. It s always a fair assumption that supporting operations such as Procurement, Maintenance, Sourcing, and Asset Management should be able to access the right product at the right price from the right supplier. Depending on the duplicate volume and complexity levels that have been allowed to sweep across the enterprise system the challenge in controlling costs can seem insurmountable. In this paper there are multiple examples of duplicates at different complexity levels. In each example there is a cost risk based on different pricing for the same part. If the data for these products is from varied sources (systems, business units, or regions) then costs will climb exponentially based on usage and duplicate volume. 1 P a g e

3 Understanding Duplicates Duplicate identification can be an expensive and involved process. It is important to understand the scope and issues related to duplication identification and removal before a strategy can be devised and implemented. The examples used in this paper are simple by design, but the concepts also apply to complex, highly attributed, and direct material product information. An important aspect of understanding duplicates is in understanding different classifications, or levels of duplicates. Generally, three levels of duplicates exist in any given system, and each level requires a different process and effort for identification and removal. A description of each of these levels is shown on the following page. Level-1 Duplicates: Exact Records The simplest and most easily understood duplicates occur when two or more records are an exact match. These records are known as a Level-1 duplicates. In Table 1 below, notice that the first and last records are exact. These records may be in a single source file or one record may be in a source file to load while one record already exists in the destination database. In some cases, a complete record may be spread across multiple source files. These files all contain a unique key to the data but have different components that are used to make up a single product description. This situation applies to all levels of duplicate identification. Table 1: Example of Exact Records Mfr Name Description Mfr Part # UOM Supplier Price Fleetguard Filter Fuel Spin On FF5324 EA ABC Corporation Fleetguard Filter Fuel Spin On FF5321 EA ABC Corporation Fleetguard Filter Fuel Spin On FF5324 EA ABC Corporation Level-2 Duplicates: Near-Exact and Similar Records Level-2 duplicates are records that vary by some value but are, in fact, the same record. This condition can be caused by a number of factors ranging from typographical errors and incomplete data to differing descriptions by different suppliers for the same record. Notice that the six items in the table below vary by some slight deviation. This variation is all that is required for a computer to believe that these are six unique records. 2 P a g e

4 Table 2: Example of Near-Exact Records Mfr Name Description Mfr Part # UOM Supplier Price Fleetguard Filter Fuel Spin On #FF5324 EA ABC Fleetguard Filter Fuel Spin On FF5324 EA ABC Corp Fleetguard Filter Fuel Spin On FF5324 Each ABCCorp Fleetguard Filter Fuel Spin On FIL5324 EA ABC Fleetguard Filter Fuel Spin On FF 5324 EA ABCCorp Fleetguard Filter Fuel Spin On FF5324 EA ABC Level-3 Duplicates: Different Records Representing Identical Records The third and most complex level of duplicates occurs when the records are the same but their descriptions and even part numbers are different. Level-3 duplicates require sophisticated matching algorithms and sometimes human intervention in order to identify and resolve the duplicate. Table 3: Example of Complex Records Mfr Name Description Mfr Part # UOM Supplier Price Fleet Gard Filter, Fuel 5324 EA ABCCO FleetGuard Fuel Filter FG EA ABC Corp Fleetguard Filter, Spin On FG FF5324 EA ABCCorp Level-4 Duplicates: Identical products with different manufacturers The fourth level of duplicates represents the identification of duplicate products that are being provided by multiple manufacturers or suppliers. This type of duplicate is typically referred to as an alternate or cross reference to the original part and provides the exact same fit, form and function as the original. Table 4: Example of Identical Products Mfr Name Description Mfr Part # UOM Supplier Price Fleetguard Filter Fuel Spin On FF5324 EA ABC Corp Baldwin Fuel Filter BF7634 EA AAA Parts Caterpillar Filter 1R0759 EA ABC Corp Donaldson Fuel spin-on primary P EA XYZ Inc P a g e

5 Duplicate Identification and Removal One primary reason for classifying the duplicates into four levels is that the process to identify and remove them is addressed differently for each one. Level-1 duplicates are the easiest to identify. Conversely, Level-3 identification of duplicates is costly in time, resources, and money while Level-4 duplicates produce results that can drive business initiatives such as manufacturer consolidation, deep discount and contract negotiation purchasing strategies. There may be slight variances for each of the levels outlined below depending on the type of data and the type of system (i.e., ERP, CRM, legacy 1, legacy 2, eprocurement, etc.) the data is from. Level-1 Duplicate Records At first glance, Level-1 duplicate identification and removal looks quite simple. However, it is more difficult than it seems to find exact matches. This is directly related to how a computer analyzes data. The precision that computer software provides for identifying matches does not help in the case where # 123 is not the same as #123. This issue compounds significantly when there are long text descriptions associated with a record. One technique to mitigate this problem is to define keys for a duplicate where long text fields are ignored. A Level-1 duplicate check should be performed on any new data entering the system after an initial duplicate removal project has been performed. It is desirable to have a strict key definition (i.e. as many fields of the record as possible). It is also critical to have these potential duplicates routed into an exception-based workflow for action. Level-2 Duplicate Records While there is usually gain from a Level-1 duplicate project, the majority of duplicate records will be identified through a Level-2 process. This will require data cleansing and normalization as part of the process and is often performed in conjunction with those activities. Since typical keys selected for duplicate identification for eprocurement product content are manufacturer and manufacturer part number, these are a good starting point for cleansing and normalization. Unit of measure (UOM) is also a common attribute to add to the key. Typical record cleansing and normalization activities are shown as follows: Part numbers need to be normalized (notice spaces, dashes, and special characters) Manufacturer names need to be normalized by using a reference database All text requires case normalization (sentence or title casing), spell checking, and abbreviation expansion Subtleties for Level-2 Duplicate Identification Additionally, there are often subtleties associated with Level-2 duplicate identification. Several of these are as follows: Text fields are notoriously difficult (i.e., Table 2) Too simple key definition can lead to many false duplicates Part numbers often have many representations with dashes, spaces Trailing spaces may need trimming and cannot be visually identified Multiple suppliers of the same part might be desired but flagged as a duplicate 4 P a g e

6 Level-3 Duplicate Records The most difficult and, therefore, most costly of duplicate record identification is when the records do not share many, if any, identical fields even after a cleansing and normalization exercise. These records are typically a small subset of the overall number of duplicate records, but can become a majority of the cost. The effort and resources to identify these duplicates vary by commodity type but typically require subject matter experts (SMEs) or the involvement of the manufacturer or supplier in order to determine the accuracy of the product description. Subtleties in Level-3 Duplicate Identification The subtleties manifest themselves in how the SMEs perform the exercise. In particular, replacements, similar records, and newer versions often cause errors. It is important in a Level-3 exercise to have at least two independent SMEs validate the duplicate. In some cases, it may be necessary to contact the manufacturer or supplier. If a decision is made to remove or not remove, then that decision needs to be documented, archived, and possibly internal procurement processes need to be revised to eliminate the potential danger of adding duplicates in the future. Level-4 Duplicate Records Level-4 duplicates that are managed by corporate business practices may not need to be removed from the procurement system since they provide buying power and potential supplier consolidation. In most cases where corporate business practices have been unable to identify these types of duplicates there is a high risk of unused inventory and unrealized cost savings. The effort required to identify these duplicates vary by commodity type and utilize all levels of duplicate identification. Subtleties in Level-4 Duplicate Identification The subtleties manifest themselves in the effectiveness of the duplicate identification processes, how they are exercised and the involvement of SMEs. Duplicate Identification and Removal Work Flow Once an analysis is completed and a strategy is determined, a workflow can be established for the management of all four levels of duplicate identification and removal. It is critical at this stage to ensure the capture of all intelligence about the data records with any nuances, the processes, and lessons learned in this initial project. It is likely that these patterns will repeat themselves over time when new data records are encountered or additional processing is performed on the existing data. A sample workflow is shown in the Figure below. It does not include details such as how the software compares records technically or what specific action is performed at each step. These will vary depending on the result of the analysis and the software used in the workflow. 5 P a g e

7 Figure 1: Duplicate Identification and Removal Workflow Legacy Database De-duped Database Level-1 De-dupe Remove Exact Records Level-2 De-dupe Remove Same- Keyed Records Validate Normalize Cleanse Classify Enrich Data Normalization and Cleansing The validation step is typically used to ensure that required fields exist and values are within specified ranges. The normalize step ensures common values are used for fields where possible (e.g., units of measure) and standards are applied. The cleanse step corrects errors in the record. The classify step is used to place similar records in a taxonomy (i.e., typically a category of like products with their associated attributes). The enrich step is often used to enhance missing, incomplete, and inaccurate descriptions of the product.. After records receive this processing, they run though a Level-2 duplicate identification and removal process. Ideally, the product content management software would be able to save these steps with a context for each action required (e.g., by supplier). Level-3 duplicate identification is performed after the classification step with software that provides a search capability by category. It is typically performed by having SME s examine records after the processing shown in the Figure above. 6 P a g e

8 Conclusion It is important to understand the cost of duplicates and scope of the problem before embarking on a duplicate identification and removal strategy. This cost will determine which strategy to employ and the level of duplicate identification required. It is recommended that every system implement Level-1 duplicate record identification and removal. More importantly, implement a system to prevent Level 1 duplicates from entering the system with future record additions or imports. Most analyses will determine that Level-2 duplicate identification and removal is also required. Level-3 is a system-by-system analysis while Level-4 may require corporate initiatives for improved manufacturer and supplier management. In all cases, ensure that any knowledge gained in the process is captured and used to prevent the addition of duplicates upon additional record imports. It is important at this step to determine if the software and product content systems in your enterprise or under evaluation for your enterprise are equipped to handle duplicate identification and removal processes. Costs associated with the project will be directly proportional to the automated capabilities of these systems. Once the identification and removal project is successful, it is critical to establish on-going procedures, processes and technology automation to prevent duplicate entries. If the system you use has the ability to capture a combination of processes and learned knowledge (e.g., EMI-SMS Data Quality Solutions), then cost savings and efficiencies can be realized. Additionally, this knowledge can be leveraged in other projects within the enterprise that require or desire duplicate record removal. Author - Sheryl Arnold, The Cost of Duplicate Data in Enterprise Content Management, WPDQ P a g e

Featuring a White Paper from Priya Kamani, M.D. of Neoforma, Inc. June 2004. Sponsored by. Thought Leadership From MRI. Montgomery Research

Featuring a White Paper from Priya Kamani, M.D. of Neoforma, Inc. June 2004. Sponsored by. Thought Leadership From MRI. Montgomery Research Featuring a White Paper from Priya Kamani, M.D. of Neoforma, Inc. June 2004 Thought Leadership From MRI Montgomery Research Sponsored by 2 ASCET Vision Hospital Supply Chain Savings Priya Kamani Hospital

More information

Spend Enrichment: Making better decisions starts with accurate data

Spend Enrichment: Making better decisions starts with accurate data IBM Software Industry Solutions Industry/Product Identifier Spend Enrichment: Making better decisions starts with accurate data Spend Enrichment: Making better decisions starts with accurate data Contents

More information

Four Steps to Invoice Automation. From Manual to a Fully Electronic Purchase-to-Pay Process

Four Steps to Invoice Automation. From Manual to a Fully Electronic Purchase-to-Pay Process Four Steps to Invoice Automation Table of Contents 1 Executive summary 2 Four essential steps when automating invoice processing Step 1 - Audit your current process, set the goals for improvement and start

More information

Management Information Systems

Management Information Systems Management Information Systems A year of transition and preparation Following a period of consolidation of applications, the year under review was a year of transition and preparation for what is to come

More information

Bodhtree Healthcare Offerings

Bodhtree Healthcare Offerings Bodhtree Healthcare Offerings Bodhtree s healthcare solutions address critical challenges faced by healthcar e providers in the areas of patient care and materials management. Telephone: +91.40.6622.2333

More information

Benefits of Master Data Governance (MDG) ROI Study

Benefits of Master Data Governance (MDG) ROI Study Benefits of Master Data Governance (MDG) ROI Study Presented by Nelson Lin of Konica Minolta Business Solutions USA, Inc. and Uli Neubert of ICM America, LLC Learning Points Why MDG? Best Practices Associated

More information

SWITCH ON THINK BUYERS. All procurement transactions in one system

SWITCH ON THINK BUYERS. All procurement transactions in one system SWITCH ON THINK BUYERS All procurement transactions in one system INTRODUCTION At think we believe in challenging the status quo and that doing business should be simple. An organisation s employees are

More information

Call center success. Creating a successful call center experience through data

Call center success. Creating a successful call center experience through data Call center success Creating a successful call center experience through data CONTENTS Summary...1 Data and the call center...2 Operations...2 Business intelligence...2 Customer engagement...3 Poor data

More information

NCOE whitepaper Master Data Deployment and Management in a Global ERP Implementation

NCOE whitepaper Master Data Deployment and Management in a Global ERP Implementation NCOE whitepaper Master Data Deployment and Management in a Global ERP Implementation Market Offering: Package(s): Oracle Authors: Rick Olson, Luke Tay Date: January 13, 2012 Contents Executive summary

More information

ACL WHITEPAPER. Automating Fraud Detection: The Essential Guide. John Verver, CA, CISA, CMC, Vice President, Product Strategy & Alliances

ACL WHITEPAPER. Automating Fraud Detection: The Essential Guide. John Verver, CA, CISA, CMC, Vice President, Product Strategy & Alliances ACL WHITEPAPER Automating Fraud Detection: The Essential Guide John Verver, CA, CISA, CMC, Vice President, Product Strategy & Alliances Contents EXECUTIVE SUMMARY..................................................................3

More information

NATIONAL E-PROCUREMENT PROJECT GUIDANCE NOTES

NATIONAL E-PROCUREMENT PROJECT GUIDANCE NOTES NATIONAL E-PROCUREMENT PROJECT GUIDANCE NOTES DATA INTEGRATION Title: Data Integration Identification: Defines some of the technical aspects of data integration within organisations and between systems

More information

Data Governance for ERP Projects

Data Governance for ERP Projects Data Governance for ERP Projects Adopting the Best Practices for Ongoing Data Management A whitepaper by Verdantis Data Governance has emerged as the point of convergence for people, technology and process

More information

Vendor Relationship Management

Vendor Relationship Management Vendor Relationship Management Getting What You Paid For (and More) Stephen Guth VP, Vendor Management Thursday, February 26 th, 2015, 8:00 9:00 a.m. Topics Case Study Company Intro Begin with the End

More information

Supply Chain Optimization

Supply Chain Optimization White Paper Supply Chain Optimization Maintenance Repair and Operations (MRO) supply chain, when given serious consideration at all, is frequently seen as a challenge a high-cost, but necessary evil to

More information

CIC Audit Review: Experian Data Quality Enterprise Integrations. Guidance for maximising your investment in enterprise applications

CIC Audit Review: Experian Data Quality Enterprise Integrations. Guidance for maximising your investment in enterprise applications CIC Audit Review: Experian Data Quality Enterprise Integrations Guidance for maximising your investment in enterprise applications February 2014 Table of contents 1. Challenge Overview 03 1.1 Experian

More information

ActivePrime's CRM Data Quality Solutions

ActivePrime's CRM Data Quality Solutions Data Quality on Demand ActivePrime's CRM Data Quality Solutions ActivePrime s family of products easily resolves the major areas of data corruption: CleanCRM is a single- or multi-user software license

More information

Introduction. Table of Contents

Introduction. Table of Contents Introduction To stay competitive, you know how important it is to find new ways to streamline and save on your company s operations. Learning how leading companies handle commercial payments can give you

More information

An Oracle White Paper April, 2012. Spend Management Best Practices: A Call for Data Management Accelerators

An Oracle White Paper April, 2012. Spend Management Best Practices: A Call for Data Management Accelerators An Oracle White Paper April, 2012 Spend Management Best Practices: A Call for Data Management Accelerators Table of Contents Overview... 1 Analytics Best Practices... 2 The Importance of Spend Management

More information

Data quality and the customer experience. An Experian Data Quality white paper

Data quality and the customer experience. An Experian Data Quality white paper Data quality and the customer experience An Experian Data Quality white paper Data quality and the customer experience Contents Executive summary 2 Introduction 3 Research overview 3 Research methodology

More information

Material Master Data Management

Material Master Data Management WHITEPAPER The Business Benefits of Material Master Data Management INTRODUCTION Master data is the core reference data that describes the fundamental dimensions of business customer, material, vendor,

More information

Master Reference Data: Extract Value from your Most Common Data. White Paper

Master Reference Data: Extract Value from your Most Common Data. White Paper Master Reference Data: Extract Value from your Most Common Data White Paper Table of Contents Introduction... 3 So What?!? Why align Reference Data?... 4 MDM Makes MDM Better... 5 Synchronize, Integrate

More information

Accounts Payable. How to Cut Costs and Improve Invoice Processing Efficiency

Accounts Payable. How to Cut Costs and Improve Invoice Processing Efficiency Accounts Payable How to Cut Costs and Improve Invoice Processing Efficiency Contents 3 4 Introduction The Challenges of Invoices 5 The Goals of Invoice Automation 6-7 The Key Elements of Invoice Automation

More information

BEST PRACTICES IN AP AUTOMATION

BEST PRACTICES IN AP AUTOMATION MINUTE READ TIME WHITE PAPER ACCOUNTS PAYABLE BEST PRACTICES IN AP AUTOMATION Consolidating Workflow Outside ERP Systems www.esker.com BEST PRACTICES IN AP AUTOMATION Consolidating Workflow Outside ERP

More information

Sungard Banner Integration

Sungard Banner Integration Project Team eprocurement Overview Advantages of Implementing HigherMarkets Sungard Banner Integration Savings Overview Questions BUSINESS INTELLIGENCE REPORTS SOURCING MANAGER CONTRACT MANAGER SPEND

More information

D&B Optimizer Powered by Acxiom

D&B Optimizer Powered by Acxiom D&B Optimizer Powered by Acxiom Increase campaign efficiency, improve response rates, and reveal new opportunities by identifying and enriching more business and commercial records in your databases Enable

More information

Leveraging the power of UNSPSC for Business Intelligence

Leveraging the power of UNSPSC for Business Intelligence Paper No. Satyam/DW&BI/00 6 A Satyam White Paper Leveraging the power of UNSPSC for Business Intelligence Author: Anantha Ramakrishnan Ananth_Ark@onsite.satyam.com Introduction The Universal Standard Products

More information

Automating Procure-to-Pay

Automating Procure-to-Pay White Paper Automating Procure-to-Pay Brian G. Rosenberg, Chief Executive Officer There has been an increased focus on the Procure-to-Pay ( P2P ) process over the past several years. This has resulted

More information

The Butterfly Effect on Data Quality How small data quality issues can lead to big consequences

The Butterfly Effect on Data Quality How small data quality issues can lead to big consequences How small data quality issues can lead to big consequences White Paper Table of Contents How a Small Data Error Becomes a Big Problem... 3 The Pervasiveness of Data... 4 Customer Relationship Management

More information

Data Quality and Cost Reduction

Data Quality and Cost Reduction Data Quality and Cost Reduction A White Paper by David Loshin WHITE PAPER SAS White Paper Table of Contents Introduction Data Quality as a Cost-Reduction Technique... 1 Understanding Expenses.... 1 Establishing

More information

PROCURE-TO-PAY TRANSFORMATION FOR CFOs. Achieving Control, Visibility & Cost Savings.

PROCURE-TO-PAY TRANSFORMATION FOR CFOs. Achieving Control, Visibility & Cost Savings. PROCURE-TO-PAY TRANSFORMATION FOR CFOs Achieving Control, Visibility & Cost Savings. Table of Contents Introduction...3 Driving up the Cost of the Procure-to-Pay Cycle...4 5 Ways to Cut Procure-to-Pay

More information

Top 10 reasons to automate expense management process

Top 10 reasons to automate expense management process Top 10 reasons to automate expense management process Switching from spreadsheet to an automated solution Though many leading enterprises have moved to automate their expense management, there are still

More information

Informatica Master Data Management

Informatica Master Data Management Informatica Master Data Management Improve Operations and Decision Making with Consolidated and Reliable Business-Critical Data brochure The Costs of Inconsistency Today, businesses are handling more data,

More information

Unlocking the Full Potential of Your Item Master. Strategic Data Management is the Key

Unlocking the Full Potential of Your Item Master. Strategic Data Management is the Key Unlocking the Full Potential of Your Item Master Strategic Data Management is the Key Executive Summary As health care organizations (HCO) move from a fee for service model to a patient satisfaction outcome-based

More information

Where Is the Planning in Enterprise Resource Planning (ERP)?

Where Is the Planning in Enterprise Resource Planning (ERP)? INDUSTRY INSIDER 1 Where Is the Planning in Enterprise Resource Planning (ERP)? By Linda Cabe In today s economy, everyone is trying to do more with less. Economic indicators tell us that manufacturing

More information

How to Achieve a Single Customer View

How to Achieve a Single Customer View How to Achieve a Single Customer View 1.0 Introduction Clients want to obtain a Single Customer View of their contact database/crm system to let them understand the types of individuals/businesses that

More information

Responding to Healthcare s Most Urgent Business Issues. Advocate Health Care Case Study

Responding to Healthcare s Most Urgent Business Issues. Advocate Health Care Case Study Responding to Healthcare s Most Urgent Business Issues Advocate Health Care Case Study $50 Million in Supply Chain Savings Part of Ongoing Efforts to Optimize Resources PROVIDER PROFILE Based in Oak Brook,

More information

IBM Emptoris Procurement SaaS Service

IBM Emptoris Procurement SaaS Service IBM Emptoris Procurement SaaS Service Service Definition IBM Emptoris Procurement SaaS Service 1 1. Summary 1.1 Service Description IBM is focused on providing Best in Class Supply and Contract Management

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and Information Management Problem: HP s numerous systems unable to deliver the information needed for a complete picture of business operations, lack of

More information

How To Use An Ibm Infosphere Mdm For Salesforce.Com

How To Use An Ibm Infosphere Mdm For Salesforce.Com IBM Software MDM-Powered Solutions for Salesforce CRM Customer data you can trust for sales and marketing success MDM-Powered Solutions for Salesforce CRM Contents 2 Introduction 2 Empower Sales and Marketing

More information

Why is Master Data Management getting both Business and IT Attention in Today s Challenging Economic Environment?

Why is Master Data Management getting both Business and IT Attention in Today s Challenging Economic Environment? Why is Master Data Management getting both Business and IT Attention in Today s Challenging Economic Environment? How Can You Gear-up For Your MDM initiative? Tamer Chavusholu, Enterprise Solutions Practice

More information

Customer Relationship Management (CRM)

Customer Relationship Management (CRM) Customer Relationship Management (CRM) Customer relationship management, or CRM, is an approach to doing business that can transform the performance and profitability of an organisation. It is about putting

More information

A Melissa Data White Paper. Six Steps to Managing Data Quality with SQL Server Integration Services

A Melissa Data White Paper. Six Steps to Managing Data Quality with SQL Server Integration Services A Melissa Data White Paper Six Steps to Managing Data Quality with SQL Server Integration Services 2 Six Steps to Managing Data Quality with SQL Server Integration Services (SSIS) Introduction A company

More information

Axis Cloud Collaboration Platform Business Partner Collaboration

Axis Cloud Collaboration Platform Business Partner Collaboration Axis Cloud Collaboration Platform Business Partner Collaboration Axis is an enterprise cloud-delivered collaboration platform for exchanging supply chain, asset & work management data electronically between

More information

Software-assisted document review: An ROI your GC can appreciate. kpmg.com

Software-assisted document review: An ROI your GC can appreciate. kpmg.com Software-assisted document review: An ROI your GC can appreciate kpmg.com b Section or Brochure name Contents Introduction 4 Approach 6 Metrics to compare quality and effectiveness 7 Results 8 Matter 1

More information

ADDING A CRM CASE... 4 ACCESSING PEOPLESOFT...

ADDING A CRM CASE... 4 ACCESSING PEOPLESOFT... PeopleSoft CRM 8.9 Table of Contents ADDING A CRM CASE... 4 ACCESSING PEOPLESOFT... 4 CORE HOME PAGE... 4 ADDING A CASE... 5 NAVIGATOR BAR... 5 LOCATING AN EMPLOYEE... 6 THE EMPLOYEE INFORMATION SECTION...

More information

Harness the value of information throughout the enterprise. IBM InfoSphere Master Data Management Server. Overview

Harness the value of information throughout the enterprise. IBM InfoSphere Master Data Management Server. Overview IBM InfoSphere Master Data Management Server Overview Master data management (MDM) allows organizations to generate business value from their most important information. Managing master data, or key business

More information

PECOS. Product Features Guide Purchase to Pay

PECOS. Product Features Guide Purchase to Pay PECOS Product Features Guide Purchase to Pay Elcom PECOS Currently enables over 120,000 buyers within 200+ organizations to manage more than $8 billion in total procurement spend each year. These buyers

More information

Strategic Data Governance

Strategic Data Governance Authoring Success into Your Data Strategic Data Governance Strategic Data Advisory Data Cleansing, Enrichment, Migration Data Governance Advisory About Strategic Data Governance LLP SDG is a global data

More information

Master Data Management Framework: Begin With an End in Mind

Master Data Management Framework: Begin With an End in Mind S e p t e m b e r 2 0 0 5 A M R R e s e a r c h R e p o r t Master Data Management Framework: Begin With an End in Mind by Bill Swanton and Dineli Samaraweera Most companies know they have a problem with

More information

Bruhati Technologies. About us. ISO 9001:2008 certified. Technology fit for Business

Bruhati Technologies. About us. ISO 9001:2008 certified. Technology fit for Business Bruhati Technologies ISO 9001:2008 certified Technology fit for Business About us 1 Strong, agile and adaptive Leadership Geared up technologies for and fast moving long lasting With sound understanding

More information

Customer Relationship Management (CRM) Business Guide. Superfast Business Wales

Customer Relationship Management (CRM) Business Guide. Superfast Business Wales Superfast Business Wales Customer Relationship Management, or CRM, is an approach to doing business that can transform the performance and profitability of an organisation. Business Guide Customer Relationship

More information

Impact of B2B E-procurement Systems A Summary Report

Impact of B2B E-procurement Systems A Summary Report Impact of B2B E-procurement Systems A Summary Report Chandrasekar Subramaniam University of North Carolina at Charlotte csubrama@email.uncc.edu William Qualls University of Illinois at Urbana-Champaign

More information

Enterprise Resource Planning Presentation to the Joint Legislative Oversight Committee on Information Technology.

Enterprise Resource Planning Presentation to the Joint Legislative Oversight Committee on Information Technology. Enterprise Resource Planning Presentation to the Joint Legislative Oversight Committee on Information Technology December 18, 2014 Enterprise Resource Planning (ERP) definition ERP is a business system

More information

Why Should Small and Mid Sized Business Use ERP?

Why Should Small and Mid Sized Business Use ERP? Why Should Small and Mid Sized Business Use ERP? There is no doubt that every small and medium business will acquire an asset for marketing or the production floor that will help the business to grow and

More information

INFORMATION YOU CAN MANAGE. JD Edwards World Financial Management

INFORMATION YOU CAN MANAGE. JD Edwards World Financial Management INFORMATION YOU CAN MANAGE JD Edwards World Financial Management Streamline financial operations. Make decisions based on accurate information. Respond quickly to change. INFORMATION YOU CAN MANAGE Financial

More information

Transforming Information Silos into Shareable Assets through Automated Content Conversion

Transforming Information Silos into Shareable Assets through Automated Content Conversion Transforming Information Silos into Shareable Assets through Automated Content Conversion AUTOMATED DOCUMENT CONVERSION FOR ECM SYSTEMS WHITE PAPER Executive Summary Massive volumes of business data much

More information

Strategic Sourcing Implementation Andrew Gager, CPIM

Strategic Sourcing Implementation Andrew Gager, CPIM Strategic Sourcing Implementation Andrew Gager, CPIM Purpose Life Cycle Engineering (LCE) firmly believes that every client whether a single site or multiple sites, has the ability to leverage their spending

More information

ERP SYSTEM SELECTION SUPPORT

ERP SYSTEM SELECTION SUPPORT Helping you make the best investment ERP SYSTEM SELECTION SUPPORT BDC Consulting is ISO 9001: 2008 certified > Unbiased expert advice > Proven system selection methodology > Powerful selection tools Follow

More information

IBM Software A Journey to Adaptive MDM

IBM Software A Journey to Adaptive MDM IBM Software A Journey to Adaptive MDM What is Master Data? Why is it Important? A Journey to Adaptive MDM Contents 2 MDM Business Drivers and Business Value 4 MDM is a Journey 7 IBM MDM Portfolio An Adaptive

More information

RedPrairie Transportation Management

RedPrairie Transportation Management RedPrairie Transportation Management All your global and local transport needs on one easy-to-use platform Whether your world involves orchestrating shipments across complex global supply and demand networks,

More information

Oracle Trading Community Architecture Modeling Customer and Prospect Data TCA Best Practices V.2. An Oracle White Paper January 2004

Oracle Trading Community Architecture Modeling Customer and Prospect Data TCA Best Practices V.2. An Oracle White Paper January 2004 Oracle Trading Community Architecture Modeling Customer and Prospect Data TCA Best Practices V.2 An Oracle White Paper January 2004 Oracle Trading Community Architecture Modeling Customer and Prospect

More information

<Insert Picture Here> Master Data Management

<Insert Picture Here> Master Data Management Master Data Management 김대준, 상무 Master Data Management Team MDM Issues Lack of Enterprise-level data code standard Region / Business Function Lack of data integrity/accuracy Difficulty

More information

ENHANCING INTELLIGENCE SUCCESS: DATA CHARACTERIZATION Francine Forney, Senior Management Consultant, Fuel Consulting, LLC May 2013

ENHANCING INTELLIGENCE SUCCESS: DATA CHARACTERIZATION Francine Forney, Senior Management Consultant, Fuel Consulting, LLC May 2013 ENHANCING INTELLIGENCE SUCCESS: DATA CHARACTERIZATION, Fuel Consulting, LLC May 2013 DATA AND ANALYSIS INTERACTION Understanding the content, accuracy, source, and completeness of data is critical to the

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1. Introduction 1.1 Data Warehouse In the 1990's as organizations of scale began to need more timely data for their business, they found that traditional information systems technology

More information

Maximize Spend Visibility and Turn Data into Actionable Intelligence

Maximize Spend Visibility and Turn Data into Actionable Intelligence SAP Brief Ariba s Ariba Spend Visibility Objectives Maximize Spend Visibility and Turn Data into Actionable Intelligence Good spend management begins with good spend visibility Good spend management begins

More information

Five Tenets of Modern Procurement Move Source-to-Pay to the Cloud

Five Tenets of Modern Procurement Move Source-to-Pay to the Cloud ENTERPRISE RESOURCE PLANNING CLOUD Five Tenets of Modern Procurement Move Source-to-Pay to the Cloud Copyright 2014 Oracle Corporation. All Rights Reserved. Modern procurement organizations are continually

More information

Demand more from your retail marketing. HP Retail Promotion Manager

Demand more from your retail marketing. HP Retail Promotion Manager Demand more from your retail marketing. HP Retail Promotion Manager Reduce costs and boost sales. The HP Retail Promotion Manager provides a solution for retailers seeking to streamline and simplify the

More information

Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset.

Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset. White Paper Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset. Using LSI for Implementing Document Management Systems By Mike Harrison, Director,

More information

PROCESSING & MANAGEMENT OF INBOUND TRANSACTIONAL CONTENT

PROCESSING & MANAGEMENT OF INBOUND TRANSACTIONAL CONTENT PROCESSING & MANAGEMENT OF INBOUND TRANSACTIONAL CONTENT IN THE GLOBAL ENTERPRISE A BancTec White Paper SUMMARY Reducing the cost of processing transactions, while meeting clients expectations, protecting

More information

Master Your Data and Your Business Using Informatica MDM. Ravi Shankar Sr. Director, MDM Product Marketing

Master Your Data and Your Business Using Informatica MDM. Ravi Shankar Sr. Director, MDM Product Marketing Master Your and Your Business Using Informatica MDM Ravi Shankar Sr. Director, MDM Product Marketing 1 Driven Enterprise Timely Trusted Relevant 2 Agenda Critical Business Imperatives Addressed by MDM

More information

This case study walks you through the challenges involved in each step of the MDM initiative as shown in Fig.1 below: Oracle PLM.

This case study walks you through the challenges involved in each step of the MDM initiative as shown in Fig.1 below: Oracle PLM. Critical Success Factors for an MDM Initiative A Case Study of Cypress Semiconductor Mahender Bist Rapidflow Apps Inc. Jay Kilby Cypress Semiconductor Abstract Master Data Management (MDM) is becoming

More information

How To Improve Product Data Quality

How To Improve Product Data Quality Three Critical Steps to Improving Product Data Quality A DataFlux White Paper Prepared by Jim Harris Introduction Convincing your organization to view data as a strategic corporate asset and, by extension,

More information

BEYOND PAPERLESS How AP Change Makers can improve on scan and capture solutions to unlock the full potential of AP Automation

BEYOND PAPERLESS How AP Change Makers can improve on scan and capture solutions to unlock the full potential of AP Automation CHANGE PAPER BEYOND PAPERLESS How AP Change Makers can improve on scan and capture solutions to unlock the full potential of AP Automation March 2014 TABLE OF CONTENTS 1. AP AUTOMATION WHERE ARE YOU TODAY?

More information

Best Practices in International Logistics. How Top Companies Use Technology and Logistics Partners to Improve Performance

Best Practices in International Logistics. How Top Companies Use Technology and Logistics Partners to Improve Performance Best Practices in International Logistics How Top Companies Use Technology and Logistics Partners to Improve Performance December 2005 Transportation Spend Management Williams-Sonoma: Closed-Loop Transportation

More information

THE UTILISATION OF STATISTICAL METHODS IN THE AREA OF INVENTORY MANAGEMENT. Petr BESTA, Kamila JANOVSKÁ, Šárka VILAMOVÁ, Iveta VOZŇÁKOVÁ, Josef KUTÁČ

THE UTILISATION OF STATISTICAL METHODS IN THE AREA OF INVENTORY MANAGEMENT. Petr BESTA, Kamila JANOVSKÁ, Šárka VILAMOVÁ, Iveta VOZŇÁKOVÁ, Josef KUTÁČ THE UTILISATION OF STATISTICAL METHODS IN THE AREA OF INVENTORY MANAGEMENT Petr BESTA, Kamila JANOVSKÁ, Šárka VILAMOVÁ, Iveta VOZŇÁKOVÁ, Josef KUTÁČ VSB Technical University of Ostrava, Ostrava, Czech

More information

How To Manage Tail Spend

How To Manage Tail Spend Getting a Grip on Tail Spend by Ralf Mägerle, Kyle Rosenthal, Christian Meyer Sourcing and procurement organizations are under pressure like never before. Not only are they responsible for purchasing at

More information

The ROI Engine of E-Procurement

The ROI Engine of E-Procurement The ROI Engine of E-Procurement Automated procurement technologies deliver tremendous value to businesses striving to cut costs and boost efficiencies related to processing direct and indirect purchases.

More information

GAO. Inventory System Checklist Systems Reviewed Under the Federal Financial Management Improvement Act of 1996. Financial Management Series

GAO. Inventory System Checklist Systems Reviewed Under the Federal Financial Management Improvement Act of 1996. Financial Management Series GAO United States General Accounting Office Financial Management Series May 1998 Inventory System Checklist Systems Reviewed Under the Federal Financial Management Improvement Act of 1996 GAO/AIMD-98-21.2.4

More information

DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM

DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM M. Mayilvaganan 1, S. Aparna 2 1 Associate

More information

10426: Large Scale Project Accounting Data Migration in E-Business Suite

10426: Large Scale Project Accounting Data Migration in E-Business Suite 10426: Large Scale Project Accounting Data Migration in E-Business Suite Objective of this Paper Large engineering, procurement and construction firms leveraging Oracle Project Accounting cannot withstand

More information

Making Automated Accounts Payable a Reality

Making Automated Accounts Payable a Reality Making Automated Accounts Payable a Reality www.merkur.com (800) 637-1704 Table of Contents Introduction...3 Executive Summary...4 Challenges in Accounts Payable...5 What is the problem?...5 How big is

More information

I.M.A. Ltd. World-Class Material Master Data Management Solutions. Empowering Data-Driven Savings

I.M.A. Ltd. World-Class Material Master Data Management Solutions. Empowering Data-Driven Savings I.M.A. Ltd. Empowering Data-Driven Savings World-Class Material Master Data Management Solutions Data Cleansing Catalogue Management Enterprise Visibility Inventory Optimization Solutions Empowering Data-Driven

More information

Riversand Technologies, Inc. Powering Accurate Product Information PIM VS MDM VS PLM. A Riversand Technologies Whitepaper

Riversand Technologies, Inc. Powering Accurate Product Information PIM VS MDM VS PLM. A Riversand Technologies Whitepaper Riversand Technologies, Inc. Powering Accurate Product Information PIM VS MDM VS PLM A Riversand Technologies Whitepaper Table of Contents 1. PIM VS PLM... 3 2. Key Attributes of a PIM System... 5 3. General

More information

Considerations: Mastering Data Modeling for Master Data Domains

Considerations: Mastering Data Modeling for Master Data Domains Considerations: Mastering Data Modeling for Master Data Domains David Loshin President of Knowledge Integrity, Inc. June 2010 Americas Headquarters EMEA Headquarters Asia-Pacific Headquarters 100 California

More information

Guide to business gas purchasing for SMEs. Tomorrow's rates at today's prices. businessgas.com

Guide to business gas purchasing for SMEs. Tomorrow's rates at today's prices. businessgas.com Guide to business gas purchasing for SMEs BusinessGas.com businessgas.com 0800 157 7175 Helping you find the cheapest business gas rates This guide has been designed for anyone running a small or medium-sized

More information

Customer Case Studies on MDM Driving Real Business Value

Customer Case Studies on MDM Driving Real Business Value Customer Case Studies on MDM Driving Real Business Value Dan Gage Oracle Master Data Management Master Data has Domain Specific Requirements CDI (Customer, Supplier, Vendor) PIM (Product, Service) Financial

More information

The Jamcracker Enterprise CSB AppStore Unifying Cloud Services Delivery and Management for Enterprise IT

The Jamcracker Enterprise CSB AppStore Unifying Cloud Services Delivery and Management for Enterprise IT The Jamcracker Enterprise CSB AppStore Unifying Cloud Services Delivery and Management for Enterprise IT Jamcracker, Inc. 4677 Old Ironsides Drive Santa Clara, CA, USA 95054 www.jamcracker.com Table of

More information

Enterprise MDM: Complementing & Extending the Active Data Warehouse. Mark Shainman Global Program Director, Teradata MDM

Enterprise MDM: Complementing & Extending the Active Data Warehouse. Mark Shainman Global Program Director, Teradata MDM Enterprise MDM: Complementing & Extending the Active Data Warehouse Mark Shainman Global Program Director, Teradata MDM Agenda MDM and its Importance MDM, The Enterprise Data Warehouse and Data Mart Consolidation.

More information

Databases and Information Management

Databases and Information Management Databases and Information Management Reading: Laudon & Laudon chapter 5 Additional Reading: Brien & Marakas chapter 3-4 COMP 5131 1 Outline Database Approach to Data Management Database Management Systems

More information

Introduction. Table of Contents

Introduction. Table of Contents Introduction To stay competitive, you know how important it is to find new ways to streamline and save on your company s operations. Learning how leading companies handle commercial payments can give you

More information

4How Marketing Leaders Can Take Control of Data for Better

4How Marketing Leaders Can Take Control of Data for Better Steps to Achieve Better Marketing Results 4How Marketing Leaders Can Take Control of Data for Better Marketing Performance and Customer Interactions As a marketing leader, you rely heavily on data to inform

More information

DataFlux Data Management Studio

DataFlux Data Management Studio DataFlux Data Management Studio DataFlux Data Management Studio provides the key for true business and IT collaboration a single interface for data management tasks. A Single Point of Control for Enterprise

More information

Montage Whitepaper Data Governance- Part 1

Montage Whitepaper Data Governance- Part 1 Montage Whitepaper Data Governance- Part 1 Montage Whitepaper: Data Governance- Part1 INTRODUCTION What is Data Governance and why is it needed BUSINESS PRACTICES Reactive Business Intelligence vs. Proactive

More information

HIGH PRECISION MATCHING AT THE HEART OF MASTER DATA MANAGEMENT

HIGH PRECISION MATCHING AT THE HEART OF MASTER DATA MANAGEMENT HIGH PRECISION MATCHING AT THE HEART OF MASTER DATA MANAGEMENT Author: Holger Wandt Management Summary This whitepaper explains why the need for High Precision Matching should be at the heart of every

More information

The growing sophistication of the master data cleansing service industry

The growing sophistication of the master data cleansing service industry The growing sophistication of the master data cleansing service industry Krishna Shastry CTO, Grihasoft October 16 th, Data Quality Conference Agenda Overview : Data cleansing service industry Need for

More information

How. Matching Technology Improves. White Paper

How. Matching Technology Improves. White Paper How Matching Technology Improves Data Quality White Paper Table of Contents How... 3 What is Matching?... 3 Benefits of Matching... 5 Matching Use Cases... 6 What is Matched?... 7 Standardization before

More information

Analytics That Allow You To See Beyond The Cloud. By Alex Huang, Ph.D., Head of Aviation Analytics Services, The Weather Company, an IBM Business

Analytics That Allow You To See Beyond The Cloud. By Alex Huang, Ph.D., Head of Aviation Analytics Services, The Weather Company, an IBM Business Analytics That Allow You To See Beyond The Cloud By Alex Huang, Ph.D., Head of Aviation Analytics Services, The Weather Company, an IBM Business Table of Contents 3 Ways Predictive Airport Analytics Could

More information

A Control Framework for e-invoicing

A Control Framework for e-invoicing A Control Framework for e-invoicing White Paper by TWIST Dematerialisation of paper invoices and purchase orders may unleash greater efficiencies and cost savings in the order to pay process. Led by Steven

More information

4 Key Tools for Managing Shortened Customer Lead Times & Demand Volatility

4 Key Tools for Managing Shortened Customer Lead Times & Demand Volatility ebook 4 Key Tools for Managing Shortened Customer Lead Times & Demand Volatility 4 Key Tools for Managing Shortened Customer Lead Times & Demand Volatility S U P P L Y C H A I N Content Introduction Tool

More information