Appointment Router Salesforce.com Web- to- Lead Integration Guide. Date: January 19, 2011

Size: px
Start display at page:

Download "Appointment Router Salesforce.com Web- to- Lead Integration Guide. Date: January 19, 2011"

Transcription

1 Appointment Router Salesforce.com Web- to- Lead Integration Guide Date: January 19, 2011

2 Overview This document describes the method used to integrate Salesforce.com Web-to-Lead forms with TimeTrade s Appointment Router. TimeTrade s Appointment Router uses the fields on your Web-to-Lead form to automatically determine which sales person is appropriate for this prospect. This document walks you through the steps to integrate Salesforce.com Web-to-Lead forms with TimeTrade s Appointment Router. It is assumed that the reader of this document is proficient with the use of Salesforce.com setup and customization, Web-to-Lead functionality, and basic HTML. It is also assumed that the user knows how to configure TimeTrade s Appointment Router (see Appointment Router Configuration Guide for an overview of how to configure the Appointment Router). For the integration to function, you will need to create two web pages. The first will contain your Web-to-Lead form and the second will contain the TimeTrade Appointment Widget. This document shows you how to use the embed code available in the Admin->Routing section of the TimeTrade product to pass the data collected by your Salesforce.com Web-to-Lead form to TimeTrade. TimeTrade uses this data to automatically direct your prospect/customer to the appropriate representative in your company and allows them to easily make an appointment for a phone call or meeting. The example in this document assumes that you want your prospects to book an appointment for a 15-minute phone call with one of your sales people after they have filled in the information on the following form. Salesforce Web- to- Lead Integration Guide - February 4, 2011 Page 2

3 After a prospect has entered all the information on this form and clicks Submit, the form values for all the form fields will be passed to Salesforce.com. We will set up a Salesforce.com redirect URL to pass these parameters on to the page hosting the TimeTrade Appointment Widget. This redirect URL will have the form: mycompany&phone= &state=ma&revenue= over 100 million When Salesforce.com has completed processing, it will invoke the page hosting the TimeTrade Appointment Widget, passing the input parameters. The page hosting the TimeTrade Appointment Widget will run the TimeTrade Appointment Widget in an iframe. The TimeTrade Widget will then provide the screens to complete the appointment booking process. The remainder of this document will show you the detail steps for creating both the web page hosting the Salesforce Web-to-Lead form and the web page hosting the TimeTrade Appointment Widget. As an administrator on both your TimeTrade and Salesforce.com accounts, you will: 1. Configure the TimeTrade Appointment Router with custom fields and routing rules for 15 minute phone call appointments (see Appointment Router Configuration Guide). 2. Create the Salesforce.com Web-to-Lead form so that it can redirect to a TimeTrade Appointment Widget host page. 3. Create a Web-to-Lead form host page. 4. Create a TimeTrade Appointment Widget host page. 5. Add HTML embed code to the Web-to-Lead form host page. 6. Add HTML embed code to the TimeTrade Appointment Widget host page. STEP 1: Configure the Appointment Router Start by logging in to your TimeTrade account. Configure the Appointment Router as described in Appointment Router Configuration Guide. On the Salesforce Web-to-Lead form, only State and Revenue will be used to route appointments to the appropriate sales rep for this example. The remaining fields are used for lead capture by Salesforce Web- to- Lead Integration Guide - February 4, 2011 Page 3

