A How To guide for integrating your application to the CRM Hub

Size: px
Start display at page:

Download "A How To guide for integrating your application to the CRM Hub"

Transcription

1 A How To guide for integrating your application to the CRM Hub Last Update: 28 January 2014

2 2 Table of Contents TABLE OF CONTENTS INTRODUCTION DEFINITIONS SIGN UP FOR AN CLOUD ELEMENTS ACCOUNT PROVISIONING CUSTOMER ACCOUNTS FOR AN ELEMENT PROVISIONING A CUSTOMER ACCOUNT FOR AN ELEMENT VIA THE ELEMENTS MANAGER PROVISION A CUSTOMER ACCOUNT FOR AN ELEMENT VIA THE API PROVISION THE CUSTOMER ACCOUNT INSTANCE USE YOUR PROVISIONED CUSTOMER ACCOUNT ONLINE DOCUMENTATION GET MORE SUPPORT Introduction The Cloud Elements CRM Hub provides a uniform API to quickly provide the functionality within your application to manage CRM leads, opportunities, contacts, and accounts, as well as adding notes to those objects. It can do this across multiple venders, such as SugarCRM and Salesforce.com. Future plans include Microsoft Dynamics, Zoho CRM, Highrise CRM, Sage CRM and other market leaders. By using the Cloud Elements CRM Hub s uniform API, you will be able to integrate your application once to the CRM Hub and instantly be integrated to all the prebuilt connectors (Elements) for the cloud CRM providers in that Hub - without changing your application s code. The following sections in this document guide you through the process of provisioning Elements within the CRM Hub (i.e. connect to the Cloud providers) using your customer s account credentials, as well as how to use the CRM Hub APIs in your application. Definitions Below are definitions of terms referred to throughout this document: Hub a uniform API to integrate an entire category of Elements (e.g., Documents, CRM, Customer Service). You integrate to a Hub. The APIs for a

3 3 Hub are available online at elements.com/elements/apidocs/ Element - Cloud Elements software code that provides a prebuilt integration into a specific cloud service vendor that enables a connection to an application, database, or service. You license Elements. You provision Elements by credentialing them into a Customer Account. Customer Account(s) - Your Customers connect a specific account of a cloud application or service to an Element by entering their unique account credentials for the cloud application or service they want to use in conjunction with your application. If your application is a B2B application then these are typically administrator account credentials. If it s a B2C application then these are typically individual user credentials. Note: Customer Account is sometimes referenced as Instance or Customer Account Instance within this document and on the User Interface and API calls. Developer Account(s) - Your Developers integrate Hubs into your application using our API or the Elements Manager console. Use as many developer accounts as you want; they re free! Sign Up for an Cloud Elements Account Before you can provision your first Customer Account for a CRM Hub Element, you will need to sign up for the Cloud Elements service located at: elements.com/elements/jsp/login.jsp. To ensure security, the signup and activation process must be completed using the website. An activation key will be sent to the provided address, which implicitly also verifies your account. The signup process is very straightforward, and you can alternatively use your Github account via OAuth to signup. Using your Github account also allows you to conveniently push sample API usage code directly into your Github repository.

4 4 Provisioning Customer Accounts for an Element Customer Accounts are associated to a given Element via a provisioning process accomplished either via the Elements Manager web application or directly within your app via RESTful APIs. For the CRM Hub Elements, the Customer Account information is typically your Customers account information for the service associated with the Element (e.g. Salesforce.com Element is provisioned with your Customer s Salesforce.com login account information). Provisioning a Customer Account for an Element via the Elements Manager To provision Customer Accounts for an Element using the Elements Manager web application, sign in to your account via elements.com After signing in, you are now ready to provision a Customer Account for an Element within the CRM Hub. Click on the Elements Catalog link in the left navigation bar.

5 5 Click the Add Element button for the required Cloud provider for which you want to provision the Customer Account. In this example, we will show how the Salesforce.com Element is provisioned for a given Customer s Salesforce.com Account in the example below.

6 6 When creating a new CRM Element Customer Account, you will need to provide the authentication and other details in order for the Element to verify and connect to the provided Customers Account credential information. Select the Setup using your Salesforce.com Account button as shown below, enter your Salesforce.com login information, and then click Next. You can ignore the Interactions sections for now (future functionality that is coming soon!).

7 7 You have the ability to optionally add tags to the Customer Account. Tagging is a powerful facility to enable you to track and monitor unique Customer Accounts for each Element: 1. You can assign any combination of tags per Customer Account Tag by environment such as development, test or production Tag by application such as social or billing Tag by anything else you want to track such as division, region or other. 2. Tags can be used to Track and monitor a single account used across multiple Customer Accounts (e.g., different environments or applications) Make it easier to keep track of what accounts are being used for (e.g., prod, test, your new social media app) 3. Analytics, monitoring and logging can all be filtered by Tags You can filter analytics by any combination of Tags and Elements

