Informatica Cloud Siebel-Salesforce Vibe integration package. Siebel to Salesforce Account Bundle

Size: px
Start display at page:

Download "Informatica Cloud Siebel-Salesforce Vibe integration package. Siebel to Salesforce Account Bundle"

Transcription

1 Informatica Cloud -Salesforce Vibe integration package to Salesforce Account Bundle User Guide 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior consent of Informatica Corporation. All other company and product names may be trade names or trademarks of their respective owners and/or copyrighted materials of such owners.

2 Introduction Informatica Cloud -Salesforce Vibe Integration Package (VIP) is a blueprint for data synchronization between and Salesforce applications with Informatica Cloud technology. The VIP addresses two categories of application integration scenarios: 1. On-boarding (initial data migration) takes place during Salesforce implementation. It is one-way data upload from the existing application () to a newly deployed application (Salesforce). Initial data migration usually happens before the new application goes live; 2. Application data synchronization takes place when and Salesforce need to share data. Data synchronization is a batch process that runs on a regular basis (hourly, daily, etc.). Only new and updated data is synchronized. Synchronization process can happen from to Salesforce and/or from Salesforce to This particular VIP focuses on Opportunity-to-Sales Order integration scenario. The VIP delivers configurable integration templates between and Salesforce vanilla objects, accelerating the deployment of application integration projects. The VIP is composed by different bundles. Each of these bundles contains multiple one or more templates. Below is the detail of the synchronization process: The integration package focuses on the enterprise application standard configurations. Its content is country and industry neutral and it is meant to be easily customized and extended to suit customer-specific application implementations Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior consent of Informatica Corporation. All other company and product names may be trade names or trademarks of their respective owners and/or copyrighted materials of such owners.

3 The VIP incorporates Informatica Cloud best practices. It greatly reduces integration project total development time. The VIP is not an out-of-the-box solution. The templates can be adjusted for customized and Salesforce applications. The VIP provides its users with an accelerated time-to-value through rapid integration deployments. It serves as a jump-start for adopting Informatica Cloud as the enterprise integration platform. The bundles contained in the solution are dependent. To synchronize Opportunities, Account and Product bundles should be installed and configured first. See appendix 3

4 Bundle Contents The to Salesforce VIP provide a set of integration templates to allow a quick start on moving data from on premise application to Salesforce. Integration templates The VIP contains a set of prebuilt integration templates that you run through mapping configuration tasks. Integration templates improve development productivity and enhance the quality of cloud integration projects. The to Salesforce VIP includes the following integration templates: T_00_SBL2SFDC_Position: Insert Position in the Salesforce custom object Position T_01_SBL2SFDC_User: Create or Update Salesforce User object with S_USER Table from Database T_02a_SBL2SFDC_Account: Create or Update Salesforce Account object with S_ORG_EXT Table from Database T_02b_SBL2SFDC_AccountHierarchy: Update Salesforce Account object with Parent account from S_ORG_EXT Table from Database T_03_SBL2SFDC_Contact: Create or Update Salesforce Contact object with S_CONTACT Table from Database For more information about mapplets, integration templates, or other Informatica Cloud functionality, see the Informatica Cloud User Guide or online help. Reference data file The reference data file 2SFDC_XRef.csv contains the cross reference between the list of values used in and the list of values in Salesforce. It is a simple file containing the source system name, list of value name, source system value and target system value for each list of value. Position Template The template named T_00_SBL2SFDC_Position loads the position information in the custom object in salesforce Data Flow The template has the following logic integration logic: The template is designed to: 1. extract the information from the Position and Business Unit and Organization table, 2. join them together 3. Load the data into Salesforce as Upsert 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior consent of Informatica Corporation. All other company and product names may be trade names or trademarks of their respective owners and/or copyrighted materials of such owners.

5 Template Parameters Parameter Name BU Table Organization Table Position Table Salesforce Position object External ID Target Field mapping Description table containing the contact attributes. Default value is S_BU table containing the extra contact attributes. Default value is S_ORG_EXT table containing the user attributes. Default value is S_POSTN Salesforce Position Custom object. Default is InfaCS SBL_Postn c Field used as the external ID in Salesforce to allow the upsert operation on the target object. Default value is InfaCS SBL_External_ID c This parameter allow to customize the field mapping between field and Salesforce fields User Template The template named T_01_SBL2SFDC_User loads the User information in the user object in salesforce Data Flow The template has the following logic integration logic: The template is designed to: 1. extract the information from the User and contact table, 2. join them together 3. lookup the time zone information and translate the time zone to its Salesforce equivalent 4. lookup the Profile Id from Salesforce 5. lookup the Party UID to be used as the External ID 6. Load the data into Salesforce as Upsert 5

6 Template parameters Parameter Name SIEBEL Contact Table SIEBEL Contact X Table SIEBEL User Table SFDC User Object Party Table Timezone Table SFDC Profile Object SFDC XREF Object Field Mapping Default Profile Source System XREF Timezone User source filter External ID Description table containing the contact attributes. Default value is S_CONTACT table containing the extra contact attributes. Default value is S_CONTACT_X table containing the user attributes. Default value is S_USER Salesforce User object. Default value is User table with common attributes for parties such as user, contact, external organization, etc. Default value is S_PARTY table containing the link between the timezone and the party. Default value is S_TIMEZONE Salesforce object referencing the different user profiles setup in the organization. Default value is Profile Salesforce object containing cross reference data. Default value is InfaCS ICS_LOV c This parameter allow to customize the field mapping between field and Salesforce fields Default profile applied to the user loaded in Salesforce. Default value is Read Only Source system to select entry for timezone in the Salesforce cross reference object. Default value is Name of the list of values to be selected for the timezone cross reference. Default value is Timezone Optional filter to be applied directly to the source. The filter is expressed in SQL. This filter is applied to the $S_USER$ source object. Field used as the external ID in Salesforce to allow the upsert operation on the target object. Default value is InfaCS SBL_External_ID c Account Template The template named T_02a_SBL2SFDC_Account loads the Account information in the account object in salesforce Data Flow The template has the following logic integration logic: 6

