Translation of Communication Templates in Salesforce for BMC Remedyforce
|
|
|
- Brianna Reed
- 10 years ago
- Views:
Transcription
1 Insert Document Type Translation of Communication Templates in Salesforce for BMC Remedyforce BMC Remedyforce Virginia Leandro 16 June 2014
2 Table of Contents Communication Templates 3 Clone an Out of the Box Remedyforce Visualforce Communication Template 4 Custom Labels 5 Testing 8 Enabling Translation Workbench 9 PAGE 1 OF 11
3 Document Information Version: 1.0 Created by: Virginia Leandro Last Modified on: 16 June 2014 Modified by: Virginia Leandro PAGE 2 OF 11
4 Communication Templates A mail merge is the process of generating form letters and other Microsoft Word documents that are personalized for the recipient, who is often a contact or lead or in the case of BMC Remedyforce, a Client or an Initiator. The content of each document is predefined in a mail merge template. Mail merge templates include variables called merge fields where data from your Salesforce records for example a client's name and address displays in the generated document. The forms in Salesforce that utilize this merge functionality are called Communication Templates and they let you define an template and then using merge codes, allow you to pull data from Salesforce and communicate to your client via a form . You can create four different types of templates: Text - All users can create or change text templates. See Creating Text Templates. HTML with letterhead - Administrators and users with the Edit HTML Templates permission can create HTML templates based on a letterhead. See Creating HTML Templates. Custom HTML - Administrators and users with the Edit HTML Templates permission can create custom HTML templates without using a letterhead. You must either know HTML or obtain the HTML code to insert in your template. See Creating Custom HTML Templates. Visualforce - Administrators and developers can create templates using Visualforce. Visualforce templates allow for advanced merging with a recipient's data, where the content of a template can contain information from multiple records. See Creating Visualforce Templates. Since Visualforce is the only Template that can support translations, that will be the focus of this document. However, we will not be covering all the nuances of Visualforce as that is outside the scope of this document. The scope of this document is to walk you through cloning an out of the box Visualforce template, making changes so the template can support multiple-languages, and finally how to find, replace or create the necessary translations. PAGE 3 OF 11
5 Clone an Out of the Box Remedyforce Visualforce Communication Template 1. In Salesforce navigate to Setup Communication Templates Templates. 2. Find the Template Service Request Created and click on its name. Remember, that Salesforce only supports the translation of Visualforce templates. If you have another template that is NOT Visualforce, it ll first need to be recreated with Visualforce. Again, that s outside the scope of this document. 3. Click Clone and provide a new Template Name and a new Template Unique Name. In our example, we append BMC to the beginning of each field. 4. Click Save. 5. Click Edit Template. 6. In the very first line, scroll all the way to the end of the line and add the following: language= {!recipient.languagelocalekey} The complete line will now look like this: <messaging: template subject="service Request #(Ref:IN:{!relatedto.Name}) has been created" recipienttype="user" relatedtotype="bmcservicedesk Incident c" language="{!receipient.languagelocalekey"> PAGE 4 OF 11
6 This is the first step.but there are still additional steps to go as we need to either switch out items or create new label items and translate them for use within the Template. Custom Labels Custom labels allow you to create and translate labels within Salesforce. For our example, we ll focus on a couple of labels that we provide out of the box and how you can use our labels (which are already translated out of the box for English, French, German, Spanish, and Japanese) and we ll focus on creating custom labels. If we look back at our template, we ll find that in that first line we set the Subject of the subject="service Request #(Ref:IN:{!relatedto.Name}) has been created So we re focusing on building out Service Request #(Ref:IN:{!relatedto.Name}) has been created 1. In a new browser tab, navigate to Salesforce Setup Create Custom Labels. 2. Click the Value column so that all of the translated test is in alphabetical order. We re now going to look for Service Request so click on S to jump to the S Values. 3. Click Next Page until you find Service Request. There will be two: ServiceRequestLabel SSHelpRequest For this example, we re going to use ServiceRequestLabel. Copy the Label Name. 4. Back in your Visualforce Template (BMC Service Request Created), we re going to replace the words Service Request with the merge field for the BMC Remedyforce custom label ServiceRequestLabel. Looking at just the subject, replace Service Request with {!$Label.BMCServiceDesk ServiceRequestLabel} The subject should now look like this: subject="{!$label.bmcservicedesk ServiceRequestLabel} #(Ref:IN:{!relatedto.Name}) has been created" Next let s see if Remedyforce has a translation for has been created. 5. Switching back to Custom Labels, click H to get to all the values that begin with H. PAGE 5 OF 11
7 6. Notice there is a has been reopened, but there is no has been created. This means we ll need to create our own custom label. 7. Click New Custom Label. 8. Provide a Short Description, a label name, and it s value. In our example, we called the Short Description has been created, the name is HasBeenCreatedLabel, and finally the value is has been created. 9. Click Save. 10. Next click New in the Translations section. Select the language you want to translate to. In our example, we ll select Spanish and then provide the Translation Text se ha creado. PAGE 6 OF 11
8 11. Click Save. 12. Return to your Visualforce template. We ll now replace the second half of the sentence that is part of the subject. This time, we ll replace has been created with {!$Label.HasBeenCreatedLabel}. The subject designation in the Visualforce Template should now look like this: subject="{!$label.bmcservicedesk ServiceRequestLabel} #(Ref:IN:{!relatedto.Name}) {!$Label.HasBeenCreatedLabel}" 13. Click Save. 14. Now we can test. Since we re working with Service Request Created, the assumption is you have a Service Request already created that you can test. In Workflow Rules, we have a Workflow called Notify the client when a service request is created. You can either modify the existing workflow or clone it. The key is to update the Workflow action so it calls your new Visualforce Template. Be sure and activate the flow. PAGE 7 OF 11
9 Testing Since English is the primary language of BMC Remedyforce, we suspect that your Salesforce System Administrator language is set to English. So English will be our first test. 1. Navigate to Remedyforce Console, set yourself as the Client and then select a Request Definition. Upon saving the record, you should see no notable difference in the communication that is sent to you. Now let s change the language. Remember our custom label was translated to Spanish so we ll switch our user to Spanish. 2. In Salesforce navigate to Setup Manage Users Users and edit your user. 3. Scroll down to Locale Settings and change Language from English to Español. 4. Click Save. 5. Navigate to the tab now called Consola de Remedyforce. 6. Click Nuevo. 7. Again, enter yourself as the Client and select a Definisión de petición to test with. PAGE 8 OF 11
10 8. Once you successfully save the Service Request (click Guardar), let s have a look at the resulting . Notice our subject has been successfully translated into Spanish! Had we translated our custom label to German, and our user is set to German then the Subject line would be in German. Please also note that this does not affect data that is held within the Salesforce database. The data will be displayed in the language it was entered. Lastly you may find that you need to enable Translation Workbench in order to carry out proper translations. Enabling Translation Workbench 1. In Salesforce navigate to Setup Translation Workbench Translation Settings. 2. If the language you need to translate in to is listed click edit next to the Language. For example, click Edit next to German. 3. Click the Active checkbox and select the user authorized to do any German translations. Click Save. You can also do a lot more with Translation Workbench that is beyond the scope of this document. However this should give you enough information should you have a need to translate Visualforce Communication Templates. PAGE 9 OF 11
11 Business runs on IT. IT runs on BMC Software. Business runs better when IT runs at its best. Tens of thousands of IT organizations around the world from small and mid-market businesses to the Global 100 rely on BMC Software (NASDAQ: BMC) to manage their business services and applications across distributed, mainframe, virtual and cloud environments. BMC helps customers cut costs, reduce risk and achieve business objectives with the broadest choice of IT management solutions, including industry-leading Business Service Management and Cloud Management offerings. For the four fiscal quarters ended December 31, 2012, BMC revenue was approximately $2.2 billion. Visit for more information.
emarketing Manual- Creating a New Email
emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a
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
Microsoft Word 2007 - Mail Merge
Microsoft Word 2007 - Mail Merge Mail merge is a tool which allows you to create form letters, mailing labels and envelopes by linking a main document to a set of data or data source. It is the process
Microsoft Word 2013: Mail Merge
Microsoft Word 2013: Mail Merge Mail merge is a tool which allows you to create form letters, mailing labels and envelopes by linking a main document to a data source. It is the process of combining a
IT Quick Reference Guides Performing Mail Merges in Word 2010
IT Quick Reference Guides Performing Mail Merges in Word 2010 Word Guides Mail merges are useful when you want to create form letters or other documents sent to or drawing information from multiple customers.
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
Instructions: Using Mail Merge in Word to Send E mails via Outlook
Instructions: Using Mail Merge in Word to Send E mails via Outlook The mail merge tool in Word can be used to quickly and easily send personalized e mails via your Outlook e mail application to individuals
Case Management Implementation Guide
Case Management Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: October 30, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
Word 2010: Mail Merge to Email with Attachments
Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN
Word 2007: Mail Merge Learning Guide
Word 2007: Mail Merge Learning Guide Getting Started Mail merge techniques allow you to create a document which combines repetitive text elements with data drawn from an external data document. To perform
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
DocuSign for Salesforce Administrator Guide v6.1.1 Rev A Published: July 16, 2015
DocuSign for Salesforce Administrator Guide v6.1.1 Rev A Published: July 16, 2015 Copyright Copyright 2003-2015 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights
Salesforce.com - Working with Campaigns
- How To. Series Salesforce.com - Working with Campaigns Introduction Campaigns are used to group together advisors or contacts for tracking responses to a specific business objective. For example, you
Shasta College SharePoint Tutorial. Create an HTML Form
Create an HTML Form SharePoint HTML forms are based on Lists. Lists are like mini-databases inside of SharePoint that define the form s fields and stores the data submitted from the form. Before you can
Admin Reference Guide. PinPoint Document Management System
Admin Reference Guide PinPoint Document Management System 1 Contents Introduction... 2 Managing Departments... 3 Managing Languages... 4 Managing Users... 5 Managing User Groups... 7 Managing Tags... 9
Cloning Opportunities for Next Year... 22 Donation Tools... 22 Task Reminders... 23. Volunteers... 23 Leads and Lead Conversion... 25 Reports...
Table of Contents About the User s Guide... 3 About the Salesforce Template... 3 Getting Salesforce Help and Training... 3 Salesforce.com Resources... 3 Contacting Salesforce.com Support... 4 Contacting
Mail Merge Creating Mailing Labels 3/23/2011
Creating Mailing Labels in Microsoft Word Address data in a Microsoft Excel file can be turned into mailing labels in Microsoft Word through a mail merge process. First, obtain or create an Excel spreadsheet
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
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
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
Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant
Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant What We ll Cover 1. Enabling database connections through Microsoft Excel 2. Accessing the data stored in the SQL Database via the
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
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
Learning Services IT Guide. Access 2013
Learning Services IT Guide Access 2013 Microsoft Access is a programme which allows you to store a lot of information easily in the form of a database. For example you could create a database which stored
AppShore Premium Edition Campaigns How to Guide. Release 2.1
AppShore Premium Edition Campaigns How to Guide Release 2.1 Table of Contents Campaigns Overview...3 How to create a Campaign Message...3 How to create a List...5 How to relate a Message to a List...6
Making a Web Page with Microsoft Publisher 2003
Making a Web Page with Microsoft Publisher 2003 The first thing to consider when making a Web page or a Web site is the architecture of the site. How many pages will you have and how will they link to
Chatter Answers Implementation Guide
Chatter Answers Implementation Guide Salesforce, Summer 16 @salesforcedocs Last updated: May 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
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
Chatter Answers Implementation Guide
Chatter Answers Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: October 16, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
Creating a Public Knowledge Base with Salesforce Knowledge
Salesforce.com: Spring 13 Creating a Public Knowledge Base with Salesforce Knowledge Last updated: February 1, 2013 Copyright 2000 2013 salesforce.com, inc. All rights reserved. Salesforce.com is a registered
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
Salesforce Administrator s Installation Guide
Salesforce Administrator s Installation Guide Welcome to sales emails done better. This guide will walk you through setting up ToutApp and Salesforce. Read on to learn how to connect the two, and what
Using Mail Merge to Create Form Letters and Labels
Using Mail Merge to Create Form Letters and Labels 1. Open the word document on your floppy: Practice letter 2. Go to Tools > Mail Merge. The Mail Merger Helper appears. We are going to create form letters,
384 PastPerfect Museum Software User s Guide THE CONTACTS SCREEN
20 CONTACTS In this chapter, we will show you how PastPerfect can help you manage your patrons and memberships. PastPerfect s contact management features automate tracking donors, potential donors, current
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
Getting Started with Access 2007
Getting Started with Access 2007 1 A database is an organized collection of information about a subject. Examples of databases include an address book, the telephone book, or a filing cabinet full of documents
Self-Service Portal Implementation Guide
Self-Service Portal Implementation Guide Salesforce, Winter 6 @salesforcedocs Last updated: October 0, 05 Copyright 000 05 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
introduction to emarketing
introduction to emarketing emarketing is typically used for promotional campaigns for attendee generation and for attendee communication. It works closely with ereg which also includes email capabilities
Overview of Registered Envelopes. Registered Envelope Notification Message
Overview of Registered Envelopes A Registered Envelope is a type of encrypted email message. Some Registered Envelopes are password-protected, while others are encrypted but do not require a password.
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...
Using GitHub for Rally Apps (Mac Version)
Using GitHub for Rally Apps (Mac Version) SOURCE DOCUMENT (must have a rallydev.com email address to access and edit) Introduction Rally has a working relationship with GitHub to enable customer collaboration
Installation Guide and Machine Setup
Installation Guide and Machine Setup Page 1 Browser Configurations Installation Guide and Machine Setup The first requirement for using CURA is to ensure that your browser is set up accurately. 1. Once
Case Management Implementation Guide
Case 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
Maximizer CRM 12 Winter 2012 Feature Guide
Winter Release Maximizer CRM 12 Winter 2012 Feature Guide The Winter release of Maximizer CRM 12 continues our commitment to deliver a simple to use CRM with enhanced performance and usability to help
Implementing State and Country Picklists
Implementing State and Country Picklists Salesforce, Summer 16 @salesforcedocs Last updated: June 7, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
Sending broadcast emails
4-H Online HelpSheet Sending broadcast emails OVERVIEW The Broadcast Email tool in 4-H Online is a powerful email management tool. Sending a Broadcast email is basically a 2 step process first creating
Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query
Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query Performing a Query in Access Before performing a mail merge, we need to set up a query with the necessary fields. Opening
Bulk Email. What s Inside this Guide. Bulk Email and How To Get There 2. Bulk Email Setup 4. Bulk Email Details 7
Bulk Email What s Inside this Guide Bulk Email and How To Get There 2 Bulk Email Setup 4 Bulk Email Details 7 Bulk Email and How To Get There Bulk Email allows you to send a mass email to the records on
ADMINISTRATOR QUICK SETUP GUIDE FOR AVENTION FOR SALESFORCE
ADMINISTRATOR QUICK SETUP GUIDE FOR AVENTION FOR SALESFORCE Version 1.1 April 8th, 2014 This guide assumes you have successfully installed Avention for Salesforce. If not, see the Installation guide which
Entitlement Management Implementation Guide
Entitlement Management Implementation Guide Salesforce, Summer 15 @salesforcedocs Last updated: July 13, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
Merging Labels, Letters, and Envelopes Word 2013
Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged
Entitlement Management Implementation Guide
Entitlement Management Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: November 6, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
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
Connect Now Workgroups and Communication:
Connect Now Workgroups and Communication: If you click and login to Connect Now, you will see the main Family Suite as seen below: Click on Family Directory then on Family Workgroups Family Workgroups
Storing Merge Templates
Storing Merge Templates Release 8 This template guide is an overview of how to use Conga Workflow to automate Conga Composer solutions. Contact Support: [email protected] Americas EMEA APAC (866)
SOLUTION WHITE PAPER. Building a flexible, intelligent cloud
SOLUTION WHITE PAPER Building a flexible, intelligent cloud Table of Contents Executive summary 1 Building a hybrid cloud 2 Provision complete cloud services 3 Service catalog 3 The user portal 4 Multi-tier
BMC Remedyforce Asset Management. Frequently Asked Questions
BMC Remedyforce Frequently Asked Questions Table of Contents BMC Remedyforce 2 Overview 2 Frequently Asked Questions 2 Definitions 2 1. What is Configuration Management? 2 2. What is IT? 2 3. What is a
Outlook 2013 ~ Advanced
Mail Using Categories 1. Select the message that for the category. 2. Select the appropriate category. 3. The category color displays next to the message. Renaming Categories 1. Select a message. 2. Select
Constant Contact Email Export
Introduction Constant Contact Email Export Introduction SofterWare has partnered with Constant Contact to provide an easy and affordable way to expand and market to your email database of website visitors
Mail Merge: Create Mailing Labels Using Excel Data and Filtering the Contents in the Data
Mail Merge: Create Mailing Labels Using Excel Data and Filtering the Contents in the Data Prior to starting this, please save the.csv file that you exported as an excel file (example: xxxx.csv will now
Managing Letters and Emails with Event Software Online
Managing Letters and Emails with Event Software Online You can communicate with your supporters using printed letters, PDF documents, or email. Your existing templates, letters, and pictures can now be
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
GETTING STARTED WITH SETTING UP CALL CENTERS
GETTING STARTED WITH SETTING UP CALL CENTERS Abstract Salesforce CRM Call Center improves the productivity of your call center users by providing fast and easy access to accounts, contacts, cases, and
Template Guide. HTML Email. Release 8. This template guide is an overview of how to use and customize an HTML email templates with Conga Composer.
Template Guide HTML Email Release 8 This template guide is an overview of how to use and customize an HTML email templates with Conga Composer. Contact Support: [email protected] Americas EMEA APAC
Contact Manager and Document Tracking. CampusVue Student User Guide
Contact Manager and Document Tracking CampusVue Student User Guide Campus Management Corporation Web Site http://www.campusmanagement.com/ E-mail Information: Support: E-mail form on Web site [email protected]
SOLUTION WHITE PAPER. Remedyforce Powerful Platform
SOLUTION WHITE PAPER Remedyforce Powerful Platform INTRODUCTION Any type of service desk needs a powerful technology platform to support their customers. However, several challenges arise when attempting
ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions
ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011 9/1/2011 ClickDimensions Online Training Resources This guide will explain how to register for and use a ClickDimensions Marketing Automation
Step by Step. Use the Cloud Login Website
Step by Step HOW TO Use the Cloud Login Website This How To article will show you how to use the Cloud Login Website to upload and download your files from the cloud. For a complete list of available How
GETTING STARTED WITH SETTING UP CALL CENTERS
GETTING STARTED WITH SETTING UP CALL CENTERS Summary Salesforce CRM Call Center improves the productivity of your call center users by providing fast and easy access to accounts, contacts, cases, and other
Mail Merge. Course Description. Objectives: Design a Main Document. Design a Data Source. Directories. Merge the Main Document with the Data
Mail Merge Course Description The Mail Merge feature allows you to combine items from a data source into a document. This allows you to create form letters, mailing labels, envelopes, etc. You also have
Force.com Workbook. Salesforce Platform Workshop, Spring 16. @salesforcedocs
Force.com Workbook Salesforce Platform Workshop, Spring 16 @salesforcedocs Last updated: January 18, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
The document may be copied in whole or in part, provided that each copy contains this copyright notice.
Match My Email Set-Up Guide for Group and Professional Editions of Salesforce.com MultiMatch Release 6.1.2 Copyright 2011-2015, RAE Internet Inc. (dba Match My Email). This document is the copyrighted
High Impact email & Alpha Five: A Mail Merge Guide.
High Impact email & Alpha Five: A Mail Merge Guide. Performing a Mail Merge that utilizes your Alpha Five database takes just a few moments and allows you to easily send HTML messages to your contacts.
Enterprise Territory Management Implementation Guide
Enterprise Territory Management Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 8, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
Release Management for BMC Remedy IT Service Management version 7.0 WHITE PAPER
Release Management for BMC Remedy IT Service Management version 7.0 WHITE PAPER Table of Contents Overview...2 Release Management Request Process...3 Associating Relationships to the Release Request...5
DocuSign for Salesforce User Guide v6.2 Published: November 16, 2015
DocuSign for Salesforce User Guide v6.2 Published: November 16, 2015 Copyright Copyright 2003-2015 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents
Work.com Implementation Guide
Work.com Implementation Guide Salesforce, Summer 15 @salesforcedocs Last updated: June 20, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,
Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard
Intro to Mail Merge David Diskin for the University of the Pacific Center for Professional and Continuing Education Contents: Word Mail Merge Wizard Mail Merge Possibilities Labels Form Letters Directory
Manage the tasks that must be completed to onboard associates to your organization.
Onboarding Manage the tasks that must be completed to onboard associates to your organization. Configure your onboarding tasks by: defining the tasks that people can see Everyone or Nobody creating your
Adding Links to Resources
Adding Links to Resources Use the following instructions to add resource links to your Moodle course. If you have any questions, please contact the helpdesk at. Adding URL links 1. Log into your Moodle
MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS
MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6
Veeam MarketReach User Guide. Automate Your Marketing. Grow Your Business.
Veeam MarketReach User Guide Automate Your Marketing. Grow Your Business. March, 2013 Contents PART 1. INTRODUCTION 3 What is Veeam MarketReach? 3 PART 2. ENTERING VEEAM MARKETREACH 3 Who can access Veeam
Admin Guide for Lead-Xpress
Admin Guide for Lead-Xpress Table of Contents Enabling Lead-Xpress... 2 Creating new Lead-Xpress Users... 3 Adding New Lead-Xpress Users Individually...3 Importing a Group of Sales Reps...4 Customizing
Pinpointe User s Guide
Pinpointe User s Guide Edition 2.1 October 2008 About This User s Guide How to Use This User s Guide This user s guide describes Pinpointe s Graphical User Interface (GUI). It shows you how to use each
Quick Start Guide. Microsoft Publisher 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.
Quick Start Guide Microsoft Publisher 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Quick Access Toolbar Add your favorite commands to the
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
Releasing blocked email in Data Security
Releasing blocked email in Data Security IN-TopicInfo:Topic 41101/ Updated: 02-May-2011 Applies To: Websense Data Security v7.1.x Websense Data Security v7.5.x Websense Data Security v7.6.x - v7.8x SMTP
FSC Rater Version 7.1» Release Notes
» Proven» Connection W Introduction e are pleased to announce the release of FSC Rater Version 7.1. This version brings real-time rating to our flagship product for the first time! This release incorporates
E-mailing a large amount of recipients
E-mailing a large amount of recipients DO NOT use the TO or CC field! If you have a large list of recipients you need to send an email you, you should never try sending one large email with all of the
QUICK START GUIDE CONNECTEDBACKUP. Connected Backup Business-Class Backup & Data
QUICK START GUIDE CONNECTEDBACKUP Connected Backup Business-Class Backup & Data Welcome to Connected Backup This Quick Start Guide is a brief outline for getting your new Connected Backup services up and
HelpDesk Connect Operator Manual rev. 1.0.
HelpDesk Connect Operator Manual rev. 1.0. 2003-2009 Eastwright Corp. www.eastwright.com 1 1.System Overview 1.1. Concepts The HelpDesk Connect is a web based help desk system. The program allows efficient
Email Marketing Guide
Email Marketing Guide Welcome. This guide is meant to introduce you to your free email marketing account and show you how to setup the various campaigns we offer. There are also training videos available
Email Receipting Guide. DonorPerfect Online
Guide DonorPerfect Online SofterWare, Inc. DonorPerfect Online September 2010 Table of Contents Table of Contents INTRODUCTION...3 Choosing Email and/or Letter Receipting... 3 Workflow... 3 Regenerating
Sending Email on Blue Hornet
Sending Email on Blue Hornet STEP 1 Gathering Your Data A. For existing data from Advance or Outlook, pull email address, first name, last name, and any other variable data you would like to use in the
Microsoft Online Learning Administrator guide v1.0
Microsoft Online Learning Administrator guide v1.0 This guide provides an overview of the administrative functions of the Microsoft Online Learning Portal for Administrators. IMPORTANT NOTE: Please do
