Pervasive Data Integrator. Oracle CRM On Demand Connector Guide

Size: px
Start display at page:

Download "Pervasive Data Integrator. Oracle CRM On Demand Connector Guide"

Transcription

1 Pervasive Data Integrator Oracle CRM On Demand Connector Guide Pervasive Software Inc Riata Trace Parkway Building B Austin, Texas USA Telephone: (512) or (800) Fax: (512) info@pervasive.com Web:

2 See copyrights.txt in the product installation directory for information on third-party and open software components. Oracle CRM On Demand Connector Guide Aug 2011 ii

3 Contents Oracle CRM On Demand... 1 Supported Versions... 1 Installation Requirements... 1 Property Options... 2 Supported Entities... 4 Connector Specific Notes... 6 Upsert with Relationships... 6 Attachments... 6 Using Sessions... 6 Mapping API... 6 Building Maps... 7 Field Lengths... 7 Non-Accessible Child Entities... 7 Data Type Support... 7 Debugging Tips... 7 iii

4 Oracle CRM On Demand Oracle CRM On Demand is a web-based CRM software platform that enables its users to access information using a Web Services interface. The Oracle CRM On Demand connector supports most entities exposed by the Oracle CRM On Demand Web Service, an open XML-based online platform that provides Simple Object Access Protocol (SOAP) access. SOAP relies on XML for its messaging format. This XML based protocol consists of three parts: an envelope, which defines what is in the message and how to process it, a set of encoding rules for expressing instances of application-defined data-types, and a convention for representing procedure calls and responses. This connector allows users to retrieve, insert, update, and delete data from/to Oracle CRM On Demand. To use the Design Studio with Oracle CRM On Demand, the API for your organization must be enabled within Oracle CRM On Demand. Entity names change with each version of the API. Custom entities are also supported. Supported Versions Oracle CRM On Demand Release 17 Oracle CRM On Demand Release 18 Oracle CRM On Demand Release 19 Installation Requirements User needs to have read/write access to a fully functional Oracle CRM On Demand account. The Hosting Server name (supplied by Oracle), User Sign In ID (Login ID) and Password for the account are needed for this connector to log into the Oracle CRM On Demand account. The Default Access Profile name of the logged in user is to be provided. This enables the connector with the ability to dynamically know the child objects to which the user has access to. The Oracle CRM On Demand Integration capability for your company needs to be enabled (An Oracle CRM On Demand Customer Care representative enables the same, on request, at no additional cost). In addition, Role Management service should be enabled for the Oracle CRM On Demand account. Using the Administrator role, the Record Type access and the Access Profile for the User's role should be turned ON (in the administration section) for all parent and child entities to be integrated. For additional information on the above requirements, please refer to the Oracle CRM On Demand documentation. 1

5 Property Options The following Source/ Target property options can be set in connections. Property S/T Use Server ST Enter the default URL of your Oracle CRM On Demand instance as given in below example. e.g. Username ST User Sign In ID (Username) for logging into the Oracle CRM On Demand environment. If using the Siebel login invoker, you may replace the Username with a SessionToken of the form <serverurl>:jsessionid=<sessionid>. Note: If SessionToken is provided, leave the Password empty Password ST Password for connecting to Oracle CRM On Demand. Leave empty if SessionToken is being used Query Source S Table/View (default option): This option will list all the objects available in Oracle CRM On Demand. After selecting this option, click the arrow Next to Source Table/View, to choose the Table or View that you want to access from the list. You must choose at least one table or view to be able to run a transformation with this connector. Query Statement: This option will allow you to extract data from Oracle CRM On Demand using a Query written in XML format. After selecting this option, please click the ellipsis button to open the Query Statement Box to enter the Query XML. For details on writing Query XMLs, please see the following topic in the Oracle CRM On Demand Documentation: Web Services On Demand API Calls > Query Page. Please note that the XML format for Web Service 1.0 and Web Service 2.0 API calls are different as given in the CRMOD documentation. You can identify which version (1.0 or 2.0) to use for a given object by referring to the "Entity Names" section of this document. Query File: Use this option to extract data using a query stored in a text file. After selecting this option, please click the ellipsis button to browse and select your query file. Please note that this query file should contain the XML required for the Query Page API call as given in the example below. Note: THE XML SHOULD START WITH <ListOfxxxx> ELEMENT, where xxxx is the Parent Entity's name E.g.: <ListOfContact> <Contact> <ContactFirstName>= John </ContactFirstName> <ContactLastName/> <ListOfAddress> <Address> <Country>= Canada </Country> </Address> </ListOfAddress> </Contact> </ListOfContact> Table T Select the Table (Oracle CRM On Demand Object) and this should be the transformation target object where the data will be written. 2