7 The template is designed to: 1. extract the information from the External Organization and address table for both Billing and shipping addresses, 2. join them together 3. lookup the industry information and translate the industry to its Salesforce equivalent 4. translate the account type to its Salesforce equivalent 5. lookup the owner of the account and retrieve the User Id from Salesforce 6. lookup the Party UID to be used as the External ID 7. Load the data into Salesforce as Upsert Template parameters Parameter Name Organization Table Organiztion Extension Table Address Table Address Extension Table SFDC Account Object Party Table Industry Table Position Table Description table containing the external organization attributes. Default value is S_ORG_EXT table containing the extra external organization attributes. Default value is S_ORG_EXT_X table containing the address attributes. Default value is S_ADDR_PER table containing the extra address attributes. Default value is S_ADDR_PER_X Salesforce Account object. Default value is Account table with common attributes for parties such as user, contact, external organization, etc. Default value is S_PARTY table linking industry type with Party. Default value is S_INDUST table linking party with other party. Default value is S_POSTN 7

8 Parameter Name SFDC Position Object SFDC XREF Object SFDC User Table Account Object Field Mapping External ID XREF Account Type XREF Industry Source System User Source Filter Description Salesforce Position Custom object. Default is InfaCS SBL_Postn c Salesforce object containing cross reference data. Default value is InfaCS ICS_LOV c Salesforce User Object. Default value is User This parameter allow to customize the field mapping between field and Salesforce fields Field used as the external ID in Salesforce to allow the upsert operation on the target object. Default value is InfaCS SBL_External_ID c Name of the list of values to be selected for the Account Type cross reference. Default value is AccountType Name of the list of values to be selected for the Industry cross reference. Default value is Industry Source system to select list of values entry in the Salesforce cross reference object. Default value is Optional filter to be applied directly to the source. The filter is expressed in SQL. This filter is applied to the $S_ORG_EXT$ source object. Account Hierarchy Template The template named T_02b_SBL2SFDC_AccountHierarchy updates the account object in salesforce with the parent account form the information stored in Data Flow The template has the following logic integration logic: The template is designed to: 1. extract the information from the External Organization table 2. lookup the Parent Party UID and lookup the Salesforce Id for that accounr 3. lookup the Salesforce Id for the current account 4. update the parent account Id in the Account Object in Salesforce 8

9 Template Parameters Parameter Name Organization Table SFDC Account Object Party Table Organization Table SFDC Account Object External ID User Source Filter Account Object Field Mapping Description table containing the external organization attributes. Default value is S_ORG_EXT Salesforce Account object. Default value is Account table with common attributes for parties such as user, contact, external organization, etc. Default value is S_PARTY table for lookup containing the external organization attributes Default value is S_ORG_EXT Salesforce Account object for lookup. Default value is Account Field used as the external ID in Salesforce to allow the upsert operation on the target object. Default value is InfaCS SBL_External_ID c Optional filter to be applied directly to the source. The filter is expressed in SQL. This filter is applied to the $S_ORG_EXT$ source object. Optional filter to be applied directly to the source. The filter is expressed in SQL. This filter is applied to the $S_ORG_EXT$ source object. Contact Template The template named T_03_SBL2SFDC_Contact loads the Contact information in the contact object in salesforce Data Flow The template has the following logic integration logic: The template is designed to: 1. extract the information from the contact and address table 2. join them together 3. lookup the Account Party UID in and the Account Id in salesforce 4. lookup the Contact Party UID to be used as the External ID 9

10 5. Load the data into Salesforce as Upsert Template parameters Parameter Name Contact Table Contact Extension Table Address Table Address Extension Table SFDC Contact Object Party Table Position Table SFDC Position Object SFDC Account Object SFDC User Object Contact Object Field Mapping External ID User Filter condition User Source Filter Description table containing the contact attributes. Default value is S_CONTACT table containing the extra contact attributes. Default value is S_CONTACT_X table containing the address attributes. Default value is S_ADDR_PER table containing the extra address attributes. Default value is S_ADDR_PER_X Salesforce Contact object. Default value is Contact table with common attributes for parties such as user, contact, external organization, etc. Default value is S_PARTY table linking party with other party. Default value is S_POSTN Salesforce Position Custom object. Default value is InfaCS SBL_Postn c Salesforce Account object. Default value is Account Salesforce Account object. Default value is User This parameter allow to customize the field mapping between field and Salesforce fields Field used as the external ID in Salesforce to allow the upsert operation on the target object. Default value is InfaCS SBL_External_ID c Last filter before the record is sent to Salesforce Optional filter to be applied directly to the source. The filter is expressed in SQL. This filter is applied to the $S_CONTACT$ source object. 10