8 8 Select the Done button and then the My Elements button in the left navigation bar. You will see your newly provisioned Customer Account for the Salesfore.com Element, including the API documentation and sample integration code. In addition, upon selecting the Token button, you will see the element token for your Salesforce.com Element s Customer Account. This token will be passed on the header of each Salesforce.com Element API request from your application. Please keep this token secure, as unauthorized access to the Element Token could compromise your security. This completes the steps for provisioning Customer Accounts for the Salesforce.com Element using the web GUI. If you wish to provision another Customer Account, or provision a different type of CRM Element, just follow the steps again.

9 9 Provision a Customer Account for an Element via the API The following sections illustrate how to provision Customer Accounts for the Salesforce.com Element using the provisioning API. The base URL for all Cloud Elements APIs is: Each of the APIs in subsequent sections is then appended to this base URL. For example, to get the OAuth URL, use: Your Cloud Elements Organization and User secrets are required to use the provisioning API. To obtain these, sign in to the Elements Manager and edit your profile. At the bottom of the profile screen, the Organization and User secrets are listed: Note: If one is not there, click the Reset button to generate a new one for you. Provision the Customer Account Once you have all of the authorization information you need, you call the createinstance API, and it will create the Salesforce.com Customer Account in the Cloud Elements database. For detailed documentation about required v/s optional values, please go to elements.com/elements/apidocs/#!/provisioning/_post_14. In the properties below, use the same values, as you would enter in the GUI above. Method Header Body Input POST /provisioning/createinstance Authorization: User <user secret>, Organization <organization secret> "account": "key": <user s registered address> "instance": "tags": [ "name": <tag name> ], "element":

10 10 "key": <element key e.g. sfdc, sugarcrm> "name": "<Unique name for the instance>", "properties": [ key: "sfdc.username" propertyvalue: "<SF Username>" key: "sfdc.security.token" propertyvalue: "<SF Security Token>" key: "sfdc.password" propertyvalue: "<SF Password>" key: "sfdc.api.key" propertyvalue: "<SF API Key>" key: "sfdc.api.secret" propertyvalue: "<SF API Secret>" key: "sfdc.token.url" propertyvalue: "<SF Token URL>" key: "sfdc.revoke.url" propertyvalue: "<SF Revoke URL>" ] Return "datareturned": true, "token": <element instance token>, "name": <instance name>, "success": true For example (the data below is for example only: you'll have to use real data on an actual call): POST "account": "key": "[email protected]" "instance": "tags": [

11 11 "name": "My Tag" ], "element": "key": "sfdc" "name": "SFDC Instance", "properties": [ key: "sfdc.username" propertyvalue: "[email protected]" key: "sfdc.security.token" propertyvalue: "0dC0NoEFmAF8SbKcRXxNVAUyY" key: "sfdc.password" propertyvalue: "mypassword01" key: "sfdc.api.key" propertyvalue: "3ZYXWXYZ.DEFGhijk <etc>" key: "sfdc.api.secret" propertyvalue: " " key: "sfdc.token.url" propertyvalue: " key: "sfdc.revoke.url" propertyvalue: " ] with an additional request header Authorization: User 12345abcde12345abcde12345abcde12, Organization 12345abcde12345abcde12345abcde12 The result would be: "datareturned": true, "token": "ab123abcdef123456abcdef123456abc", "name": "SFDC Instance", "success": true

12 12 The returned token value is the Element authorization token, which will be used for all API invocations for your Customer Account associated with the Salesforce.com Element. This step completes the Element Customer Account provisioning process. At this point, your Customer Account is now ready to use. Use your provisioned Customer Account With the Customer Account token returned above, any of the CRM Hub methods can now be invoked. For example, use the following API to retrieve a listing of accounts in the CRM system. Method Header Query Input POST Body Return GET /document/list Authorization: Element <element instance token> FindAccounts "isaddactivityhistory": "(boolean)", "sortby": [ "field": "fieldname (string)", "order": "asc desc (string)" ], "isaddopenactivity": "(boolean)", "filters": [ "field": "fieldname (string)", "datatype": "datatype (string)", "useor": "(boolean)", "fieldvalue": "fieldvalue (string)", "closeparen": "(boolean)", "openparen": "(boolean)", "operator": "operator (string)" ] "datareturned": true, "accounts": "recordcount": /* number of records */, "records": [ /* record data goes here */ ] "success": true To continue our example, we would call: GET