4 Salesforce and are informational only for TimeTrade. Consequently, you will need to create only two custom fields in TimeTrade, State and Revenue. NOTE: Consistent naming of fields in Salesforce.com and TimeTrade is critical to a successful integration. This is necessary in order for the data to pass correctly between the two systems. Because of this name match dependency, your custom field names in TimeTrade MUST match the field names in Salesforce.com EXACTLY, including case sensitivity. Because Salesforce.com assigns unique identifiers to each custom field, TimeTrade fields must have the same name as the field label defined on the custom field in Salesforce.com Our example has the following field names: Field Label Salesforce.com Field Name TimeTrade Field Name First Name first_name first_name Last Name last_name last_name Address Company Name company company Phone Number phone phone State state state Revenue* Revenue* Revenue Note: Only the State and Revenue fields need to be created in TimeTrade. Fields marked with * above are Salesforce.com custom fields. Values under the Salesforce.com Field Name column actually indicate the field label defined in Salesforce.com as opposed to the actual HTML ID the Web-to-Lead wizard will generate. STEP 2: Create the Salesforce Web- to- Lead form 1. In Salesforce, navigate to Setup -> App Setup -> Customize -> Leads -> Web-to-Lead 2. If disabled, be sure to enable Web-to-Lead functionality. Refer to the Salesforce.com documentation for instructions and best practices for enabling Web-to-Lead. 3. Once Web-to-Lead is enabled, click the Create Web-to-Lead Form button 4. From the Available Fields list, select the field(s) required on the new Web-to-Lead form. Once the field(s) have been selected, click the right-arrow button to add the field to the Selected Fields list on the right. 5. By default, Salesforce.com will automatically add First Name, Last Name, , Company, City and State/Province to the Selected Fields list. To remove a field, select the field and click the left-arrow. 6. Once the list of selected fields is complete, you can rearrange their order of appearance by selecting a field and clicking the Up or Down arrow button. Salesforce Web- to- Lead Integration Guide - February 4, 2011 Page 4

5 7. Enter the Return URL the user should be directed to once the form is submitted to Salesforce.com. For the example in this document, the Return URL will be 8. Click the Generate button to create the HTML for the new form. 9. Copy the HTML and paste into a new form on your web site. The Web-to-Lead wizard will automatically add a field returl to the form. This field will contain the URL to which the form will be directed after the lead is submitted to Salesforce.com. In this case, the form will be redirected to the TimeTrade Appointment router. NOTE: The HTML Field Name for State (a standard Salesforce.com field) and the HTML title for Revenue (a custom Salesforce.com field) on your Web-to-Lead form MUST match the field names in TimeTrade EXACTLY, including case sensitivity. STEP 3: Add form field values to the Salesforce.com form It is important that the values you allow your prospects to pick for State and Revenue on the Salesforce.com form map exactly to the values you have configured in the TimeTrade Appointment Router. To simplify this process, TimeTrade will provide the exact values and names to define in the Salesforce.com field definition list used for each field. In your TimeTrade system, navigate to Admin > Routing > Landing Pages. Select the row with the Salesforce.com routing rule and click Get Widget. View the Salesforce.com embed code by clicking on the Salesforce.com tab on the left side of the page. Salesforce Web- to- Lead Integration Guide - February 4, 2011 Page 5

6 Under Drop-down list values for your Salesforce form, you will see the values for both the State and Revenue fields. The values listed are a comma separated list of values. Return to your Salesforce.com system and ensure that these form field values are identical on your Web-to-Lead form. If the field being used is pre-existing, you can edit the picklist field list to include the list of values from TimeTrade. Repeat the same steps for the Revenue field. Salesforce Web- to- Lead Integration Guide - February 4, 2011 Page 6

7 STEP 4: Create the web page which hosts the Salesforce.com form Copy the HTML generated by the Web-to-Lead wizard and add it to a new or pre-existing page on your web site. Deploy the URL for this web page. Make note of the URL, you will need it in a later step. STEP 5: Create the host web page for the TimeTrade Appointment Widget Create a new web page that will host the TimeTrade Appointment Widget. We will add the TimeTrade Widget to this page later. For now, deploy the page without the TimeTrade Widget. Make note of the URL for this page. You will need it in the next step. STEP 6: Generate the HTML embed code In order for Salesforce.com to redirect to TimeTrade correctly, the returl field value must be updated dynamically as the prospect specifies values for State, Revenue and other fields. TimeTrade provides you with HTML embed code that does this. Return to the Get Widget page for Salesforce.com in your TimeTrade system and enter the URLs for: The web page which hosts the Salesforce Web-to-Lead form The web page with hosts the TimeTrade Appointment Widget Click the Generate Code button. TimeTrade will automatically read the Salesforce.com host page and ensure that the State and Revenue fields are identical in both TimeTrade and Salesforce.com. You will receive an error message if they are not the same or if either State or Revenue is missing from your Salesforce.com form. TimeTrade will also check that the page that will host the Appointment Widget exists. You will get an error message if the page cannot be accessed. When both the Salesforce.com Web-to-Lead hosting page and the TimeTrade Appointment Widget host page have been validated, TimeTrade will generate the embed code for both pages. Salesforce Web- to- Lead Integration Guide - February 4, 2011 Page 7