11 Installation The use of this bundle will consist on the following multiple steps Activate the bundle using the Informatica Marketplace Apply required customization to the salesforce application Create and customize the integration processes Create mapping configuration and customize the field mappings: add or remove field mappings between tables and Salesforce Objects to complete the data mapping for your organization Run and monitor the integration processes: Run the integration processes on demand or schedule to ensure synchronization of your applications, monitor the execution of the processes and review the results. Prerequisites Before you use the -Salesforce Vibe Integration package, verify the following prerequisites: Informatica Cloud Standard Edition valid account. database user account with the privileges required to read/write from/to tables. Salesforce user account with administration privileges required to create custom fields/objects Install the bundle The to Salesforce Account bundle appears as an available bundle in your organization. To view and install the bundle in your organization: click Administration > Available Bundles. After you install the bundle, you can use the integration templates in the bundle. After you install Setup customization in Salesforce Customize default Salesforce objects The to Salesforce migration and synchronization accelerator requires some minimal customization on the default objects to store important technical attributes which will be used for delta load and cross reference lookup. To customize a default Salesforce object 1. connect as an administrator to your Salesforce organization 2. click on the setup link on the top right of the window 3. on the left pan, in the build section click on customize and select customize your <objects> where <objects> is the object you want to customize and click on the Add a custom field to <objects> 4. In the <objects> Custom fields & relationships click on new and follow the wizard to create a new custom field. Here is the list of custom field to be added to the different default objects in Salesforce. Object Name API Object Field Name API Field Name Data Type Name Account Account ID InfaCS SBL_External_ID c Text(30) (External ID) 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior consent of Informatica Corporation. All other company and product names may be trade names or trademarks of their respective owners and/or copyrighted materials of such owners.

12 Object Name API Object Field Name API Field Name Data Type Name Account Account Billing InfaCS SBL_BL_Addr_Id c Text(15) Address ID Account Account Shipping InfaCS SBL_SH_Addr_Id c Text(15) Address ID Account Account Industry InfaCS SBL_Industry c Picklist Account Account Type InfaCS SBL_Type c Picklist Account Account Position InfaCS SBL_Postn c Lookup( Position) User User ID InfaCS SBL_External_ID c Text(30) (External ID) Contact Contact ID InfaCS SBL_External_ID c Text(30) (External ID) Contact Contact Mailing InfaCS SBL_ML_Addr_Id c Text(15) Address ID Contact Contact Other InfaCS SBL_OT_Addr_Id c Text(15) Address ID Contact Contact Position InfaCS SBL_Postn c Lookup( Position) Create custom objects In order to handle data cross-reference conversion, the to Salesforce migration and synchronization accelerator requires a custom object to be created in Salesforce. 1. connect as an administrator to your Salesforce organization 2. click on the setup link on the top right of the window 3. on the left pan, in the build section click on create then click on Manage your custom objects 4. click on New Custom Object button Here is the description of the custom object to be created. Object Name API Object Name Field Name API Field Name Data Type Informatica Cloud Service LOV Informatica Cloud Service LOV Informatica Cloud Service LOV Informatica Cloud Service LOV Position ICS_LOV c LOV Name Name Text(80) ICS_LOV c SFDC Value SFDC_Value c Text(255) ICS_LOV c ICS_LOV c InfaCS SBL_Postn c Source System Source System Value External ID Src_System c Src_Value c InfaCS SBL_External_ID c Text(50) Text(255) Text(30) (External 12

13 Object Name API Object Name Field Name API Field Name Data Type Position Position Position Import reference data InfaCS SBL_Postn c InfaCS SBL_Postn c InfaCS SBL_Postn c Position Division Position Location Position Organization InfaCS SBL_Postn_Divn c InfaCS SBL_Postn_Loc c InfaCS SBL_Postn_Org c Once the custom object is created, the default cross reference data should be loaded in it. 1. connect as an administrator to your Salesforce organization 2. click on the setup link on the top right of the window 3. on the left pan, under Data Management, click on Import Custom Objects 4. Click on Start the Import Wizard! link at the bottom of the page. 5. A new window opens, select the custom object you want to populate (here Informatica Cloud Service LOV) and click on next 6. As the object is empty, select No - insert all records in my import file. And click on next 7. Leave Name selected and click on next ID) Text(50) Text(50) Text(50) 8. Click on the Chosse File button and navigate to the file 2SFDC_XRef.csv provided with the accelerator and click on next 9. Assign LOV Type on the left with LOV Name, Source system with Source system, Source system value with Source system value and Salesforce Value with SFDC Value and click on next. 10. Finally click on Import! 13

14 Informatica Resources You can contact a Customer Support Center online or by telephone. For online support, click Submit Support Request in the Informatica Cloud application. You can also use Informatica MySupport to log a case. MySupport requires a user name and password. You can request a user name and password at The telephone numbers for Informatica Global Customer Support are available from the Informatica web site at Appendix A: Bundle dependencies The following type lists the dependencies between the bundles: Salesforce object Bundle Name Depends On User, Account, Contact Product, Price book DI_SBL2SFDC_Account DI_SBL2SFDC_Product Opportunity DI_SBL2SFDC_Opportunity DI_SBL2SFDC_Account DI_SBL2SFDC_Product Quote DI_SBL2SFDC_Quote DI_SBL2SFDC_Opportunity Asset DI_SBL2SFDC_Asset DI_SBL2SFDC_Account DI_SBL2SFDC_Product Activity DI_SBL2SFDC_Activity DI_SBL2SFDC_Opportunity DI_SBL2SFDC_Quote DI_SBL2SFDC_Asset 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior consent of Informatica Corporation. All other company and product names may be trade names or trademarks of their respective owners and/or copyrighted materials of such owners.