6 Property S/T Use Batch Select the file name to which the target operations' responses are logged. Response In delete operations, one batch response entry exists for every delete action. In Insert, Upsert and Update operations, one batch response entry exists for every Insert or Update action. The return Code for individual operation will show the result of the operation execution. If the operation is success then the return Code will be 0. For failed operations, the error Description tag will show the detailed error message (See below). This will include message returned from Oracle CRM On Demand as well as PDI generated errors. Note: When the return Code is 0 (success) then this tag will return the Entity's unique ID for which the operation was successful. Example: <BatchResponse:batchResult xmlns:batchresponse=" <BatchResponse:results> <BatchResponse:result> <BatchResponse:returnCode>34</BatchResponse:returnCode> <BatchResponse:errorDescription>No rows retrieved corresponding to the business component 'Campaign'(SBL-EAI-04378)</BatchResponse:errorDescription> <BatchResponse:objectContainerName>Campaign</BatchResponse:objectContainerNa me> <BatchResponse:updateOperation>DELETE</BatchResponse:updateOperation> </BatchResponse:result> </BatchResponse:results> <BatchResponse:componentInfo> <BatchResponse:returnCode>0</BatchResponse:returnCode> <BatchResponse:componentName>Oracle CRM On Demand</BatchResponse:componentName> </BatchResponse:componentInfo> </BatchResponse:batchResult> Batch Size S The number of records buffered by PDI before processing them to map and transfer data to the target. Page Size ST This determines the number of records fetched for each Query Page Web Service call. Max Page Size = 100 (Limit imposed by Oracle CRM On Demand). Default value is 50. Use Field Display Names ST If set to 'true', the Display Names of the fields are used as Field Names in the transformation. The display names are first stripped off any special characters and if this name is found to be a duplicate for that object, then a integer value is appended. When this is set to 'true', the Field Description column shows the actual Field Name Default value is False. 3

7 Property S/T Use UseChildAnd S Sets the 'UseChildAnd' property of Query Page web service call. Refer to Oracle CRM On Demand documentation for more details. The default value is True Default Access Profile Name ST The default Access Profile name for the Role assigned to the current logged in user. Login to the CRM OnDemand and follow these steps to get this value. Admin > UserManagementAndAccessControls > AccessProfiles > RoleManagement > [Edit] [rolename] > Step3-AccessProfiles > DefaultAccessProfile RecordsPerReq T Allows user to set the number of records inserted/updated during each request between Eg : If the batch size is set to 20, and the 10th record fails, it will attempt reexecuting the operation one record at a time till all the records in that batch are processed. As a result the batch response will have individual record level success/failure entry. Default value is 20. Supported Entities This section lists the different Oracle CRM On Demand entities supported by this connector. The information about the supported operations can be obtained from the table below. Entity Name Create Read Update Delete Account (WebService 1.0 API) Yes Yes Yes Yes Activity (WebService 1.0 API) Yes Yes Yes Yes Asset (WebService 1.0 API) No Yes No No Campaign (WebService 1.0 API) Yes Yes Yes Yes Contact (WebService 1.0 API) Yes Yes Yes Yes CurrentUser (WebService 1.0 API) No Yes No No CustomObject1 (WebService 1.0 API) Yes Yes Yes Yes CustomObject2 (WebService 1.0 API) Yes Yes Yes Yes CustomObject3 (WebService 1.0 API) Yes Yes Yes Yes Lead (WebService 1.0 API) Yes Yes Yes Yes Opportunity (WebService 1.0 API) Yes Yes Yes Yes Product (WebService 1.0 API) Yes Yes Yes No ProductCategory (WebService 1.0 API) Yes Yes Yes Yes ServiceRequest (WebService 1.0 API) Yes Yes Yes Yes Solution (WebService 1.0 API) Yes Yes Yes Yes Territory (WebService 1.0 API) Yes Yes Yes Yes 4

8 Entity Name Create Read Update Delete User (WebService 1.0 API) No Yes No No UserGroup (WebService 1.0 API) Yes Yes Yes Yes Application ( WebService 2.0 API) Yes Yes Yes Yes BusinessPlan ( WebService 2.0 API) Yes Yes Yes Yes Claim ( WebService 2.0 API) Yes Yes Yes Yes ContactBestTimes ( WebService 2.0 API) Yes Yes Yes Yes Coverage ( WebService 2.0 API) Yes Yes Yes Yes CustomObject4 ( WebService 2.0 API) Yes Yes Yes Yes CustomObject5 ( WebService 2.0 API) Yes Yes Yes Yes CustomObject6 ( WebService 2.0 API) Yes Yes Yes Yes CustomObject7 ( WebService 2.0 API) Yes Yes Yes Yes CustomObject8 ( WebService 2.0 API) Yes Yes Yes Yes CustomObject9 ( WebService 2.0 API) Yes Yes Yes Yes CustomObject10 ( WebService 2.0 API) Yes Yes Yes Yes Damage ( WebService 2.0 API) Yes Yes Yes Yes DealRegistration ( WebService 2.0 API) Yes Yes Yes Yes FinancialAccount ( WebService 2.0 API) Yes Yes Yes Yes FinancialAccountHolder ( WebService 2.0 API) Yes Yes Yes Yes FinancialAccountHolding ( WebService 2.0 API) Yes Yes Yes Yes FinancialPlan ( WebService 2.0 API) Yes Yes Yes Yes FinancialProduct ( WebService 2.0 API) Yes Yes Yes Yes FinancialTransaction ( WebService 2.0 API) Yes Yes Yes Yes Fund ( WebService 2.0 API) Yes Yes Yes Yes Household ( WebService 2.0 API) Yes Yes Yes Yes InsuranceProperty ( WebService 2.0 API) Yes Yes Yes Yes InvolvedParty ( WebService 2.0 API) Yes Yes Yes Yes MDFRequest ( WebService 2.0 API) Yes Yes Yes Yes MedEd ( WebService 1.0 API) Yes Yes Yes Yes Objectives ( WebService 2.0 API) Yes Yes Yes Yes Partner ( WebService 2.0 API) Yes No Yes Yes PlanAccount ( WebService 2.0 API) Yes Yes Yes Yes 5