8 STEP 7: Add the TimeTrade embed code to the Salesforce.com form host page Copy the TimeTrade embed code for the Salesforce.com form host page. Open the web page hosting the Salesforce.com form and paste the TimeTrade embed code immediately after the <form> tag. Salesforce Web- to- Lead Integration Guide - February 4, 2011 Page 8

9 Save and deploy the Salesforce Web-to-Lead form host page. STEP 8: Add the TimeTrade embed code to the Appointment Widget host page Return to your TimeTrade system and copy the embed code for the TimeTrade Appointment Widget. Salesforce Web- to- Lead Integration Guide - February 4, 2011 Page 9

10 Paste this embed code into the page which will host the TimeTrade Appointment Widget. If there is other content on this web page, you can control where the TimeTrade Widget appears by carefully selecting where you insert the embed code. This TimeTrade embed code parses the input parameters passed when Salesforce.com invokes the URL for the page and then launches the TimeTrade Appointment Widget in an iframe. Deploy this updated version of the web page. That s it! Your Salesforce.com Web-to-Lead integration is now configured and ready for use. Visit support.timetrade.com for more help and information Salesforce Web- to- Lead Integration Guide - February 4, 2011 Page 10

QAS Small Business for Salesforce CRM

QAS Small Business for Salesforce CRM INTRODUCTION This document provides an overview of integrating and configuring QAS for Salesforce CRM. It will take you through the standard integration and configuration process and also provides an appendix

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

Quick Start Configuration Guide Salesforce.com Integration

Quick Start Configuration Guide Salesforce.com Integration Quick Start Configuration Guide Salesforce.com Integration Introduction The basic integration of WorldSmart and Salesforce.com offers the following features: WorldSmart tabs in Salesforce dashboard. Click

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

TimeTrade Workgroup & Workgroup Plus Setup & Use

TimeTrade Workgroup & Workgroup Plus Setup & Use TimeTrade Workgroup & Workgroup Plus Setup & Use Business Model Copyright 2015 Rootworks Overview This document details the implementation process of TimeTrade, an online appointment scheduling solution.

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

Egnyte for Salesforce v2.1 Administrator s Guide

Egnyte for Salesforce v2.1 Administrator s Guide Egnyte for Salesforce v2.1 Administrator s Guide Overview Egnyte Tabs Egnyte Domain Configuration Egnyte Sync Configurations Creating Sync Configurations for standard and/or custom objects Creating folder

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

Increase Productivity

Increase Productivity Spend a lot less time entering data and more time with customers Increase Productivity Walk through the steps in this Quick Guide to experience the next-generation usability features in CRM On Demand.

More information

Customize Bluefin Payment Processing app to meet the needs of your business. Click here for detailed documentation on customizing your application

Customize Bluefin Payment Processing app to meet the needs of your business. Click here for detailed documentation on customizing your application STEP 1 Download and install Bluefin Payment Processing app STEP 2 Sign up for a Bluefin merchant account Once you install the application, click the Get Started link from the home page to get in touch

More information

RingCentral for Salesforce. Administrator Guide

RingCentral for Salesforce. Administrator Guide RingCentral for Salesforce Administrator Guide 1 RingCentral for Salesforce Administrator Guide Introduction Contents Introduction... 3 About RingCentral for Salesforce.................................................

More information

Azalead Account Based Marketing package. Installation guide

Azalead Account Based Marketing package. Installation guide Azalead Account Based Marketing package Installation guide Contents I. Purpose... 3 II. Prerequisite... 3 A. API access... 3 B. Salesforce object access... 3 III. Features summary... 4 IV. Package installation...

More information

Cloudfinder for Office 365 User Guide. November 2013

Cloudfinder for Office 365 User Guide. November 2013 1 Contents Getting started with Cloudfinder for Office 365 1... 3 Sign up New Cloudfinder user... 3 Sign up Existing Cloudfinder user... 4 Setting the Admin Impersonation... 4 Initial backup... 7 Inside

More information

Salesforce.com Integration - Installation and Customization Guide