Informatica PowerExchange for Tableau User Guide

Informatica PowerExchange for Tableau User Guide Informatica PowerExchange for Tableau 10.2.1 User Guide Informatica PowerExchange for Tableau User Guide 10.2.1 May 2018 Copyright Informatica LLC 2015, 2018 This software and documentation are provided

More information

Data Migration Quick Start Bundle User Guide

Data Migration Quick Start Bundle User Guide Data Migration Quick Start Bundle User Guide 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Informatica Cloud Spring Microsoft Azure Blob Storage V2 Connector Guide

Informatica Cloud Spring Microsoft Azure Blob Storage V2 Connector Guide Informatica Cloud Spring 2017 Microsoft Azure Blob Storage V2 Connector Guide Informatica Cloud Microsoft Azure Blob Storage V2 Connector Guide Spring 2017 October 2017 Copyright Informatica LLC 2017 This

More information

Publishing and Subscribing to Cloud Applications with Data Integration Hub

Publishing and Subscribing to Cloud Applications with Data Integration Hub Publishing and Subscribing to Cloud Applications with Data Integration Hub 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Informatica Cloud Data Integration Winter 2017 December. What's New

Informatica Cloud Data Integration Winter 2017 December. What's New Informatica Cloud Data Integration Winter 2017 December What's New Informatica Cloud Data Integration What's New Winter 2017 December January 2018 Copyright Informatica LLC 2016, 2018 This software and

More information

Informatica Axon Data Governance 5.2. Release Guide

Informatica Axon Data Governance 5.2. Release Guide Informatica Axon Data Governance 5.2 Release Guide Informatica Axon Data Governance Release Guide 5.2 March 2018 Copyright Informatica LLC 2015, 2018 This software and documentation are provided only under

More information

Tutorial 1: Simple Parameterized Mapping

Tutorial 1: Simple Parameterized Mapping Tutorial 1: Simple Parameterized Mapping 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Using Synchronization in Profiling

Using Synchronization in Profiling Using Synchronization in Profiling Copyright Informatica LLC 1993, 2017. Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Creating an Avro to Relational Data Processor Transformation

Creating an Avro to Relational Data Processor Transformation Creating an Avro to Relational Data Processor Transformation 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

More information

Set Up and Maintain Sales Tools

Set Up and Maintain Sales Tools Set Up and Maintain Sales Tools Salesforce, Spring 16 @salesforcedocs Last updated: February 18, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Informatica Cloud Spring Google BigQuery Connector Guide

Informatica Cloud Spring Google BigQuery Connector Guide Informatica Cloud Spring 2017 Google BigQuery Connector Guide Informatica Cloud Google BigQuery Connector Guide Spring 2017 October 2017 Copyright Informatica LLC 2016, 2017 This software and documentation

More information

Informatica Cloud Spring Microsoft SharePoint Connector Guide

Informatica Cloud Spring Microsoft SharePoint Connector Guide Informatica Cloud Spring 2017 Microsoft SharePoint Connector Guide Informatica Cloud Microsoft SharePoint Connector Guide Spring 2017 January 2018 Copyright Informatica LLC 2015, 2018 This software and

More information

Informatica PowerExchange for Microsoft Azure Blob Storage 10.2 HotFix 1. User Guide

Informatica PowerExchange for Microsoft Azure Blob Storage 10.2 HotFix 1. User Guide Informatica PowerExchange for Microsoft Azure Blob Storage 10.2 HotFix 1 User Guide Informatica PowerExchange for Microsoft Azure Blob Storage User Guide 10.2 HotFix 1 July 2018 Copyright Informatica LLC

More information

Informatica Cloud Spring Data Integration Hub Connector Guide

Informatica Cloud Spring Data Integration Hub Connector Guide Informatica Cloud Spring 2017 Data Integration Hub Connector Guide Informatica Cloud Data Integration Hub Connector Guide Spring 2017 December 2017 Copyright Informatica LLC 1993, 2017 This software and

More information

Question: 1 Your requirement is to allow only one industry for a given Account. What would you do to start to meet the requirement?

Question: 1 Your requirement is to allow only one industry for a given Account. What would you do to start to meet the requirement? Question: 1 Your requirement is to allow only one industry for a given Account. What would you do to start to meet the requirement? A. Create a new Industry table. B. Create a new foreign key on S_INDUST

More information

Salesforce ID of the Feature record is stored in the Product Option record to maintain the relationship.

Salesforce ID of the Feature record is stored in the Product Option record to maintain the relationship. 01 INTRODUCTION Welcome to the first edition of Manual Migration Training. In this video we ll take a high-level look at the steps necessary to perform a successful migration of SteelBrick content. In

More information

SALESFORCE CERTIFIED SALES CLOUD CONSULTANT

SALESFORCE CERTIFIED SALES CLOUD CONSULTANT Certification Exam Guide SALESFORCE CERTIFIED SALES CLOUD CONSULTANT Summer 18 2018 Salesforce.com, inc. All rights reserved. S ALESFORCE CERTIFIED SALES CLOUD CONSULTANT CONTENTS About the Salesforce

More information

Salesforce Classic Mobile Implementation Guide

Salesforce Classic Mobile Implementation Guide Salesforce Classic Mobile Implementation Guide Version 42.0, Spring 18 @salesforcedocs Last updated: April 6, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