9 Entity Name Create Read Update Delete PlanContact ( WebService 2.0 API) Yes Yes Yes Yes PlanOpportunity ( WebService 2.0 API) Yes Yes Yes Yes Policy ( WebService 2.0 API) Yes Yes Yes Yes PolicyHolder ( WebService 2.0 API) Yes Yes Yes Yes Portfolio ( WebService 2.0 API) Yes Yes Yes Yes PriceList ( WebService 2.0 API) Yes Yes Yes Yes PriceListLineItem ( WebService 2.0 API) Yes Yes Yes Yes SPRequest ( WebService 2.0 API) Yes Yes Yes Yes SPRequestLineItem ( WebService 2.0 API) Yes Yes Yes Yes Vehicle ( WebService 2.0 API) Yes Yes Yes Yes Connector Specific Notes Upsert with Relationships Upsert is supported only for objects that are covered by Web Services 1.0 API as shown in the above entity list. Objects covered by Web Services 2.0 API (for example, Vehicle) are not supported for Upsert operation. Attachments For handling files/documents attached to an Oracle CRM On Demand object, the connector only supports uploading a file as an Attachment to an object i.e., the connector only supports file attachments on the target side. The option to download "Attached files" from Oracle CRM On Demand is not currently supported (The connector does not support reading/downloading the file attachments from Oracle CRM On Demand) Using Sessions This connector can be used with the Siebel Login Invoker. When using the login invoker, you will need to replace the Username with the SessionToken and leave the Password field empty. The SessionToken must use the format: <serverurl>:jsessionid=<sessionid> When SessionToken is used, all the entities are listed in the Tables list; irrespective of whether the particular user is having access to or not. Mapping API For certain entities, if the mapping API is not supported, then all the fields are listed irrespective of whether a particular field (custom field ) is enabled for that account or not. 6

10 Custom fields do support the display name in Map Designer, but only if the Mapping API is supported for that object. Building Maps When building maps using Oracle CRM On Demand as a target, please refer the Oracle CRM On Demand help file "OnDemWebSvcs.pdf" available at Admin-->Web Services Administration-- >DownloadDocumentation. This document shows which records you can add as children to other records and the supported operations, Key fields for each entity. Field Lengths The field lengths reported in the source schema and source map tab may be too short for some Oracle CRM On Demand values. If a value, such a text string, appears to be truncated, you must manually adjust the field length to a larger value. Non-Accessible Child Entities If the user does not have access to any child object of a particular entity, they will NOT be able to see the particular child object displayed in the list of objects available for viewing through the data browser. Data Type Support BigDecimal BigInteger Boolean Byte Bytes Character Date Double Float Integer Record String Text Debugging Tips Please check the Log file and Batch Response File for error messages returned by the Oracle CRM On Demand service. 7

11 A "Map... Successful" message in the transformation log file means that no serious errors occurred during the transformation. However, you should also check the batch file for individual record failures. *** 8

Informatica Cloud Connector for SharePoint 2010/2013 User Guide

Informatica Cloud Connector for SharePoint 2010/2013 User Guide Informatica Cloud Connector for SharePoint 2010/2013 User Guide Contents 1. Introduction 3 2. SharePoint Plugin 4 3. Objects / Operation Matrix 4 4. Filter fields 4 5. SharePoint Configuration: 6 6. Data

More information

DocuSign Connect for Salesforce Guide

DocuSign Connect for Salesforce Guide Information Guide 1 DocuSign Connect for Salesforce Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign

More information

Technical Support Set-up Procedure

Technical Support Set-up Procedure Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it

More information

Sentinel EMS v7.1 Web Services Guide

Sentinel EMS v7.1 Web Services Guide Sentinel EMS v7.1 Web Services Guide ii Sentinel EMS Web Services Guide Document Revision History Part Number 007-011157-001, Revision E. Software versions 7.1 and later. Revision Action/Change Date A