Salesforce.com Integration - Installation and Customization Guide Feedback Analytics Kampyle LTD Salesforce.com Integration - Installation and Customization Guide January 2010 This document is an easy guide for the installation and customization of Kampyle's Salesforce.com

More information

Contents. Velocify Pulse

Contents. Velocify Pulse Contents Introduction to Velocify Drawloop Connector... 3 Who is Drawloop?... 3 How will the Velocify Drawloop Connector help my business?... 3 Are there any prerequisites for using the Velocify Drawloop

More information

INSTALLATION GUIDE. Installing PhoneBurner for Salesforce. PhoneBurner for Salesforce

INSTALLATION GUIDE. Installing PhoneBurner for Salesforce. PhoneBurner for Salesforce PhoneBurner for Salesforce INSTALLATION GUIDE! Installing PhoneBurner for Salesforce PhoneBurner s power dialer dramatically boosts live client interactions and overall productivity by 447%. PhoneBurner

More information

Process Document Campus Community: Create Communication Template. Document Generation Date 7/8/2009 Last Changed by Status

Process Document Campus Community: Create Communication Template. Document Generation Date 7/8/2009 Last Changed by Status Document Generation Date 7/8/2009 Last Changed by Status Final System Office Create Communication Template Concept If you frequently send the same Message Center communication to selected students, you

More information

Course 2: How to Import Your Data into Salesforce

Course 2: How to Import Your Data into Salesforce Course 2: How to Import Your Data into Salesforce Introduction This is the supplemental guide for video Course #2. This guide provides additional detail to the menus and screens referenced in the videos

More information

EditAble CRM Grid. For Microsoft Dynamics CRM. How To Guide. Trial Configuration: Opportunity View EditAble CRM Grid Scenario

EditAble CRM Grid. For Microsoft Dynamics CRM. How To Guide. Trial Configuration: Opportunity View EditAble CRM Grid Scenario EditAble CRM Grid For Microsoft Dynamics CRM How To Guide Trial Configuration: Opportunity View EditAble CRM Grid Scenario Table of Contents Overview... 3 Opportunity View EditAble CRM Grid... 3 Scenario...

More information

InsideView Lead Enrich Setup Guide for Marketo

InsideView Lead Enrich Setup Guide for Marketo InsideView Lead Enrich Setup Guide for Marketo ... 1 Step 1: Sign up for InsideView for Marketing... 1 Step 2: Create Custom Fields... 3 Step 3: Create a Webhook for InsideView for Marketing... 5 Step

More information

The Smart Forms Web Part allows you to quickly add new forms to SharePoint pages, here s how:

The Smart Forms Web Part allows you to quickly add new forms to SharePoint pages, here s how: User Manual First of all, congratulations on being a person of high standards and fine tastes! The Kintivo Forms web part is loaded with features which provide you with a super easy to use, yet very powerful

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

Salesforce Lead Management Implementation Guide

Salesforce Lead Management Implementation Guide Salesforce Lead Management Implementation Guide Salesforce, Summer 16 @salesforcedocs Last updated: May 17, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered

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

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

XTIVIA, Inc. Vicinity for Salesforce Installation Guide

XTIVIA, Inc. Vicinity for Salesforce Installation Guide XTIVIA, Inc. Vicinity for Salesforce Installation Guide Vicinity for Salesforce Our Mission XTIVIA, Inc. offers expertise in CRM applications, business process optimization, and Sales Consulting services

More information

User Manual - Sales Lead Tracking Software

User Manual - Sales Lead Tracking Software User Manual - Overview The Leads module of MVI SLM allows you to import, create, assign and manage their leads. Leads are early contacts in the sales process. Once they have been evaluated and assessed,

More information

Salesforce-Wrike Integration Setup Manual

Salesforce-Wrike Integration Setup Manual Salesforce-Wrike Integration Setup Manual This document has been designed for Salesforce administrators. It will guide you through the setup process for the integration between your Salesforce instance

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

Document revision 1.9

Document revision 1.9 Document revision 1.9 INSTALLATION & PRE-REQUISITES - REQUIRED... 3 COUNTRY AUTOCOMPLETE MENU - OPTIONAL... 4 VALIDATATION & STANDARDIZATION OPTIONS... 7 FIELDS TO VALIDATE & STANDARDIZE... 9 QUICKCOMPLETE

More information

Onboarding for Administrators