CLOUD EXPLORER DATALOADER USER S GUIDE UC INNOVATION, INC. April 07, 2017

CLOUD EXPLORER DATALOADER USER S GUIDE UC INNOVATION, INC. April 07, 2017 CLOUD EXPLORER DATALOADER USER S GUIDE April 07, 2017 UC INNOVATION, INC. 230 Commerce, Suite 110 Irvine, CA 92602 Phone: 949-415-8246 Fax: 866-890-7874 Email: info@ucinnovation.com http://www.ucinnovation.com

More information

SUSE Enterprise Storage Deployment Guide for Veritas NetBackup Using S3

SUSE Enterprise Storage Deployment Guide for Veritas NetBackup Using S3 SUSE Enterprise Storage Deployment Guide for Veritas NetBackup Using S3 by Kian Chye Tan December 2017 Guide Deployment Guide SUSE Enterprise Storage Deployment Guide SUSE Enterprise Storage Deployment

More information

HP Intelligent Management Center SOM Administrator Guide

HP Intelligent Management Center SOM Administrator Guide HP Intelligent Management Center SOM Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who administrate and operate the

More information

Siebel Project and Resource Management Administration Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Project and Resource Management Administration Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Project and Resource Management Administration Guide Siebel Innovation Pack 2013 Version 8.1/ September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software

More information

Financial Services Cloud Quick Start

Financial Services Cloud Quick Start Financial Services Cloud Quick Start Salesforce, Spring 17 @salesforcedocs Last updated: April 11, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

SAS Model Manager 2.3

SAS Model Manager 2.3 SAS Model Manager 2.3 Administrator's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS Model Manager 2.3: Administrator's Guide. Cary,

More information

Using ZENworks with Novell Service Desk

Using ZENworks with Novell Service Desk www.novell.com/documentation Using ZENworks with Novell Service Desk Novell Service Desk 7.1 April 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or

More information

Informatica Cloud Spring Complex File Connector Guide

Informatica Cloud Spring Complex File Connector Guide Informatica Cloud Spring 2017 Complex File Connector Guide Informatica Cloud Complex File Connector Guide Spring 2017 October 2017 Copyright Informatica LLC 2016, 2017 This software and documentation are

More information

INTERFACE TABLES REFERENCE

INTERFACE TABLES REFERENCE INTERFACE TABLES REFERENCE VERSION 7.5 12-BD3633 AUGUST 2002 Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2002 Siebel Systems, Inc. All rights reserved. Printed in the

More information

Gplus Cloud Pack for Siebel CRM. White Paper. Version 1.0

Gplus Cloud Pack for Siebel CRM. White Paper. Version 1.0 Gplus Cloud Pack for Siebel CRM White Paper Version 1.0 The information contained herein is proprietary and confidential and cannot be disclosed or duplicated without the prior written consent of Genesys

More information

Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004)

Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) 2017 Swiftpage ACT! LLC. All Rights Reserved. Swiftpage, Act!, and the Swiftpage product and service names mentioned herein are registered

More information

Salesforce Enterprise Edition Upgrade Guide

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

More information

Informatica Cloud Spring REST API Connector Guide

Informatica Cloud Spring REST API Connector Guide Informatica Cloud Spring 2017 REST API Connector Guide Informatica Cloud REST API Connector Guide Spring 2017 December 2017 Copyright Informatica LLC 2016, 2018 This software and documentation are provided

More information

VMware AirWatch Integration with RSA PKI Guide

VMware AirWatch Integration with RSA PKI Guide VMware AirWatch Integration with RSA PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

SALESFORCE CERTIFIED SALES CLOUD CONSULTANT

SALESFORCE CERTIFIED SALES CLOUD CONSULTANT Certification Exam Guide SALESFORCE CERTIFIED SALES CLOUD CONSULTANT Winter 18 2017 Salesforce.com, inc. All rights reserved. S ALESFORCE CERTIFIED SALES CLOUD CONSULTANT CONTENTS About the Salesforce

More information

C. Add a Product to many Product Catalogues and allow each Product Catalogue to have one or more Products.

C. Add a Product to many Product Catalogues and allow each Product Catalogue to have one or more Products. Volume: 74 Questions Question No : 1 In which three scenarios would the use of an MVG control be appropriate? A. Associate one 01 more Contacts to a given Account. B. Assign a Service Request by selecting

More information

Oracle Express CPQ for Salesforce.com. What s New in Summer 15

Oracle Express CPQ for Salesforce.com. What s New in Summer 15 Oracle Express CPQ for Salesforce.com What s New in Summer 15 8 June 2015 TABLE OF CONTENTS OVERVIEW... 3 Give Us Feedback... 3 POST-UPGRADE REQUIREMENTS... 3 PRE-UPGRADE TESTING... 4 RELEASE FEATURE SUMMARY...

More information

How to Optimize Jobs on the Data Integration Service for Performance and Stability

How to Optimize Jobs on the Data Integration Service for Performance and Stability How to Optimize Jobs on the Data Integration Service for Performance and Stability 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Informatica Cloud Data Integration Spring 2018 April. What's New

Informatica Cloud Data Integration Spring 2018 April. What's New Informatica Cloud Data Integration Spring 2018 April What's New Informatica Cloud Data Integration What's New Spring 2018 April April 2018 Copyright Informatica LLC 2016, 2018 This software and documentation

More information

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004)

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Copyright 2012 Sage Software, Inc. All Rights Reserved. Sage, the Sage logos, ACT!, and the Sage product and service names mentioned

More information