More information

EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS

EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS 1. The EdgeTech FTP site is a web hosted site, not a true FTP site, remember to use http:// not ftp:// in the web address. IMPORTANT: Do Not use FileZilla or

More information

Retrieving Live Stock Quotes from the Internet

Retrieving Live Stock Quotes from the Internet Tutorial 11 Connecting to External Data Excel EX 707 Retrieving Live Stock Quotes from the Internet Many financial applications need up-to-the-minute market data. Excel workbooks that display stock data

More information

Administrative Guide VtigerCRM Microsoft Exchange Connector (Exchange Server 2010)

Administrative Guide VtigerCRM Microsoft Exchange Connector (Exchange Server 2010) Administrative Guide VtigerCRM Microsoft Exchange Connector (Exchange Server 2010) Table of Contents Introduction...3 Requirements...4 Installation...5 Vtiger Server Component...5 Exchange Server Component...6

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

School account creation guide

School account creation guide School account creation guide Contents Your welcome email Page 2 The CSV file Page 3 Uploading the CSV and creating the accounts Page 5 Retrieving staff usernames and passwords Page 8 Retrieving student

More information

OSF INTEGRATOR for. Integration Guide

OSF INTEGRATOR for. Integration Guide OSF INTEGRATOR for DEMANDWARE and MICROSOFT DYNAMICS CRM 2013 Integration Guide Table of Contents 1 Summary... 3 2 Component Overview... 3 2.1 Functional Overview... 3 2.2 Integration components... 3 2.3

More information

Specify the location of an HTML control stored in the application repository. See Using the XPath search method, page 2.

Specify the location of an HTML control stored in the application repository. See Using the XPath search method, page 2. Testing Dynamic Web Applications How To You can use XML Path Language (XPath) queries and URL format rules to test web sites or applications that contain dynamic content that changes on a regular basis.

More information

PROCESSES LOADER 9.0 SETTING. Requirements and Assumptions: I. Requirements for the batch process:

PROCESSES LOADER 9.0 SETTING. Requirements and Assumptions: I. Requirements for the batch process: SETTING UP DATA LOADER 9.0 FOR AUTO PROCESSES Requirements and Assumptions: 9.0 The purpose of this document is to document findings on the setup of Data Loader 9.0 for automated processes. I will be updating

More information

About Data File Exchange

About Data File Exchange Methods for Service Providers to maintain accurate employer data September 2012 Tax and General Accounting Unemployment Insurance State of Wisconsin Contents Introduction Submitting a File through Secure

More information

Microsoft Dynamics GP

Microsoft Dynamics GP Microsoft Dynamics GP Microsoft Dynamics GP is a web-based Customer Relationship Management (M) software platform that enables users to access information using a number of web services interfaces such

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

Welcome to PowerClaim Net Services!

Welcome to PowerClaim Net Services! Welcome to PowerClaim Net Services! PowerClaim Net Services provides a convenient means to manage your claims over the internet and provides detailed reporting services. You can access PowerClaim Net Services