Onboarding for Administrators This resource will walk you through the quick and easy steps for configuring your Paylocity Onboarding module and managing events. Login Launch Events Complete Tasks Create Records Configure Events Module

More information

Salesforce Integration

Salesforce Integration Salesforce Integration 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

Table of Contents. Table of Contents 3

Table of Contents. Table of Contents 3 User Guide EPiServer 7 Mail Revision A, 2012 Table of Contents 3 Table of Contents Table of Contents 3 Introduction 5 About This Documentation 5 Accessing EPiServer Help System 5 Online Community on EPiServer

More information

Egnyte Single Sign-On (SSO) Installation for Okta

Egnyte Single Sign-On (SSO) Installation for Okta w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Installation for Okta To set up Egnyte so employees can log in using SSO, follow the steps below to configure Okta and Egnyte to work with each other.

More information

Database Forms and Reports Tutorial

Database Forms and Reports Tutorial Database Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

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

Manual. 3CX Phone System integration with Microsoft Outlook and Salesforce Version 1.0

Manual. 3CX Phone System integration with Microsoft Outlook and Salesforce Version 1.0 Manual 3CX Phone System integration with Microsoft Outlook and Salesforce Version 1.0 Copyright 2006-2009, 3CX ltd. http:// E-mail: info@3cx.com Information in this document is subject to change without

More information

Configuring Salesforce

Configuring Salesforce Chapter 94 Configuring Salesforce The following is an overview of how to configure the Salesforce.com application for singlesign on: 1 Prepare Salesforce for single sign-on: This involves the following:

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

Jesubi Salesforce Integration Guide

Jesubi Salesforce Integration Guide Jesubi Salesforce Integration Guide Table of Contents Requirements p. 3-8 What credentials are necessary for Integrating Jesubi and Salesforce? p. 3 How do I map my fields? p. 4 How do I Edit my Activity

More information

Getting Started with Relationship Groups

Getting Started with Relationship Groups Getting Started with Relationship Groups Understanding & Implementing Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved.

More information

PayPal Integration Instructions

PayPal Integration Instructions PayPal Integration Instructions Table of Contents Overview... 1 Option 1: Adding a Shopping Cart Wordpress simple PayPal Shopping Cart... 2 Step 1: Navigate to the Plugins Page... 2 Step 2: Click the Add

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

Click-To-Talk. ZyXEL IP PBX License IP PBX LOGIN DETAILS. Edition 1, 07/2009. LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1.

Click-To-Talk. ZyXEL IP PBX License IP PBX LOGIN DETAILS. Edition 1, 07/2009. LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1. Click-To-Talk ZyXEL IP PBX License Edition 1, 07/2009 IP PBX LOGIN DETAILS LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1 Username: admin Password: 1234 www.zyxel.com Copyright 2009 ZyXEL Communications

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal 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

Partner Portal DOCUMENT. Ticketing User Guide. NTT Communications

Partner Portal DOCUMENT. Ticketing User Guide. NTT Communications DOCUMENT Partner Portal Ticketing User Guide PREPARED BY NTT Communications Copyright of this document is owned by NTT Communications Corporation. Copying a part of or whole of this document without our

More information

Advanced Training Reliance Communications, Inc.

Advanced Training Reliance Communications, Inc. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before you Begin... 4 Advanced Lists... 4 List Builder... 4 Create a List...

More information

This guide shows you how to configure each display option within the item editor.

This guide shows you how to configure each display option within the item editor. Rank Order Item The Rank Order item is one of several Checkbox Survey question types (click here to view all Checkbox question types). The Rank Order item offers four different display options: Selectable

More information

View our AppExchange listing for AddressTools here:

View our AppExchange listing for AddressTools here: Creating a custom field on the AddressTools Country object Creating custom fields on standard objects Auto populating a field based on an objects Country entry Note: Functionality for populating regional

More information

LiveText for Salesforce Quick Start Guide

LiveText for Salesforce Quick Start Guide LiveText for Salesforce Quick Start Guide (C) 2014 HEYWIRE BUSINESS ALL RIGHTS RESERVED LiveText for Salesforce Quick Start Guide Table of Contents Who should be looking at this document... 3 Software