Question: 1 What are some of the data-related challenges that create difficulties in making business decisions? Choose three.

Question: 1 What are some of the data-related challenges that create difficulties in making business decisions? Choose three. Question: 1 What are some of the data-related challenges that create difficulties in making business decisions? Choose three. A. Too much irrelevant data for the job role B. A static reporting tool C.

More information

Microsoft Dynamics CRM 2011 Customization and Configuration

Microsoft Dynamics CRM 2011 Customization and Configuration Microsoft Dynamics CRM 2011 Customization and Configuration Number: MB2-866 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Microsoft EXAM MB2-866 Microsoft Dynamics

More information

Salesforce Classic Mobile Implementation Guide

Salesforce Classic Mobile Implementation Guide Salesforce Classic Mobile Implementation Guide Version 40.0, Summer @salesforcedocs Last updated: August 9, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Centrify Suite Enterprise Edition Self-Paced Training

Centrify Suite Enterprise Edition Self-Paced Training CENTRIFY DATASHEET Centrify Suite Enterprise Edition Self-Paced Training Overview The process of installing, configuring, and troubleshooting the Centrify software is easy, once you understand the fundamentals.

More information

Administration Guide. Release

Administration Guide. Release Administration Guide Release 13.3.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Enhance Your Sales Cloud Implementation

Enhance Your Sales Cloud Implementation Enhance Your Sales Cloud Implementation Salesforce, Winter 18 @salesforcedocs Last updated: November 2, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

AvePoint Cloud Governance. Release Notes

AvePoint Cloud Governance. Release Notes AvePoint Cloud Governance Release Notes January 2018 New Features and Improvements AvePoint Cloud Governance now includes a My Groups report, which shows users a list of Office 365 groups they own or are

More information

Siebel Connector for Oracle Applications. Version 8.0 December 2006

Siebel Connector for Oracle Applications. Version 8.0 December 2006 Connector for Applications Version 8.0 December 2006 Copyright 2005, 2006,. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Version Control Version Number Date Changes 2.1 MAR 2017 New Template applied Anaplan 2017 i Document Version 2.1 1 Introduction... 1 1.1.

More information

ServiceMax Winter 16 SP Release Notes

ServiceMax Winter 16 SP Release Notes February, 2016 (Re-posted on 25th July, 2016) ServiceMax, Inc. Copyright 2016 ServiceMax, Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective owners. About ServiceMax

More information

iconnect for Oracle CRM OnDemand User Guide

iconnect for Oracle CRM OnDemand User Guide iconnect for Oracle CRM OnDemand User Guide InQuira Version 8.2.3 Document Number CRMOD82-SS-03 October 27, 2010 InQuira, Inc. 900 Cherry Ave., 6 th Floor San Bruno, CA 94066 COPYRIGHT INFORMATION Copyright

More information

Informatica MDM - Customer Release Guide

Informatica MDM - Customer Release Guide Informatica MDM - Customer 360 10.3 Release Guide Informatica MDM - Customer 360 Release Guide 10.3 September 2018 Copyright Informatica LLC 2017, 2018 This software and documentation are provided only

More information

ScaleArc Azure Deployment Guide

ScaleArc Azure Deployment Guide ScaleArc Azure Deployment Guide ScaleArc 2901 Tasman Drive, Suite 210 Santa Clara, CA 95054 Page 1 of 17 Copyrights and Trademarks Copyright 2009-2012 ScaleArc, all rights reserved. The information contained

More information

Moover Salesforce CPQ Data Migration Guide

Moover Salesforce CPQ Data Migration Guide Moover Salesforce CPQ Data Migration Guide Table of Contents Overview 1 Data Migration 2 Deployment Considerations 2 Deployment Sequence 2 Salesforce CPQ Objects and Data Types 3 Template Access 6 Schema

More information

Service Manager. powered by HEAT. Migration Guide for Ivanti Service Manager

Service Manager. powered by HEAT. Migration Guide for Ivanti Service Manager Service Manager powered by HEAT Migration Guide for Ivanti Service Manager June 16, 2017 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc.

More information

Oracle CPQ Cloud for Salesforce.com

Oracle CPQ Cloud for Salesforce.com Oracle CPQ Cloud for Salesforce.com What's New in Summer 14 11 July 2014 TABLE OF CONTENTS TABLE OF CONTENTS... 2 OVERVIEW... 3 RELEASE FEATURE SUMMARY... 4 UPDATING PERMISSION SETS... 5 STEP BY STEP INSTRUCTIONS...

More information

SKYVVA Integration Cloud App - Free Dataloder -

SKYVVA Integration Cloud App - Free Dataloder - SKYVVA Integration Cloud App - Free Dataloder - Complex Use Case: User wants to at the same time into Salesforce Account, Contact and Asset Object October 2016 SKYVVA s Free Dataloader is part of the SKYVVA

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Creating Column Profiles on LDAP Data Objects

Creating Column Profiles on LDAP Data Objects Creating Column Profiles on LDAP Data Objects Copyright Informatica LLC 1993, 2017. Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012

Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012 OpenWorld 2016 Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012 Rajesh Kalra, Sr. Principal Product Manager, Oracle Ravi Sankaran, Sr. Director, Oracle Cloud Integration

More information

Getting Started with the Aloha Community Template for Salesforce Identity

Getting Started with the Aloha Community Template for Salesforce Identity Getting Started with the Aloha Community Template for Salesforce Identity Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved.

More information

FUJITSU Cloud Service S5 Microsoft SharePoint 2010 POC on Windows Server 2008