13 13 with an additional request header Authorization: Element 12345abcde12345abcde12345abcde12 and post body of: "isaddactivityhistory": "false", "sortby": [ "field": "name", "order": "asc" ], "isaddopenactivity": "false", "filters": [ "field": "name", "datatype": "string", "useor": "false", "fieldvalue": "TestAccount", "closeparen": "false", "openparen": "false", "operator": "equalto" ] The result would depend on what's in the root directory, but might look something like the following. In this case it returns a single account with the name Test Account. "datareturned": true, "accounts": "recordcount": 1, "records": [ "SicDesc": null, "UpsellOpportunity c": null, "AccountSource": null, "phone": null, "TickerSymbol": null, "SLAExpirationDate c": null, "OwnerId": "005i VNdeAAG", "LastModifiedDate": " T16:20: ", "type": null, "BillingLatitude": null, "AnnualRevenue": null, "LastActivityDate": null, "id": "001i000000PzBddAAF", "NumberOfEmployees": null, "NumberofLocations c": null, "parentid": null,

14 14 "SystemModstamp": " T16:20: ", "SLASerialNumber c": null, "name": "TestAccount", "websiteurl": null, "industry": null, "shippingaddress": "street1": null, "postalcode": null, "stateorprovince": null, "city": null, "country": null "ShippingLatitude": null, "BillingLongitude": null, "Description": null, "sic": null, "Jigsaw": null, "LastReferencedDate": " T16:20: ", "Site": null, "fax": null, "LastModifiedById": "005i VNdeAAG", "SLA c": null, "number": null, "Active c": null, "CustomerPriority c": null, "deleted": false, "MasterRecordId": null, "LastViewedDate": " T16:20: ", "ShippingLongitude": null, "Rating": null, "CreatedById": "005i VNdeAAG", "CreatedDate": " T16:20: ", "JigsawCompanyId": null, "billingaddress": "street1": null, "postalcode": null, "stateorprovince": null, "city": null, "country": null "Ownership": null ] "success": true For testable API usage documentation for all the CRM Hub APIs, please refer to the online documentation located at: elements.com/elements/apidocs/ -!/crm

15 15 Online Documentation For testable API usage documentation for all the CRM Hub APIs, please refer to the online documentation located at: elements.com/elements/apidocs/ -!/crm In addition, testable API documentation where the HTTP header is pre- populated is available via the Elements Manager. To access this documentation, sign in to Elements Manager, and select My Elements from the left navigation bar, then select the Payments tab to view your provisioned Customer Accounts. Get More Support For assistance from our support team to help you with your applications, please visit or us at elements.com.

Cloud Elements! Marketing Hub Provisioning and Usage Guide!

Cloud Elements! Marketing Hub Provisioning and Usage Guide! Cloud Elements Marketing Hub Provisioning and Usage Guide API Version 2.0 Page 1 Introduction The Cloud Elements Marketing Hub is the first API that unifies marketing automation across the industry s leading

More information

Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA

Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA Page 1 Introduction The ecommerce Hub provides a uniform API to allow applications to use various endpoints such as Shopify. The following

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

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

Brainshark/Salesforce.com Integration Installation Procedures

Brainshark/Salesforce.com Integration Installation Procedures Page1 Brainshark/Salesforce.com Integration Installation Procedures The Brainshark/Salesforce integration allows Salesforce users to send emails containing links to Brainshark presentations from a contact

More information

Salesforce Opportunities Portlet Documentation v2

Salesforce Opportunities Portlet Documentation v2 Salesforce Opportunities Portlet Documentation v2 From ACA IT-Solutions Ilgatlaan 5C 3500 Hasselt [email protected] Date 29.04.2014 This document will describe how the Salesforce Opportunities portlet

More information

Jive Case Escalation for Salesforce

Jive Case Escalation for Salesforce Jive Case Escalation for Salesforce TOC 2 Contents System Requirements... 3 Understanding Jive Case Escalation for Salesforce... 4 Setting Up Jive Case Escalation for Salesforce...5 Installing the Program...

More information

Managing users. Account sources. Chapter 1

Managing users. Account sources. Chapter 1 Chapter 1 Managing users The Users page in Cloud Manager lists all of the user accounts in the Centrify identity platform. This includes all of the users you create in the Centrify for Mobile user service

More information

Cloud Elements! Events Management BETA! API Version 2.0

Cloud Elements! Events Management BETA! API Version 2.0 Cloud Elements Events Management BETA API Version 2.0 Event Management Version 1.0 Event Management Cloud Elements Event Management provides a uniform mechanism for subscribing to events from Endpoints

More information

Coveo Platform 7.0. Salesforce Connector Guide

Coveo Platform 7.0. Salesforce Connector Guide Coveo Platform 7.0 Salesforce 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 market

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

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

AVG Business Secure Sign On Active Directory Quick Start Guide