More information

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe`

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe` Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A OwnCloud User Manual TO I Cafe` DATED 20 Sep 2014 User Manual Guid For Owncloud I. Accessing the owncloud Web Interface To access the owncloud

More information

Quick Reference Guide PAYMENT GATEWAY (Virtual Terminal)

Quick Reference Guide PAYMENT GATEWAY (Virtual Terminal) PAYMENT GATEWAY (Virtual Terminal) Document Version 131227 Copyright 2013 epaymentamerica, Inc. All Rights Reserved Logging in to the Virtual Terminal 1. Open your internet browser; We strongly recommend

More information

REST Webservices API Reference Manual

REST Webservices API Reference Manual crm-now/ps REST Webservices API Reference Manual Version 1.5.1.0 crm-now development documents Page 1 Table Of Contents OVERVIEW...4 URL FORMAT...4 THE RESPONSE FORMAT...4 VtigerObject...5 Id Format...5

More information

Creating a Participants Mailing and/or Contact List:

Creating a Participants Mailing and/or Contact List: Creating a Participants Mailing and/or Contact List: The Limited Query function allows a staff member to retrieve (query) certain information from the Mediated Services system. This information is from

More information

Data Loader Guide. Version 36.0, Spring 16. @salesforcedocs

Data Loader Guide. Version 36.0, Spring 16. @salesforcedocs Data Loader Guide Version 36.0, Spring 16 @salesforcedocs Last updated: April 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise includes two api s for integrating user accounts with an external directory of employee or other

More information

Cloud Administration Guide for Service Cloud. August 2015 E65820-01

Cloud Administration Guide for Service Cloud. August 2015 E65820-01 Cloud Administration Guide for Service Cloud August 2015 E65820-01 Table of Contents Introduction 4 How does Policy Automation work with Oracle Service Cloud? 4 For Customers 4 For Employees 4 Prerequisites

More information

Integration Client Guide

Integration Client Guide Integration Client Guide 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

OpenLDAP Oracle Enterprise Gateway Integration Guide

OpenLDAP Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 OpenLDAP Oracle Enterprise Gateway Integration Guide 1 / 29 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle Database 10g Express

Oracle Database 10g Express Oracle Database 10g Express This tutorial prepares the Oracle Database 10g Express Edition Developer to perform common development and administrative tasks of Oracle Database 10g Express Edition. Objectives

More information

Quick Start Guide. Hosting Your Domain

Quick Start Guide. Hosting Your Domain Quick Start Guide Hosting Your Domain http://www.names.co.uk/support/ Table of Contents Web Hosting... 3 FTP (File Transfer Protocol)... 3 File Manager... 6 SiteMaker... 7 2 Please keep these documents

More information

ODBC Driver Version 4 Manual

ODBC Driver Version 4 Manual ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Qlik REST Connector Installation and User Guide

Qlik REST Connector Installation and User Guide Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All

More information

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings... Post Installation Guide for Primavera Contract Management 14.1 July 2014 Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

More information

Adobe Connect LMS Integration for Blackboard Learn 9

Adobe Connect LMS Integration for Blackboard Learn 9 Adobe Connect LMS Integration for Blackboard Learn 9 Install Guide Introduction The Adobe Connect LMS Integration for Blackboard Learn 9 gives Instructors, Teaching Assistants and Course Builders the ability

More information

Schools Remote Access Server

Schools Remote Access Server Schools Remote Access Server This system is for school use only. Not for personal or private file use. Please observe all of the school district IT rules. 6076 State Farm Rd., Guilderland, NY 12084 Phone:

More information

CRM On Demand. Oracle Web Services On Demand Guide

CRM On Demand. Oracle Web Services On Demand Guide CRM On Demand Oracle Web Services On Demand Guide Version 4.0 (Oracle CRM On Demand Release 16) Rev. A June 2009 Copyright 2005, 2009 Oracle. All rights reserved. The Programs (which include both the software

More information

HTTPS GATEWAY INSTRUCTIONS

HTTPS GATEWAY INSTRUCTIONS HTTPS GATEWAY INSTRUCTIONS Definition of HTTPS (HyperText Transport Protocol Secure): The protocol for accessing a secure Web (internet) server. Using HTTPS in the URL or address bar instead of HTTP directs

More information

(CP) Claim Processing Electronic Select Short Cut Key (F12) Type in Menu Id:

(CP) Claim Processing Electronic Select Short Cut Key (F12) Type in Menu Id: Manual Section 4 Claim Processing (CP) Claim Processing Electronic Select Short Cut Key (F12) Type in Menu Id: CP and enter The # symbol will generate the next Claim ID Process Type: Proof (This will check

More information

Gravity Forms: Creating a Form

Gravity Forms: Creating a Form Gravity Forms: Creating a Form 1. To create a Gravity Form, you must be logged in as an Administrator. This is accomplished by going to http://your_url/wp- login.php. 2. On the login screen, enter your

More information

SYSPRO App Store: Registration Guide

SYSPRO App Store: Registration Guide SYSPRO App Store: Registration Guide SYSPRO App Store Registration Guide 2 Table of Contents What is the SYSPRO App Store?... 3 The SYSPRO App Store URL... 3 Who can use it?... 3 Register as a customer...

More information

Accessing the FTP Server - User Manual

Accessing the FTP Server - User Manual CENTRAL BANK OF CYPRUS Accessing the FTP Server - User Manual IT Department, CENTRAL BANK OF CYPRUS TABLE OF CONTENTS 1 EXECUTIVE SUMMARY... 1 1.1 AUDIENCE... 1 1.2 SCOPE... 1 2 CHANGES FROM THE OLD FTP

More information

ISL Online Integration Manual

ISL Online Integration Manual Contents 2 Table of Contents Foreword Part I Overview Part II 0 3 4... 1 Dow nload and prepare 4... 2 Enable the ex ternal ID column on ISL Conference Prox y 4... 3 Deploy w eb content 5... 4 Add items

More information

Unleash the Power of e-learning

Unleash the Power of e-learning Unleash the Power of e-learning Revision 1.8 June 2014 Edition 2002-2014 ICS Learning Group 1 Disclaimer ICS Learning Group makes no representations or warranties with respect to the contents or use of

More information

Personal Portfolios on Blackboard

Personal Portfolios on Blackboard Personal Portfolios on Blackboard This handout has four parts: 1. Creating Personal Portfolios p. 2-11 2. Creating Personal Artifacts p. 12-17 3. Sharing Personal Portfolios p. 18-22 4. Downloading Personal

More information

Salesforce Integration. Installation Manual Release

Salesforce Integration. Installation Manual Release Salesforce Integration Installation Manual Release Table of Contents Salesforce Integration... Error! Bookmark not defined. 1. Integration with LeadForce1(Manual)... 3 2. Integration with LeadForce1 (Automated

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

Field Properties Quick Reference

Field Properties Quick Reference Field Properties Quick Reference Data types The following table provides a list of the available data types in Microsoft Office Access 2007, along with usage guidelines and storage capacities for each

More information

ODBC Client Driver Help. 2015 Kepware, Inc.

ODBC Client Driver Help. 2015 Kepware, Inc. 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table

More information

Application Notes: MaxACD Connector For Salesforce

Application Notes: MaxACD Connector For Salesforce Application Notes: MaxACD Connector For Salesforce March 2013 Contents Introduction... 3 Requirements... 3 Installing the MaxACD Salesforce Connector... 4 Step 1: Import the Call Center File into Salesforce...

More information

Marketo Integration Setup Guide

Marketo Integration Setup Guide Page 1 of 30 Table of Contents About the RingLead Integration with Marketo Create the Marketo Webhook - Response Mapping - Configure Webhook Response Mapping Create the Marketo Program and Campaign - Create

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in for Oracle TimesTen In-Memory Database Installation Guide Release 11.2.1 E13081-02 June 2009 This document was first written and published in November

More information

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support.

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support. Sync & Save Introduction Sync & Save allows you to connect the DoForms service (www.doforms.com) with your accounting or management software. If your system can import a comma delimited, tab delimited

More information

Virtual Communities Operations Manual

Virtual Communities Operations Manual Virtual Communities Operations Manual The Chapter Virtual Communities (VC) have been developed to improve communication among chapter leaders and members, to facilitate networking and communication among

More information

E-Learning User Manual

E-Learning User Manual E-Learning User Manual 1 University of Puthisastra Lecturer Features Main Page 1 st Main Page Needs a proper login. 1. Select your preferred language from the list box (English or Khmer) 2. To go back

More information

Data Integrator. Pervasive Software, Inc. 12365-B Riata Trace Parkway Austin, Texas 78727 USA

Data Integrator. Pervasive Software, Inc. 12365-B Riata Trace Parkway Austin, Texas 78727 USA Data Integrator Event Management Guide Pervasive Software, Inc. 12365-B Riata Trace Parkway Austin, Texas 78727 USA Telephone: 888.296.5969 or 512.231.6000 Fax: 512.231.6010 Email: info@pervasiveintegration.com

More information

Release Notes. DocuSign Spring 15 Release Notes. Contents

Release Notes. DocuSign Spring 15 Release Notes. Contents Release Notes Updated March 6, 2015 DocuSign Spring 15 Release Notes This document provides information about the updates deployed to the DocuSign Production environment as part of the March 6, 2015 DocuSign

More information

Sage CRM Connector Tool White Paper

Sage CRM Connector Tool White Paper White Paper Document Number: PD521-01-1_0-WP Orbis Software Limited 2010 Table of Contents ABOUT THE SAGE CRM CONNECTOR TOOL... 1 INTRODUCTION... 2 System Requirements... 2 Hardware... 2 Software... 2

More information

IP Phone Service Administration and Subscription

IP Phone Service Administration and Subscription CHAPTER 6 IP Phone Service Administration and Subscription Cisco CallManager administrators maintain the list of services to which users can subscribe. These sections provide details about administering

More information

Global TAC Secure FTP Site Customer User Guide

Global TAC Secure FTP Site Customer User Guide Global TAC Secure FTP Site Customer User Guide Introduction This guide is provided to assist you in using the GTAC Secure FTP site. This site resides in the Houston Remote Services Center (RSC), and is

More information

ICE Trade Vault. Public User & Technology Guide June 6, 2014

ICE Trade Vault. Public User & Technology Guide June 6, 2014 ICE Trade Vault Public User & Technology Guide June 6, 2014 This material may not be reproduced or redistributed in whole or in part without the express, prior written consent of IntercontinentalExchange,

More information

The Power Loader GUI

The Power Loader GUI The Power Loader GUI (212) 405.1010 info@1010data.com Follow: @1010data www.1010data.com The Power Loader GUI Contents 2 Contents Pre-Load To-Do List... 3 Login to Power Loader... 4 Upload Data Files to

More information

Instant Chime for IBM Sametime Installation Guide for Apache Tomcat and Microsoft SQL

Instant Chime for IBM Sametime Installation Guide for Apache Tomcat and Microsoft SQL Instant Chime for IBM Sametime Installation Guide for Apache Tomcat and Microsoft SQL Spring 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license

More information

Table of Contents SQL Server Option

Table of Contents SQL Server Option Table of Contents SQL Server Option STEP 1 Install BPMS 1 STEP 2a New Customers with SQL Server Database 2 STEP 2b Restore SQL DB Upsized by BPMS Support 6 STEP 2c - Run the "Check Dates" Utility 7 STEP

More information

Marcum LLP MFT Guide

Marcum LLP MFT Guide MFT Guide Contents 1. Logging In...3 2. Installing the Upload Wizard...4 3. Uploading Files Using the Upload Wizard...5 4. Downloading Files Using the Upload Wizard...8 5. Frequently Asked Questions...9

More information

Prestashop Ship2MyId Module. Configuration Process

Prestashop Ship2MyId Module. Configuration Process Prestashop Ship2MyId Module Configuration Process Ship2MyID Module Version : v1.0.2 Compatibility : PrestaShop v1.5.5.0 - v1.6.0.14 1 P a g e Table of Contents 1. Module Download & Setup on Store... 4

More information

Terminal Four. Content Management System. Moderator Access

Terminal Four. Content Management System. Moderator Access Terminal Four Content Management System Moderator Access Terminal Four is a content management system that will easily allow users to manage their college web pages at anytime, anywhere. The system is

More information

Configuring Integration Between Multichannel and Salesforce.com

Configuring Integration Between Multichannel and Salesforce.com Configuring Integration Between Multichannel and Salesforce.com Copyright 2013-2014 LiveOps Inc. All rights reserved. LiveOps, LiveOps Applications, LiveOps Authoring, LiveOps Insight, LiveOps Social and

More information

3M Information Technology

3M Information Technology 3M Information Technology IT Customer Relationship Management Applications Web Services Toolkit User Guide Custom Web Lead Capture Submit Lead Last Updated: 23-FEB-07 Page 1 of 33 (Last Modified: 2/24/2007

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.20 RESTful Web Services Guide Document Release Date: February 2013 Software Release Date: February 2013 Legal Notices Warranty The only warranties

More information

This exhibit describes how to upload project information from Estimator (PC) to Trns.port PES (server). Figure 1 summarizes this process.

This exhibit describes how to upload project information from Estimator (PC) to Trns.port PES (server). Figure 1 summarizes this process. Facilities Development Manual Chapter 19 Plans, Specifications and Estimates Section 5 Estimates Wisconsin Department of Transportation Exhibit 10.5 Uploading project from Estimator to Trns port PES September

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: June 12, 2014 Active Directory Management Deployment Guide i Contents System Requirements...1 Hardware Requirements...1 Installation...3

More information

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal This Application Note provides instructions for configuring Apps settings on the Cisco OnPlus Portal and Autotask application settings

More information

Building and Using Web Services With JDeveloper 11g

Building and Using Web Services With JDeveloper 11g Building and Using Web Services With JDeveloper 11g Purpose In this tutorial, you create a series of simple web service scenarios in JDeveloper. This is intended as a light introduction to some of the

More information

DocuSign for SharePoint 2010 1.5.1

DocuSign for SharePoint 2010 1.5.1 Quick Start Guide DocuSign for SharePoint 2010 1.5.1 Published December 22, 2014 Overview DocuSign for SharePoint 2010 allows users to sign or send documents out for signature from a SharePoint library.

More information

SQL Injection for newbie

SQL Injection for newbie SQL Injection for newbie SQL injection is a security vulnerability that occurs in a database layer of an application. It is technique to inject SQL query/command as an input via web pages. Sometimes we

More information

Scribe Online Integration Services (IS) Tutorial

Scribe Online Integration Services (IS) Tutorial Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,

More information

v4.8 Getting Started Guide: Using SpatialWare with MapInfo Professional for Microsoft SQL Server

v4.8 Getting Started Guide: Using SpatialWare with MapInfo Professional for Microsoft SQL Server v4.8 Getting Started Guide: Using SpatialWare with MapInfo Professional for Microsoft SQL Server Information in this document is subject to change without notice and does not represent a commitment on

More information

Magento module Documentation

Magento module Documentation Table of contents 1 General... 4 1.1 Languages... 4 2 Installation... 4 2.1 Search module... 4 2.2 Installation in Magento... 6 2.3 Installation as a local package... 7 2.4 Uninstalling the module... 8

More information

EDE Electronic Data Exchange Instructions April 2007

EDE Electronic Data Exchange Instructions April 2007 EDE Electronic Data Exchange Instructions The Minnesota Revenue Department has a web-based data transfer process called EDE Electronic Data Exchange. The address entry point for property-tax-related data

More information

https://weboffice.edu.pe.ca/

https://weboffice.edu.pe.ca/ NETSTORAGE MANUAL INTRODUCTION Virtual Office will provide you with access to NetStorage, a simple and convenient way to access your network drives through a Web browser. You can access the files on your

More information

MEDIAplus administration interface

MEDIAplus administration interface MEDIAplus administration interface 1. MEDIAplus administration interface... 5 2. Basics of MEDIAplus administration... 8 2.1. Domains and administrators... 8 2.2. Programmes, modules and topics... 10 2.3.

More information

Barracuda Spam Control System

Barracuda Spam Control System Barracuda Spam Control System 1. General Information The Barracuda anti-spam server inspects all email coming into campus from the Internet for spam and either delivers the message to your email inbox,

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

Introduction to HP ArcSight ESM Web Services APIs

Introduction to HP ArcSight ESM Web Services APIs Introduction to HP ArcSight ESM Web Services APIs Shivdev Kalambi Software Development Manager (Correlation Team) #HPProtect Agenda Overview Some applications of APIs ESM Web Services APIs Login Service

More information

Note : It may be possible to run Test or Development instances on 32-bit systems with less memory.

Note : It may be possible to run Test or Development instances on 32-bit systems with less memory. Oracle Enterprise Data Quality Customer Data Services Pack Installation Guide Release 11g R1 (11.1.1.7) E40736-01 October 2013 1 Installation This guide explains how to install Oracle Enterprise Data Quality

More information

Configuration Guide - OneDesk to SalesForce Connector

Configuration Guide - OneDesk to SalesForce Connector Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Introduction... 2. Download and Install Mobile Application... 2. About Logging In... 4. Springboard... 4. Navigation... 6. List Pages...

Introduction... 2. Download and Install Mobile Application... 2. About Logging In... 4. Springboard... 4. Navigation... 6. List Pages... Contents Introduction... 2 Download and Install Mobile Application... 2 About Logging In... 4 Springboard... 4 Navigation... 6 List Pages... 6 Example: Edit Contact... 7 View Pages... 12 Example: Companies...

More information

Resco Mobile CRM Woodford Quick Guide D Document version 7.2.0.0

Resco Mobile CRM Woodford Quick Guide D Document version 7.2.0.0 Resco Mobile CRM Woodford Quick Guide D Document version 7.2.0.0 Resco.net So, you have tried Resco Mobile CRM app and you liked it? But you would like to make changes to it (like import additional fields,

More information

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This

More information

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener An Oracle White Paper May 2013 Creating Custom PDF Reports with Oracle Application Express and the APEX Listener Disclaimer The following is intended to outline our general product direction. It is intended

More information

Trns port Payroll XML File Import Guide. Prepared by the Minnesota Department of Transportation (Mn/DOT)

Trns port Payroll XML File Import Guide. Prepared by the Minnesota Department of Transportation (Mn/DOT) Prepared by the Minnesota Department of Transportation (Mn/DOT) August 2013 Overview Extensible Markup Language (XML) is a set of rules for encoding documents in machinereadable form. XML's design goals

More information

HireDesk API V1.0 Developer s Guide

HireDesk API V1.0 Developer s Guide HireDesk API V1.0 Developer s Guide Revision 1.4 Talent Technology Corporation Page 1 Audience This document is intended for anyone who wants to understand, and use the Hiredesk API. If you just want to

More information

DocuSign for Microsoft Dynamics CRM 2011 2.0.2

DocuSign for Microsoft Dynamics CRM 2011 2.0.2 Quick Start Guide DocuSign for Microsoft Dynamics CRM 2011 2.0.2 Published April 2014 Overview This guide provides information on installing and sending documents for signature with DocuSign for Microsoft

More information

Learning Objective. Purpose The purpose of this activity is to give you the opportunity to learn how to set up a database and upload data.

Learning Objective. Purpose The purpose of this activity is to give you the opportunity to learn how to set up a database and upload data. Creating a Simple Database: Now with PostgreSQL 8 We are going to do the simple exercise of creating a database, then uploading the TriMet files from Activity 6. In the next activity, you will use SQL

More information

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide Coveo Platform 7.0 Microsoft Dynamics CRM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

Microsoft Dynamics CRM Security Provider Module

Microsoft Dynamics CRM Security Provider Module Microsoft Dynamics CRM Security Provider Module for Sitecore 6.6-8.0 CRM Security Provider Rev: 2015-04-15 Microsoft Dynamics CRM Security Provider Module for Sitecore 6.6-8.0 Developer's Guide A developer's

More information

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deployment Guide Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Welcome to the BIG-IP LTM system -

More information

BackupAgent Management Console 4.0.1 User Manual

BackupAgent Management Console 4.0.1 User Manual BackupAgent Management Console 4.0.1 User Manual May 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes

More information

NetSupport DNA Configuration of Microsoft SQL Server Express

NetSupport DNA Configuration of Microsoft SQL Server Express NetSupport DNA Configuration of Microsoft SQL Server Express Configuration of Microsoft SQL Server Express and NetSupport DNA Installation Requirements If installing Microsoft SQL Server Express on Windows

More information

Insert Survey Data into a Database: Dreamweaver & Access 2007

Insert Survey Data into a Database: Dreamweaver & Access 2007 Insert Survey Data into a Database: Dreamweaver & Access 2007 Site Preparation 1. Open your User folder and create a folder titled InsertData_Local. Do NOT place this folder inside PUB. If you are working

More information

Excel To Component Interface Utility

Excel To Component Interface Utility Excel To Component Interface Utility Contents FAQ... 3 Coversheet... 4 Connection... 5 Example... 6 Template... 7 Toolbar Actions... 7 Template Properties... 8 Create a New Template... 9 Data Input...

More information