FUJITSU Cloud Service S5 Microsoft SharePoint 2010 POC on Windows Server 2008 FUJITSU Cloud Service S5 Microsoft SharePoint 2010 POC on Windows Server 2008 This guide details steps required to install and configure basic standalone Microsoft SharePoint 2010 on the FUJITSU Cloud

More information

Oracle Sales Cloud Integrating Financial Services with Oracle Banking Platform and Siebel UCM. Release 13 (update 18B)

Oracle Sales Cloud Integrating Financial Services with Oracle Banking Platform and Siebel UCM. Release 13 (update 18B) Integrating Financial Services with Oracle Banking Platform and Siebel UCM Release 13 (update 18B) Release 13 (update 18B) Part Number E98053-02 Copyright 2011-2018, Oracle and/or its affiliates. All rights

More information

Table of Contents. Abstract

Table of Contents. Abstract JDBC User Guide 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior consent

More information

License Management and Support Guide

License Management and Support Guide License Management and Support Guide Salesforce, Summer 18 @salesforcedocs Last updated: June 20, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Informatica Cloud Spring Workday V2 Connector Guide

Informatica Cloud Spring Workday V2 Connector Guide Informatica Cloud Spring 2017 Workday V2 Connector Guide Informatica Cloud Workday V2 Connector Guide Spring 2017 March 2018 Copyright Informatica LLC 2015, 2018 This software and documentation are provided

More information

Epicor ERP SQL Server Reporting Services for Epicor ERP 10.1

Epicor ERP SQL Server Reporting Services for Epicor ERP 10.1 Epicor ERP SQL Server Reporting Services for Epicor ERP 10.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including

More information

PROMODAG REPORTS Getting started. On-Premises and Hybrid environments

PROMODAG REPORTS Getting started. On-Premises and Hybrid environments PROMODAG REPORTS 10.3 Getting started On-Premises and Hybrid environments 2 Getting started with Promodag Reports COPYRIGHTS Copyright @ 1999-2017 PROMODAG SA. All rights reserved. Information in this

More information

DocAve. Release Notes. Governance Automation Service Pack 5 Cumulative Update 2. For Microsoft SharePoint

DocAve. Release Notes. Governance Automation Service Pack 5 Cumulative Update 2. For Microsoft SharePoint DocAve Governance Automation Service Pack 5 Cumulative Update 2 Release Notes For Microsoft SharePoint Released March 10, 2015 Governance Automation SP5 CU2 Update Details Refer to the Updating Governance

More information

VMware AirWatch File Storage Setup Guide Setting up file storage for AirWatch functionality

VMware AirWatch File Storage Setup Guide Setting up file storage for AirWatch functionality VMware AirWatch Setup Guide Setting up file storage for AirWatch functionality Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

Adobe Document Cloud esign Services

Adobe Document Cloud esign Services Adobe Document Cloud esign Services Integration for Microsoft Dynamics CRM 2015 Installation Guide Last Updated: July 16, 2015 Copyright 2015 Adobe Systems Incorporated. All rights reserved. Table of Contents

More information

Integration Platform Technologies: Siebel ebusiness Application Integration Volume ll

Integration Platform Technologies: Siebel ebusiness Application Integration Volume ll Integration Platform Technologies: Siebel ebusiness Application Integration Volume ll Version 7.7, Rev. A September 2004 Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2004

More information

Moover Salesforce CPQ Reference Data Deployment Guide

Moover Salesforce CPQ Reference Data Deployment Guide Moover Reference Data Deployment Guide Copyright 2018 Prodly, Inc. All rights reserved. Prodly and Moover are trademarks of Prodly, Inc., as are other names and marks. and other names are trademarks of

More information

Oracle 1Z0-640 Exam Questions & Answers

Oracle 1Z0-640 Exam Questions & Answers Oracle 1Z0-640 Exam Questions & Answers Number: 1z0-640 Passing Score: 800 Time Limit: 120 min File Version: 28.8 http://www.gratisexam.com/ Oracle 1Z0-640 Exam Questions & Answers Exam Name: Siebel7.7

More information

Manually Defining Constraints in Enterprise Data Manager

Manually Defining Constraints in Enterprise Data Manager Manually Defining Constraints in Enterprise Data Manager 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

Salesforce.com Certified Administrator Study Guide

Salesforce.com Certified Administrator Study Guide Salesforce.com Certified Administrator Study Guide Spring 13 STUDY GUIDE 0 Contents ABOUT THE SALESFORCE.COM CERTIFIED ADMINISTRATOR PROGRAM... 1 SECTION 1. PURPOSE OF THIS STUDY GUIDE... 1 SECTION 2.

More information

PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility

PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

Table of Contents. Benefits of the Dealer Account...1. Creating a Dealer Account...1. Dealer Account Settings...3. Registering a System...

Table of Contents. Benefits of the Dealer Account...1. Creating a Dealer Account...1. Dealer Account Settings...3. Registering a System... Dealer Access Table of Contents Benefits of the Dealer Account...1 Creating a Dealer Account...1 Dealer Account Settings...3 Registering a System...4 Virtual Editor...6 File Explorer...7 System Settings...8

More information

How can data from a base table be deleted, while leaving rows that were not fully imported earlier for further examination and correction?

How can data from a base table be deleted, while leaving rows that were not fully imported earlier for further examination and correction? Compiled By: Abu Maryam Mohammed Arif Date: 13 th August 2013 How can data from a base table be deleted, while leaving rows that were not fully imported earlier for further examination and correction?