AVG Business Secure Sign On Active Directory Quick Start Guide AVG Business Secure Sign On Active Directory Quick Start Guide The steps below will allow for download and registration of the AVG Business SSO Cloud Connector to integrate SaaS application access and

More information

Qvidian Playbooks & Salesforce Setup Guide. Fall Release 2013

Qvidian Playbooks & Salesforce Setup Guide. Fall Release 2013 Qvidian Playbooks & Salesforce Setup Guide Fall Release 2013 Last Updated: 11/12/2013 Introduction Welcome to Qvidian Sales Playbooks & Analytics! This guide is directed toward CRM Administrators, Playbook

More information

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

Egnyte Single Sign-On (SSO) Installation for OneLogin

Egnyte Single Sign-On (SSO) Installation for OneLogin Egnyte Single Sign-On (SSO) Installation for OneLogin To set up Egnyte so employees can log in using SSO, follow the steps below to configure OneLogin and Egnyte to work with each other. 1. Set up OneLogin

More information

Enterprise Access Control Patterns For REST and Web APIs

Enterprise Access Control Patterns For REST and Web APIs Enterprise Access Control Patterns For REST and Web APIs Francois Lascelles Layer 7 Technologies Session ID: STAR-402 Session Classification: intermediate Today s enterprise API drivers IAAS/PAAS distributed

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

How to pull content from the PMP into Core Publisher

How to pull content from the PMP into Core Publisher How to pull content from the PMP into Core Publisher Below you will find step-by-step instructions on how to set up pulling or retrieving content from the Public Media Platform, or PMP, and publish it

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

GATEWAY CONFIGURATION GUIDE. PowerCharge

GATEWAY CONFIGURATION GUIDE. PowerCharge GATEWAY CONFIGURATION GUIDE PowerCharge Table of Contents Overview... 3 eprocessing Networks Configuration... 3 Beanstream Configuration... 5 BeanStream Merchant ID... 5 BeanStream Transaction Username

More information

Wave Analytics External Data API Developer Guide

Wave Analytics External Data API Developer Guide Wave Analytics External Data API Developer Guide Salesforce, Winter 16 @salesforcedocs Last updated: November 6, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

AVG Business SSO Connecting to Active Directory

AVG Business SSO Connecting to Active Directory AVG Business SSO Connecting to Active Directory Contents AVG Business SSO Connecting to Active Directory... 1 Selecting an identity repository and using Active Directory... 3 Installing Business SSO cloud

More information

Salesforce Integration Guide

Salesforce Integration Guide 1 Salesforce Integration Guide 2 Salesforce Integration Guide Integrating Velaro with Salesforce Using Velaro s Salesforce chat integration tools, you can create leads, contacts, support cases, and save

More information

Administering Jive for Outlook

Administering Jive for Outlook Administering Jive for Outlook TOC 2 Contents Administering Jive for Outlook...3 System Requirements...3 Installing the Plugin... 3 Installing the Plugin... 3 Client Installation... 4 Resetting the Binaries...4

More information

USER GUIDE for Salesforce

USER GUIDE for Salesforce for Salesforce USER GUIDE Contents 3 Introduction to Backupify 5 Quick-start guide 6 Administration 6 Logging in 6 Administrative dashboard 7 General settings 8 Account settings 9 Add services 9 Contact

More information

GET IN NOW Step 2: Add Users

GET IN NOW Step 2: Add Users GET IN NOW Step 2: Add Users 1. Match My Email User Roles During the set-up of Match My Email Lite, a MME account is created. The individual whose credentials are used to create an account becomes the

More information

Module - Facebook PS Connect

Module - Facebook PS Connect Module - Facebook PS Connect Operation Date : October 10 th, 2013 Business Tech Installation & Customization Service If you need assistance, we can provide you a full installation and customization service

More information

Hubcase for Microsoft Dynamics CRM Installation and Configuration Guide

Hubcase for Microsoft Dynamics CRM Installation and Configuration Guide Hubcase for Microsoft Dynamics CRM Installation and Configuration Guide 1. Overview... 2 2. Install Hubcase for Dynamics CRM solution... 3 3. Setup and configure your Hubcase membership... 7 3.1. Sign

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

for Salesforce CRM INSTALLATION GUIDE February 2011 www.crm.hoovers.com/salesforce

for Salesforce CRM INSTALLATION GUIDE February 2011 www.crm.hoovers.com/salesforce for Salesforce CRM INSTALLATION GUIDE February 2011 www.crm.hoovers.com/salesforce Table of Contents Before You Begin... 3 First Time Installing Access Hoover s... 3 Updating Access Hoover s... 3 Note

More information

SpringCM Integration Guide. for Salesforce