More information

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other.

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other. w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Installation for VMware Horizon To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to

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

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Prepared by: Table of Contents Module 9: Notification Center on the Home Dashboard This module

More information

Salesforce Knowledge Base Sandbox Configuration Guide

Salesforce Knowledge Base Sandbox Configuration Guide Salesforce Knowledge Base Sandbox Configuration Guide August 2013 Introduction Cloudwords offers a dedicated sandbox environment that is designed to let you test drive our Salesforce Knowledge Base integration

More information

Document Revision Date: August 14, 2014. Create a New Data Protection Policy in the Symantec.cloud Management Portal

Document Revision Date: August 14, 2014. Create a New Data Protection Policy in the Symantec.cloud Management Portal Document Revision Date: August 14, 2014 Create a New Data Protection Policy in the Symantec.cloud Management Portal Create a New Data Protection Policy i Contents Configure Data Protection Settings in

More information

Form Builder Manual. A brief overview of your website s Form Builder with screenshots.

Form Builder Manual. A brief overview of your website s Form Builder with screenshots. A brief overview of your website s with screenshots. 1 Table of Contents:...1...3 Creating a New Web Form...4 Editing a Form Element...7 Creating a Form Action...9 Adding a Form Layout to an Action...11

More information

Your Salesforce account has 100 free Force.com licenses that you can activate to run thirdparty applications such as DreamTeam.

Your Salesforce account has 100 free Force.com licenses that you can activate to run thirdparty applications such as DreamTeam. DreamTeam for Force.com Free Edition Users Your Salesforce account has 100 free Force.com licenses that you can activate to run thirdparty applications such as DreamTeam. You can now extend the reach of

More information

Set Up and Maintain Customer Support Tools

Set Up and Maintain Customer Support Tools Set Up and Maintain Customer Support Tools Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Onboarding for Administrators

Onboarding for Administrators Welcome! This resource will walk you through the quick and easy steps for configuring your Paylocity Onboarding module and managing events. Login Launch Events Complete Tasks Create Records Configure Events

More information

Quick Actions Implementation Guide

Quick Actions Implementation Guide Quick Actions Implementation Guide Salesforce, Spring 16 @salesforcedocs Last updated: February 3, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Oracle Eloqua Sales Tools

Oracle Eloqua Sales Tools http://docs.oracle.com Oracle Eloqua Sales Tools User Guide 2015 Oracle Corporation. All rights reserved 08/10/2015 Contents 1 Sales Tools Overview 4 2 Profiler Overview 5 2.1 Installing Profiler 8 2.2

More information

For details about using automatic user provisioning with Salesforce, see Configuring user provisioning for Salesforce.

For details about using automatic user provisioning with Salesforce, see Configuring user provisioning for Salesforce. Chapter 41 Configuring Salesforce The following is an overview of how to configure the Salesforce.com application for singlesign on: 1 Prepare Salesforce for single sign-on: This involves the following:

More information

User Guide to the Content Analysis Tool

User Guide to the Content Analysis Tool User Guide to the Content Analysis Tool User Guide To The Content Analysis Tool 1 Contents Introduction... 3 Setting Up a New Job... 3 The Dashboard... 7 Job Queue... 8 Completed Jobs List... 8 Job Details

More information

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 1 Table of Contents Table of Contents: 1. Introduction to Google+ All in One... 3 2. How to Install... 4 3. How to Create Google+ App... 5 4. How to Configure... 8 5. How to Use... 13 2 Introduction to

More information

NEW FEATURE OVERVIEW SPRINGCM S APPROVAL WORKFLOW TOOL (AKA ROUTING AND APPROVAL WORKFLOW)

NEW FEATURE OVERVIEW SPRINGCM S APPROVAL WORKFLOW TOOL (AKA ROUTING AND APPROVAL WORKFLOW) NEW FEATURE OVERVIEW SPRINGCM S APPROVAL WORKFLOW TOOL (AKA ROUTING AND APPROVAL WORKFLOW) SpringCM is deploying a new series of enhancements to the Approval workflow. Approval Workflows is a core platform

More information

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

Integrating LivePerson with Salesforce

Integrating LivePerson with Salesforce Integrating LivePerson with Salesforce V 9.2 March 2, 2010 Implementation Guide Description Who should use this guide? Duration This guide describes the process of integrating LivePerson and Salesforce