More information

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

AvePoint Online Services for Partners 2

AvePoint Online Services for Partners 2 AvePoint Online Services for Partners 2 User Guide Service Pack 1 Issued June 2017 Table of Contents What s New in this Guide...4 About...5 Submitting Documentation Feedback to AvePoint...6 Browser Support

More information

Document Date: January Version: AHM Page 1 of 20

Document Date: January Version: AHM Page 1 of 20 Sophos XG Firewall Virtual Appliance Document Date: January 2018 Microsoft Hyper-V Version: 05012018AHM Page 1 of 20 Contents Preface...4 Base Configuration...4 Prerequisites...4 Installation Procedure...4

More information

Symantec Workflow 7.1 MP1 Release Notes

Symantec Workflow 7.1 MP1 Release Notes Symantec Workflow 7.1 MP1 Release Notes Symantec Workflow 7.1 MP1 Release Notes The software described in this book is furnished under a license agreement and may be used only in accordance with the terms

More information

How to Use Full Pushdown Optimization in PowerCenter

How to Use Full Pushdown Optimization in PowerCenter How to Use Full Pushdown Optimization in PowerCenter 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Creating a Column Profile on a Logical Data Object in Informatica Developer

Creating a Column Profile on a Logical Data Object in Informatica Developer Creating a Column Profile on a Logical Data Object in Informatica Developer 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

SAS Data Integration Studio 3.3. User s Guide

SAS Data Integration Studio 3.3. User s Guide SAS Data Integration Studio 3.3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Data Integration Studio 3.3: User s Guide. Cary, NC: SAS Institute

More information

See What's Coming in Oracle Express CPQ for Salesforce.com

See What's Coming in Oracle Express CPQ for Salesforce.com See What's Coming in Oracle Express CPQ for Salesforce.com Summer 15 Release Content Document 1 TABLE OF CONTENTS OVERVIEW... 3 GENERAL... 3 Basic Setup Page... 3 CONFIGURATION... 4 Blueprint Groups...

More information

plugin deployment guide

plugin deployment guide plugin deployment guide July 2016 This document details the steps required when deploying the mongodb monitoring plug-in into Oracle Enterprise Manager 12c. The process is identical for Oracle EM 13c.

More information

TIPS AND HINTS FOR SHARING DATA

TIPS AND HINTS FOR SHARING DATA TIPS AND HINTS FOR SHARING DATA Summary Salesforce provides many flexible options for you to control how records are shared within your organization. To specify the objects and tabs that a user can access,

More information

HPE Intelligent Management Center v7.3

HPE Intelligent Management Center v7.3 HPE Intelligent Management Center v7.3 Service Operation Manager Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who

More information

AvePoint Online Services 2

AvePoint Online Services 2 2 User Guide Service Pack 7 Issued August 2017 Table of Contents What s New in this Guide...6 About...7 Versions: Commercial and U.S. Government Public Sector...7 Submitting Documentation Feedback to AvePoint...8

More information

Case Management Implementation Guide

Case Management Implementation Guide Case Management Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Revision History Overview Feature Summary Modern Selling Experience Enterprise Platform Differentiate

Revision History Overview Feature Summary Modern Selling Experience Enterprise Platform Differentiate TABLE OF CONTENTS Revision History 3 Overview 3 Feature Summary 3 Modern Selling Experience 4 Oracle Alta UI Enhancements 4 Enterprise Platform 12 Product Eligibility 12 Subscription Ordering 21 Migration

More information

Siebel 8.1.x Fundamentals Student Guide

Siebel 8.1.x Fundamentals Student Guide Siebel 8.1.x Fundamentals Student Guide D72466GC10 Edition 1.0 April 2011 Part Number - Applied Copyright 2011, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

AvePoint Cloud Governance. Release Notes

AvePoint Cloud Governance. Release Notes AvePoint Cloud Governance Release Notes Release Date: March 2018 AvePoint Cloud Governance March 2018 Release Date: March 18, 2018 New Features and Improvements Prior to this release, in order to properly

More information

VMware AirWatch Integration with OpenTrust CMS Mobile 2.0

VMware AirWatch Integration with OpenTrust CMS Mobile 2.0 VMware AirWatch Integration with OpenTrust CMS Mobile 2.0 For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Table of Contents. Tutorial The Basics Prerequisites Concepts... 1 Information... 1 Learning Objectives... 2

Table of Contents. Tutorial The Basics Prerequisites Concepts... 1 Information... 1 Learning Objectives... 2 Copyright Notice All information contained in this document is the property of ETL Solutions Limited. The information contained in this document is subject to change without notice and does not constitute

More information

Getting Started Guide

Getting Started Guide Maximizer Connect for Excel Quotes Getting Started Guide for Maximizer CRM Live Published By Prerequisites Microsoft Excel Maximizer Connect for Excel Quotes works with Excel 2013 or 2016 desktop versions

More information

Better Translation Technology

Better Translation Technology Better Translation Technology Documentation for. Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of this publication may be reproduced or transmitted in

More information

An Overview. Version Quadient Group AG Quadient Group AG https://www.quadient.com/documentation

An Overview. Version Quadient Group AG Quadient Group AG https://www.quadient.com/documentation An Overview Version 12.0 Quadient Group AG 2018 Quadient Group AG https://www.quadient.com/documentation Quadient Cloud R12 An Overview Product version 12.0 Document version 12.0.0.3 Release date: April

More information