SpringCM Integration Guide. for Salesforce SpringCM Integration Guide for Salesforce September 2014 Introduction You are minutes away from fully integrating SpringCM into your Salesforce account. The SpringCM Open Cloud Connector will allow you

More information

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT ZohoCRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted

More information

Office365Mon Developer API

Office365Mon Developer API Office365Mon Developer API Office365Mon provides a set of services for retrieving report data, and soon for managing subscriptions. This document describes how you can create an application to programmatically

More information

MYOB EXO BUSINESS WHITE PAPER

MYOB EXO BUSINESS WHITE PAPER MYOB EXO BUSINESS WHITE PAPER Social Media in MYOB EXO Business EXO BUSINESS MYOB ENTERPRISE SOLUTIONS Contents Introduction... 3 How Social Media Integration Works... 3 The Authentication Process... 3

More information

Creating a generic user-password application profile

Creating a generic user-password application profile Chapter 4 Creating a generic user-password application profile Overview If you d like to add applications that aren t in our Samsung KNOX EMM App Catalog, you can create custom application profiles using

More information

SpringCM Integration Guide. for Salesforce

SpringCM Integration Guide. for Salesforce SpringCM Integration Guide for Salesforce January 2013 Introduction You are minutes away from fully integrating SpringCM into your Salesforce account. The SpringCM Open Cloud Connector will allow you to

More information

Salesforce Integration User Guide Version 1.1

Salesforce Integration User Guide Version 1.1 1 Introduction Occasionally, a question or comment in customer community forum cannot be resolved right away by a community manager and must be escalated to another employee via a CRM system. Vanilla s

More information

Salesforce Files Connect Implementation Guide

Salesforce Files Connect Implementation Guide Salesforce Files Connect Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

How To Use Syntheticys User Management On A Pc Or Mac Or Macbook Powerbook (For Mac) On A Computer Or Mac (For Pc Or Pc) On Your Computer Or Ipa (For Ipa) On An Pc Or Ipad

How To Use Syntheticys User Management On A Pc Or Mac Or Macbook Powerbook (For Mac) On A Computer Or Mac (For Pc Or Pc) On Your Computer Or Ipa (For Ipa) On An Pc Or Ipad SYNTHESYS MANAGEMENT User Management Synthesys.Net User Management 1 SYNTHESYS.NET USER MANAGEMENT INTRODUCTION...3 STARTING SYNTHESYS USER MANAGEMENT...4 Viewing User Details... 5 Locating individual

More information

SmartConnect User Credentials 2012

SmartConnect User Credentials 2012 User Credentials Used When The SmartConnect client connects to Microsoft Dynamics GP When connecting to the Microsoft Dynamics GP the credentials of the current AD user are used to connect to Dynamics

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

DreamFactory on Microsoft SQL Azure

DreamFactory on Microsoft SQL Azure DreamFactory on Microsoft SQL Azure Account Setup and Installation Guide For general information about the Azure platform, go to http://www.microsoft.com/windowsazure/. For general information about the

More information

TimeTrade Salesforce Connector Administrator Guide

TimeTrade Salesforce Connector Administrator Guide TimeTrade Salesforce Connector Administrator Guide TimeTrade Systems, Inc. Step- by- step instructions for installing and configuring the Salesforce Connector Installation & Configuration Guide Table of

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

Cloud Services MDM. ios User Guide

Cloud Services MDM. ios User Guide Cloud Services MDM ios User Guide 10/24/2014 CONTENTS Overview... 3 Supported Devices... 3 System Capabilities... 3 Enrollment and Activation... 4 Download the Agent... 4 Enroll Your Device Using the Agent...

More information

DirectSmile Cross Media and Salesforce

DirectSmile Cross Media and Salesforce DirectSmile DirectSmile Cross Media and Salesforce Guide 2014 Salesforce und DirectSmile Cross Media Salesforce und DirectSmile Cross Media... 2 1.1 Introduction... 3 1.2 Setting Up a User Account... 3

More information

Online eopf Self-service Feature for Login ID and Password Retrieval for New Users

Online eopf Self-service Feature for Login ID and Password Retrieval for New Users For Employees Online eopf Self-service Feature for Login ID and Password Retrieval for New Users eopf provides web-based access for Federal personnel to view and print employment documents. Employees are

More information

SpringCM Troubleshooting Guide for Salesforce

SpringCM Troubleshooting Guide for Salesforce SpringCM Troubleshooting Guide for Salesforce July 2013 TABLE OF CONTENTS FAQS:... 3 WHY DID I NOT RECEIVE A SPRINGCM ACTIVATION EMAIL?... 3 WHY DON T MY SALESFORCE USERS HAVE ACCESS TO SPRINGCM?... 3

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Salesforce Multichannel Integration Configuration Guide Version 7.0 Revision 2.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes

More information

Social Application Guide

Social Application Guide Social Application Guide Version 2.2.0 Mar 2015 This document is intent to use for our following Magento Extensions Or any other cases it might help. Copyright 2015 LitExtension.com. All Rights Reserved

More information

New Mexico State University. AiM 8.X Basic AiM

New Mexico State University. AiM 8.X Basic AiM New Mexico State University AiM 8.X Basic AiM January 22, 2015 Confidential Business Information This documentation is proprietary information of New Mexico State University (NMSU) and is not to be copied,

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

CRM Connector Installation & Integration USER GUIDE

CRM Connector Installation & Integration USER GUIDE CRM Connector Installation & Integration USER GUIDE TABLE OF CONTENTS Table Of Contents Installation... 4 System Tray Icon.... 5 Salesforce.com Integration.... 6 Salesforce Security Token.... 6 Configuration....

More information

Synchronize with Salesforce

Synchronize with Salesforce Synchronize with Salesforce What is it? Salesforce is an industry leading SaaS business tool used by many companies. It's a great tool to use in combination with JangoMail--to provide the list data for

More information

Multi-Factor Authentication Job Aide

Multi-Factor Authentication Job Aide To start your account configuration and begin using Multi-Factor Authentication, log in to the CCHMC Multi-Factor Authentication User Portal at https://mfa.cchmc.org/multifactorauth. For assistance, please

More information

ISVforce Guide. Version 35.0, Winter 16. @salesforcedocs

ISVforce Guide. Version 35.0, Winter 16. @salesforcedocs ISVforce Guide Version 35.0, Winter 16 @salesforcedocs Last updated: vember 12, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Protected Trust Directory Sync Guide

Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide 2 Overview Protected Trust Directory Sync enables your organization to synchronize the users and distribution lists in Active Directory

More information

NASDAQ Web Security Entitlement Installation Guide November 13, 2007

NASDAQ Web Security Entitlement Installation Guide November 13, 2007 November 13, 2007 Table of Contents: Copyright 2006, The Nasdaq Stock Market, Inc. All rights reserved.... 2 Chapter 1 - Entitlement Overview... 3 Hardware/Software Requirements...3 NASDAQ Workstation...3

More information

qliqdirect Active Directory Guide

qliqdirect Active Directory Guide qliqdirect Active Directory Guide qliqdirect is a Windows Service with Active Directory Interface. qliqdirect resides in your network/server and communicates with qliqsoft cloud servers securely. qliqdirect

More information

USER GUIDE PowerAttachment CRM 2013 2015

USER GUIDE PowerAttachment CRM 2013 2015 USER GUIDE PowerAttachment CRM 2013 2015 Contents Overview Configuring PowerAttachment Location Type URL Username Password Document Library SharePoint Type SharePoint Domain Attachment Types Email Cycle

More information

Configuring Single Sign-On from the VMware Identity Manager Service to Office 365

Configuring Single Sign-On from the VMware Identity Manager Service to Office 365 Configuring Single Sign-On from the VMware Identity Manager Service to Office 365 VMware Identity Manager JULY 2015 V1 Table of Contents Overview... 2 Passive and Active Authentication Profiles... 2 Adding

More information

User-password application scripting guide

User-password application scripting guide Chapter 2 User-password application scripting guide You can use the generic user-password application template (described in Creating a generic user-password application profile) to add a user-password

More information

KEVY INTEGRATIONS EXACTTARGET AND CRM

KEVY INTEGRATIONS EXACTTARGET AND CRM KEVY INTEGRATIONS EXACTTARGET AND CRM BEST PRACTICES INTEGRATING EXACTTARGET AND CRM Kevy s Cloud Connectors allow you to seamlessly sync your ExactTarget data with your CRM information without writing

More information

Programming Autodesk PLM 360 Using REST. Doug Redmond Software Engineer, Autodesk

Programming Autodesk PLM 360 Using REST. Doug Redmond Software Engineer, Autodesk Programming Autodesk PLM 360 Using REST Doug Redmond Software Engineer, Autodesk Introduction This class will show you how to write your own client applications for PLM 360. This is not a class on scripting.

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2

How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 èè How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 Table of Contents 1. General overview... 3 1.1. Installing the plugin... 3 1.2. Testing the plugin with the

More information

Microsoft IAS Configuration for RADIUS Authorization

Microsoft IAS Configuration for RADIUS Authorization Microsoft IAS Configuration for RADIUS Authorization Purpose To illustrate how to create a Microsoft IAS Remote Access Policy that utilizes an Uplogix vendor specific attribute that contains a user group

More information

User Manual 03/12/2014. A collaborative effort by