More information

Campaign Management Implementation Guide

Campaign Management Implementation Guide Campaign Management Implementation Guide Salesforce, Summer 15 @salesforcedocs Last updated: June 30, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Volunteers for Salesforce Installation & Configuration Guide Version 3.76

Volunteers for Salesforce Installation & Configuration Guide Version 3.76 Volunteers for Salesforce Installation & Configuration Guide Version 3.76 July 15, 2015 Djhconsulting.com 1 CONTENTS 1. Overview... 4 2. Installation Instructions... 4 2.1 Requirements Before Upgrading...

More information

How to Create a Custom TracDat Report With the Ad Hoc Reporting Tool

How to Create a Custom TracDat Report With the Ad Hoc Reporting Tool TracDat Version 4 User Reference Guide Ad Hoc Reporting Tool This reference guide is intended for TracDat users with access to the Ad Hoc Reporting Tool. This reporting tool allows the user to create custom

More information

Understanding Banners

Understanding Banners Understanding Banners The script supports both simple javascript type banners (called google adsense) and image banners (called kaon ads) on the site. The Kaon Ads type banner is a normal image banner

More information

EFORMS MANUAL FOR SHAREPOINT ONLINE

EFORMS MANUAL FOR SHAREPOINT ONLINE EFORMS MANUAL FOR SHAREPOINT ONLINE www.norbrik.com TABLE OF CONTENTS Preface... 2 eforms for SharePoint... 2 Installation and configuration... 2 Pre-Requisites... 2 Installation... 2 Assign License...

More information

SETTING UP SALESFORCE ORDERS FOR YOUR ORGANIZATION

SETTING UP SALESFORCE ORDERS FOR YOUR ORGANIZATION SETTING UP SALESFORCE ORDERS FOR YOUR ORGANIZATION Summary Use orders to automate your organization s post-deal process. Create orders using your contract and account data in Salesforce. Then, track order

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

Google Sites: Creating, editing, and sharing a site

Google Sites: Creating, editing, and sharing a site Google Sites: Creating, editing, and sharing a site Google Sites is an application that makes building a website for your organization as easy as editing a document. With Google Sites, teams can quickly

More information

Installation & Configuration Guide Professional Edition

Installation & Configuration Guide Professional Edition Installation & Configuration Guide Professional Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

Netsuite Integration Guide

Netsuite Integration Guide 1 Netsuite Integration Guide 2 Netsuite Integration Guide Integrating Velaro with Netsuite Using Velaro's CRM integration tools you can interact directly with your Netsuite account right from the Velaro

More information

CNAME and Redirection Code Instructions Table of Contents Using a Custom Domain/SubDomain... 3 Specific Provider Instructions... 3 1&1... 3 DNS Park... 4 enom... 4 Eurodns.com... 4 EveryDNS.net... 5 Gandi.net...

More information

Table of Contents. Copyright 2010-2015 Symphonic Source, Inc. All rights reserved. Salesforce is a registered trademark of salesforce.

Table of Contents. Copyright 2010-2015 Symphonic Source, Inc. All rights reserved. Salesforce is a registered trademark of salesforce. DupeCatcher is a real-time deduplication app designed specifically for Salesforce. It is a 100% APEX developed and deployed managed package, and is installed via the Salesforce AppExchange, eliminating

More information

8x8 Virtual Office Salesforce Call Center Interface. Administrator Guide. October 2013. Salesforce Call Center Interface

8x8 Virtual Office Salesforce Call Center Interface. Administrator Guide. October 2013. Salesforce Call Center Interface 8x8 Virtual Office Administrator Guide October 2013 The Champion For Business Communications Table of Contents 8x8 Virtual Office Salesforce Call Center App... 3 System Requirements...3 Installation...

More information

Getting Started with the Aloha Community Template for Salesforce Identity

Getting Started with the Aloha Community Template for Salesforce Identity Getting Started with the Aloha Community Template for Salesforce Identity Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved.

More information

ExactTarget GENESIS I N TEGRATION GUIDE

ExactTarget GENESIS I N TEGRATION GUIDE ExactTarget GENESIS I N TEGRATION GUIDE GENESIS INTEGRATION GUIDE II Table of Contents Terms and Conditions of Use... 4 Intended Audience... 4 Account Support... 4 Service and Billing Information... 4