User Manual 03/12/2014. A collaborative effort by User Manual 03/12/2014 A USER GUIDE DESIGNED TO HELP CREATE AND MAINTAIN PERSONAL ACCOUNTS IN mynhdoe, THE NH DEPARTMENT OF EDUCATION SINGLE SIGN-ON SYSTEM FOR ACCESSING SECURE APPLICATIONS A collaborative

More information

PassKey Manager. Schoolwires Centricity

PassKey Manager. Schoolwires Centricity Schoolwires Centricity Table of Contents Introduction... 1 What Provides... 1 What Does Not Provide... 1 Definitions for... 1 Manage PassKeys in Site Manager... 2 Access... 2 Create PassKeys... 2 Create

More information

If you are you are using Microsoft outlook 2007, then new toolbar will be added below the Outlook menu bar,

If you are you are using Microsoft outlook 2007, then new toolbar will be added below the Outlook menu bar, Enjay SugarCRM Add-on for MS-Outlook 2010 Configuration 1. Launch MS-Outlook 2007 or 2010 2. Click on Enjay Tab shown in figure below If you are you are using Microsoft outlook 2007, then new toolbar will

More information

Hubcase for Salesforce Installation and Configuration Guide

Hubcase for Salesforce Installation and Configuration Guide Hubcase for Salesforce Installation and Configuration Guide Note: This document is intended for system administrator, and not for end users. Installation and configuration require understanding of both

More information

INTEGRATION GUIDE. DIGIPASS Authentication for Salesforce using IDENTIKEY Federation Server

INTEGRATION GUIDE. DIGIPASS Authentication for Salesforce using IDENTIKEY Federation Server INTEGRATION GUIDE DIGIPASS Authentication for Salesforce using IDENTIKEY Federation Server Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is

More information

Salesforce.com Integration Guide

Salesforce.com Integration Guide ServicePattern Version 3.6 Revision SP36-SFDC-41855 Bright Pattern, Inc. 1111 Bayhill Drive, Suite 275, San Bruno, CA 94066 Phone: +1 (855) 631.4553 or +1 (650) 529.4099 Fax: +1 (415) 480.1782 www.brightpattern.com

More information

USER GUIDE SHORETEL NETSUITE CLIENT. ShoreTel Professional Services

USER GUIDE SHORETEL NETSUITE CLIENT. ShoreTel Professional Services USER GUIDE SHORETEL NETSUITE CLIENT ShoreTel Professional Services Introduction The ShoreTel NetSuite Client application provides integration between calls made and received on a user's ShoreTel phone

More information

Copyright Pivotal Software Inc, 2013-2015 1 of 10

Copyright Pivotal Software Inc, 2013-2015 1 of 10 Table of Contents Table of Contents Getting Started with Pivotal Single Sign-On Adding Users to a Single Sign-On Service Plan Administering Pivotal Single Sign-On Choosing an Application Type 1 2 5 7 10

More information

Sage Integration Cloud Technology Whitepaper

Sage Integration Cloud Technology Whitepaper Sage Integration Cloud Technology Whitepaper Sage Christian Rubach July 21, 2016 Abstract Sage is committed to providing businesses around the world the information, insight and tools they need to succeed.

More information

Opacus Outlook Addin v3.x User Guide

Opacus Outlook Addin v3.x User Guide Opacus Outlook Addin v3.x User Guide Connecting to your SugarCRM Instance Before you can use the plugin you must first configure it to communicate with your SugarCRM instance. In order to configure the

More information

Traitware Authentication Service Integration Document

Traitware Authentication Service Integration Document Traitware Authentication Service Integration Document February 2015 V1.1 Secure and simplify your digital life. Integrating Traitware Authentication This document covers the steps to integrate Traitware

More information

Installation and Administration Guide

Installation and Administration Guide Installation and Administration Guide Release 8 This installation guide will walk you through how to install and deploy Conga Composer, including recommended settings for the application. Contact Support:

More information

Contents Release Notes... ... 3 System Requirements... ... 4 Administering Jive for Office... ... 5

Contents Release Notes... ... 3 System Requirements... ... 4 Administering Jive for Office... ... 5 Jive for Office TOC 2 Contents Release Notes...3 System Requirements... 4 Administering Jive for Office... 5 Getting Set Up...5 Installing the Extended API JAR File... 5 Updating Client Binaries...5 Client

More information

CloudAmp Analytics Dashboards. Documentation

CloudAmp Analytics Dashboards. Documentation CloudAmp Analytics Dashboards for Salesforce & Google Analytics Documentation Last Updated: October 5, 2015 Table of Contents 1. About the App 2. Technical Support 3. Requirements 4. Installation a. Click

More information

DataDirector Getting Started