More information

NetSuite Integration. Installation Manual Release. 1 P a g e

NetSuite Integration. Installation Manual Release. 1 P a g e NetSuite Integration Installation Manual Release 1 P a g e Table of Contents Customizing the settings in LeadForce1... 11 Configuration Settings... 12 Schedule Settings... 14 Checking the data in Netsuite...

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

!!!!!!!! Startup Guide. Version 2.7

!!!!!!!! Startup Guide. Version 2.7 Startup Guide Version 2.7 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

2) Log in using the Email Address and Password provided in your confirmation email

2) Log in using the Email Address and Password provided in your confirmation email Welcome to HR Classroom! The following will show you how to use your HR Classroom admin account, including setting up Training Groups, inserting Policies, and generating Trainee Reports. 1) Logging into

More information

OfficeSuite CRM Connector for Salesforce

OfficeSuite CRM Connector for Salesforce OfficeSuite CRM Connector for Salesforce Administrator Guide Version 1.1 Page 1 December, 2014 TABLE OF CONTENTS INTRODUCTION AND GETTING STARTED OPERATING SYSTEM, HARDWARE AND SOFTWARE REQUIREMENTS Supported

More information

Build an ArcGIS Online Application

Build an ArcGIS Online Application Build an ArcGIS Online Application Sign into ArcGIS Online for Maryland 1. Open a web browser 2. Go to URL http://maryland.maps.arcgis.com/ 3. Click Sign In in the upper right corner of the web page 4.

More information

Form Builder in Agile CRM

Form Builder in Agile CRM Form Builder in Agile CRM Agile CRM pulls in visitor information entered, through the web forms on your website & creates a contact with all the given attributes, in the CRM. It integrates with various

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

CUSTOMER+ PURL Manager

CUSTOMER+ PURL Manager CUSTOMER+ PURL Manager October, 2009 CUSTOMER+ v. 5.3.1 Section I: Creating the PURL 1. Go to Administration > PURL Management > PURLs 2. Click Add Personalized URL 3. In the Edit PURL screen, Name your

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

Composite.Community.Newsletter - User Guide

Composite.Community.Newsletter - User Guide Composite.Community.Newsletter - User Guide Composite 2015-11-09 Composite A/S Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.composite.net Contents 1 INTRODUCTION... 4 1.1 Who Should Read This

More information

Single Sign On (SSO) Implementation Manual. For Connect 5 & MyConnect Sites

Single Sign On (SSO) Implementation Manual. For Connect 5 & MyConnect Sites Single Sign On (SSO) Implementation Manual For Connect 5 & MyConnect Sites Version 6 Release 5.7 September 2013 1 What is Blackboard Connect Single Sign On?... 3 How it Works... 3 Drawbacks to Using Single

More information

Checkbox 6 Email Invitation Guide

Checkbox 6 Email Invitation Guide Checkbox 6 Email Invitation Guide This guide will show you how to deploy a survey using Checkbox's Email Invitation Wizard. CONTENTS: Determine Users Create Invitation Invitation Wizard Modify Existing

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

LiveText Agent for Salesforce Installation Guide

LiveText Agent for Salesforce Installation Guide LiveText Agent for Salesforce Installation Guide (C) 2015 HEYWIRE ALL RIGHTS RESERVED LiveText Agent for Salesforce Installation Guide Table of Contents Who should be looking at this document... 3 Software

More information

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

SHIPSTATION / MIVA MERCHANT SETUP GUIDE SHIPSTATION / MIVA MERCHANT SETUP GUIDE 9/20/2013 Miva Merchant Setup Guide ShipStation has created a Miva Merchant module to allow for a more streamlined order fulfillment process. This guide provides

More information

dotmailer for Salesforce Installation Guide Winter 2015 Version 2.30.1

dotmailer for Salesforce Installation Guide Winter 2015 Version 2.30.1 for Salesforce Installation Guide Winter 2015 Version 2.30.1 Page 1 CONTENTS 1 Introduction 2 Browser support 2 Self-Installation Steps 2 Checks 3 Package Download and Installation 4 Users for Email Automation

More information

Work with the MiniBase App

Work with the MiniBase App Work with the MiniBase App Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of Blackboard, Inc. All other

More information