DataDirector Getting Started DataDirector Getting Started LOGIN Log into the DataDirector website: https://www.achievedata.com/yourdistrictname User Name: New Password: Enter your User Name and Password o After login, you may need

More information

Getting Started with Clearlogin A Guide for Administrators V1.01

Getting Started with Clearlogin A Guide for Administrators V1.01 Getting Started with Clearlogin A Guide for Administrators V1.01 Clearlogin makes secure access to the cloud easy for users, administrators, and developers. The following guide explains the functionality

More information

How to create an Expense Report through iexpense in the iphone Mobile App

How to create an Expense Report through iexpense in the iphone Mobile App How to create an Expense Report through iexpense in the iphone Mobile App 1. Before you can submit Expense Reports through the mobile app, you need to access iexpense through the web application to set

More information

How to Create a Broker Account

How to Create a Broker Account How to Create a Broker Account 1. Once you have created your NY.gov ID and set your password (see the guide, How to Create a NY.gov ID ), return to the Broker tab from the NYSOH home page and select CLICK

More information

Advanced Configuration Steps

Advanced Configuration Steps Advanced Configuration Steps After you have downloaded a trial, you can perform the following from the Setup menu in the MaaS360 portal: Configure additional services Configure device enrollment settings

More information

Setting Up Jive for SharePoint Online and Office 365. Introduction 2

Setting Up Jive for SharePoint Online and Office 365. Introduction 2 Setting Up Jive for SharePoint Online and Office 365 Introduction 2 Introduction 3 Contents 4 Contents Setting Up Jive for SharePoint Online and Office 365...5 Jive for SharePoint Online System Requirements...5

More information

Initial DUO 2 Factor Setup, Install, Login and Verification

Initial DUO 2 Factor Setup, Install, Login and Verification Please read this entire document it contains important instructions that will help you with the setup and maintenance of your DUO account. PLEASE NOTE: Use of a smartphone is the fastest and simplest way

More information

TeamViewer 9 Manual Management Console

TeamViewer 9 Manual Management Console TeamViewer 9 Manual Management Console Rev 9.2-07/2014 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen www.teamviewer.com Table of Contents 1 About the TeamViewer Management Console... 4 1.1 About the

More information

Active Directory Syncing

Active Directory Syncing User Guide Page 1 of 7 This document, in whole or in part, must not be reproduced in any form without the express written permission of 1.0 Introduction The Add-On Tool makes it easy to create users and

More information

Table of Contents INTRODUCTION... 2 HOME... 3. Dashboard... 5 Reminders... 8 Announcements... 12 Preferences... 13 Recent Items... 15 REQUESTS...

Table of Contents INTRODUCTION... 2 HOME... 3. Dashboard... 5 Reminders... 8 Announcements... 12 Preferences... 13 Recent Items... 15 REQUESTS... Table of Contents INTRODUCTION... 2 HOME... 3 Dashboard... 5 Reminders... 8 Announcements... 12 Preferences... 13 Recent Items... 15 REQUESTS... 16 Request List View... 17 Requests based on Filters...

More information

Orchestrating Document and Media Management using CMIS

Orchestrating Document and Media Management using CMIS Orchestrating Document and Media Management using CMIS Technical Note - Integrating ActiveVOS with Alfresco CMIS Services AN ACTIVE ENDPOINTS TECHNICAL NOTE 2009 Active Endpoints Inc. ActiveVOS is a trademark

More information

Connected Data. Connected Data requirements for SSO

Connected Data. Connected Data requirements for SSO Chapter 40 Configuring Connected Data The following is an overview of the steps required to configure the Connected Data Web application for single sign-on (SSO) via SAML. Connected Data offers both IdP-initiated

More information

Configuring user provisioning for Amazon Web Services (Amazon Specific)

Configuring user provisioning for Amazon Web Services (Amazon Specific) Chapter 2 Configuring user provisioning for Amazon Web Services (Amazon Specific) Note If you re trying to configure provisioning for the Amazon Web Services: Amazon Specific + Provisioning app, you re

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

Unleash the Power of e-learning

Unleash the Power of e-learning Unleash the Power of e-learning Version 1.5 November 2011 Edition 2002-2011 Page2 Table of Contents ADMINISTRATOR MENU... 3 USER ACCOUNTS... 4 CREATING USER ACCOUNTS... 4 MODIFYING USER ACCOUNTS... 7 DELETING

More information

Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM

Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM Sage CRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by

More information

Add Microsoft Azure as the Federated Authenticator in WSO2 Identity Server

Add Microsoft Azure as the Federated Authenticator in WSO2 Identity Server Add Microsoft Azure as the Federated Authenticator in WSO2 Identity Server This blog will explain how to use Microsoft Azure as a Federated Authenticator for WSO2 Identity Server 5.0.0. In this example

More information