INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3

Size: px
Start display at page:

Download "INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3"

Transcription

1 INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3 Often the most compelling way to introduce yourself to a software product is to try deliver value as soon as possible. Simego DS3 is designed to get you integrating Dynamics CRM with other systems within the first 30 minutes of use. PREREQUISITES THESE TUTORIALS Software 1. Register, download and install DS3 from 2. Access to a SQL Server or a file system to create csv files 3. Access to a Dynamics CRM Online or On-Premise Instance with sufficient permissions to create and update records. 4. Sample contact records which you can download from here 5. Having a copy of Microsoft Excel will make the importing and exporting of Excel documents much easier. Experience To get the most out of these tutorials you would want to be familiar with Dynamics CRM and some of the concepts, such as parent records, Accounts, Contacts and a basic understanding of relationships. In addition an understanding the basics of excel will make some of the string, number, date and formula tutorials more accessible. Desktop Hardware DS3 can be installed on Windows 7, 8 and is less than 10 mb s to download ONLINE HELP AND OUR HELPDESK If you are facing an issues and you need assistance you send an to support@simego.com or use our online help

2 DS3 USER INTERFACE CONCEPTS CONNECTIONS The connection section allows you to store connections which you have previously created. This reduces the friction of connecting and authenticating (correctly) every time a new integration is required and allows easy to use features such as drag n drop on lookups and option sets. SOURCE The source section on the left (Data Source A) defines what fields can be included when synchronizing to the destination. DESTINATION As with the source, the destination (Data Source B) defines possible fields that than can be synchronized to. MAPPING This section defines what fields of the source records will map to the fields of the destination records. MAPPING HAS OTHER EFFECTS When we map fields together DS3 uses this information to decide when to create, update or delete records. Defining a primary or unique key is very important to these decisions. TRANSFORMATIONS DS3 supports Lookups, Case Statements, Formulas including a significant portion of the Excel formula base and a fully featured.net development environment for advanced users.

3 CONNECTING TO A DATASOURCE (CSV FILE) This introductory tutorial describes how to connect to a Data Source, how to include fields for synchronization and how to set a key column. In this tutorial we are using a csv file as a Data Source. The sample csv file used contains 500 fictional US contacts from To begin download this file to a local directory where you can load it into DS3. Open DS3 and connect to the CSV File by clicking on the Connect Data Source on the left (Data Source A) YOU CAN DRAG A CSV FILE FORM THE DESKTOP ONTO THE DATA SOURCE TO OPEN IT When you use a file (csv, excel, xml) as a data source, it is not saved in the connection library but it can be open by just dragging it onto the Data Source. The Connect to a data source dialog will display. Select the Text File tab and then complete the file source details. DS3 CAN PROCESS MULTIPLE DATA FILES OF THE SAME TYPE If you have 10 or 20 files with the same data fields inside, setting the file name to *.* or *.csv will indicate to DS3 to combine the contents into one set.

4 Once you have connected to the CSV file, DS3 will use the information in the csv file s header to create a list of possible fields to include in the synchronisation. The Columns are shown in the Data Source A section on the left Checking or unchecking fields in the data source tree will add and remove them from the synchronization You can move a field up or down the list by selecting the row and pressing the Move Up or the Move Down. In addition you can remove a field by selecting it and pressing the Delete button in the toolbar.

5 Selecting Key columns by checking the field in the Key Column The process of selecting key columns allows DS3 to reconcile the items in the source to the items in the target. Just as a social security number makes sure that no one mistakes one Joe Smith from another Joe Smith we have to choose a key or a set of keys that identify a contact. In this case the field is unique. Clicking the Preview A button at the top toolbar will display all of the data currently selected for inclusion in the synchronization If you select a key column which is not unique, DS3 will warn you in the Preview window (we have used firstname in this example)

6 CONNECTING TO DYNAMICS CRM DS3 can connect to three different Dynamics CRM configurations: 1. Dynamics CRM 2013 (On-Premise) 2. Dynamics CRM 2011 (On-Premise) 3. Dynamics CRM On-Line DS3 supports all of these configurations utilising the same connection provider: To open the connection dialog click on the green 'Connect Data Source' bar in the Source or Destination. This will display the Connect to Data Source dialog. Click on the CRM tab at the top and then Microsoft Dynamics CRM 2011/2013 provider. Desktop Connecting to Dynamics CRM On-Premise Connection Settings for On-Premise Connection

7 CrmAuthenticationProvider In the case of a server hosted locally, this is set to ManagedDomain CrmServerURL If you browse to your Dynamics CRM application you will see a similar URL: In this case the server URL should be entered in this format: Organisation If you have entered the previous information correctly then by clicking on the Organisation dropdown and select the Demo organization in the case. Entity If you have entered the previous information correctly, you should be able to use the entity dropdown to select an entity within the Dynamics CRM system. Connecting to Dynamics CRM Online dism /online /Enable-Feature:Windows-Identity-Foundation AUTHENTICATION To connect to Dynamics CRM online Microsoft uses a feature called the WIF (Windows Identity Foundation 3.5). To enable this feature in Windows 8 type the following into a command line: dism /online /Enable-Feature:Windows-Identity-Foundation. When using Windows 7 or Windows 2008 server you will need to enable the feature from the Add/Remove Features utility. Connection Settings for Dynamic CRM Online Connection

8 CrmAuthenticationProvider In the case of Dynamics CRM Online, this is set to Federated CrmServerURL For dynamics online the your setting will be similar to: Organisation If you have entered the previous information correctly then by clicking on the Organization dropdown and select the Demo organization in the case. Entity If you have entered the previous information correctly, you should be able to use the entity dropdown to select an entity within the Dynamics CRM system SAVE THE CONNECTION IN THE CONNECTION LIBRARY Once you have created a connection, you will be offered the chance to save it in the connection library. This is a great idea as you can then drag and drop entities and lookups at a later date without creating a new connection. The connection is stored in a file on your local system.

9 SYNCHONIZING DATA TO DYNAMICS CRM (Contacts) Prerequisites Follow the previous tutorial: CONNECTING TO A DATASOURCE (CSV FILE) Then connect Data Source B (right hand side) to Dynamics CRM using the tutorial CONNECTING TO DYNAMICS CRM Once connected, you should see a list of the fields from the source, but the Destination Columns in the mapping section will read <NONE> because we have yet to connect them together. LEAVING A DESTINATION COLUMN MAPPED TO <NONE> IS A COMMON ERROR If you attempt to compare of synchronize when a destination field is still set to <NONE> DS3 will display an error so it is always a good idea to check you don t have a <NONE> fields before comparing. You can map these to the target in several different ways: Map by dragging and dropping the Data Source B column onto the Destination Column in the Schema Map Tab

10 Alternatively, map the columns together by the drop-down in the Destination column which contains all of the possible field you can map to. Check the check-box in the Key Column in the row to tell DS3 that the address is a good way to uniquely identify a contact. Once you have completed the mapping it will look something like this: Note: has been used as a key but care must be taken as this may not always be the case. You can compare the Source and Destination by clicking Compare A -> B on the tool bar: This will load the data from the csv file and the contact entity and perform a reconciliation to identify missing or changed items in the target.

11 The reconciliation result is displayed in the in the Compare Results Panel: Clicking on the (green +) will preview the rows to be added. DELETE IS DISABLED BY DEFAULT When you first connect to a Destination System, DS3 automatically sets the EnableDelete Setting in the provider to false to make sure no items in the destination system can be deleted by accident. This can be changed to true if you want to delete items from CRM.

12 To synchronize the CSV file and the Dynamics CRM contact entity, click on the Synchronise button in the taskbar: A dialog will appear which allows you to choose whether to stop the processing in the event of any errors: Pressing Start will begin the synchronization: COMPARE AGAIN When you have finished a synchronization it is always a good idea to check everything has been synchronized by comparing A->B again.

13 Once completed, you can check all of the fields match in the target system by reconciling them again by using the Compare A-B feature. There should be no records to update:

14 LOOKING UP VALUES IN OTHER ENTITIES Managing relationships between entities in Dynamics CRM is a key requirement. In its simplest form the ability to set the parent of an account requires setting the parentccountid field in the contact to the accountid of the account. The question is how to lookup the accountid in the account based on some value in the source data. We are using the source data from the CONNECTING TO A DATASOURCE (CSV FILE) tutorial so reviewing this tutorial is a good idea. In this tutorial we are going to import values into the account entity and then update the contact entity setting its parent to an account. Review the data we are importing: Our data file contains contact data but we are more interested in the company_name which is a value we would prefer to import into the account entity. Synchronize the account data into the account entity. Open DS3 and set the Source A to the us-500.csv file (refer to the importing csv tutorial). The fastest way to do this is to drag the csv file from the file system onto the data source A.

15 If you have already saved a connection to your Dynamics CRM environment you can select the entity in the connections window, right click the entity and click on Connect to Target B. If you have not created a Dynamics CRM Connection please see tutorial CONNECTING TO DYNAMICS CRM The Schema Map tab will show all of the fields from the source csv. Delete all of the mapping links by selecting them all and click the Delete button. In the data source select the company_name and web columns. Map them to the account name and websiteurl fields in the destination: Remember to select the company_name AND web as a key column because neither is unique by themselves.

16 Click the Compare A->B to and view the results to see what is going to be Updated/Deleted/Inserted into the Dynamics CRM Account entity. Synchronize the results to CRM Create a CSV File to Contact Synchronisation using the same file: 1. Connect the csv files on the source 2. Connect the contact entity on the target and map the fields as below: Create a lookup based on the company name Select the account entity from within the connections treeview and drag it onto the company_name column in the Data Source.

17 You will be presented with a dialog asking how the company_name column relates to the account entity dragged from the connections treeview? In the dialog set the lookup Target column to name We have essentially told DS3 that if you need the find details on the parent record of the contact, look for the account with the name the same as the company_name DS3 will now display a list of all the columns in the account entity you can bring into the mapping.

18 We can now use the associated accountid from the account lookup to fill the parentcustomerid in the contact record. Preview the data by pressing Preview A and the Lookup1_accountid column will display the associated accountid s. You can now synchronize this data into the contact record and the contact and account will be associated. To remove a calculated column, select it in the columns list and click the icon: USING THE LOOKUPB CALCULATED COLUMN FUNCTION The drag and drop method using in this tutorial can be completed just using the LOOKUPB function: LOOKUPB("accountid","account",WHEN("name",company_name)) For more details see the USING CALCULATED COLUMNS tutorial.

19 TRANSFORMING DATA USING DYNAMIC COLUMNS A key feature of any integration solution is the ability to create new data by transforming existing information. DS3 has the most advanced data transformation features of any integration product. Core to any integration system is usability and DS3 has modeled its key transformation technology Calculated Columns on the formula field of a spreadsheet. The new columns can be used in a mapping like any other column. To create a new Calculated Column Connect to a data source and then select the Calculated Column node in the columns list, then click the fx or calculated column button: This will show you the Calculated Column Dialog Box:

20 Static / Constant Values In many cases you might want to create a fixed or static value such as the state of an entity. In this case just give the column a name, a type of int32 and then assign it a value of 0. This will create a new column called statecode. In other cases might just be setting the statecode and statuscode to active: See later on in the tutorial how to use a case statement to decide on the state and status codes. Dynamics CRM Data Types It is always a good idea for the source columns and target columns to match Data Types. DS3 will actually transform data types from one type to another but the comparison might not make sense especially with date and number types such as decimal, integer etc.

21 String Formatting DS3 has extensive string formatting but the following are popular functions: Explicitly Formatting using the FORMAT function: For example if you wanted to format the firstname columns and lastname columns into lastname, firstname FORMAT("{0}, {1}",lastname,firstname) In this case the first parameter is a string indicating that it should replace the first {0} with the first string that is passed and {1} with the next. Applying Logic using a CASE statement Often you need to choose a value based on a source column. In this case we can convert the salutation for Doctor to a smaller set of choices. //Convert different Doctor to Dr. CASE(Salutation, Salutation, //This is the default if none of the values are found WHEN("Doctor","Dr."), WHEN("Dr","Dr."), WHEN("MD","Dr.")) Calculated Columns support comments It is always a good idea to comment your calculated columns as you or someone else might need to extend their logic later. Applying Logic using an IF statement The IF statement is modelled on the Excel functional equivalent IF //If the firstname is empty replace with (unknown) IF(ISNULLOREMPTY(firstname),"(unknown)",firstname)

22 A complete and advanced string manipulation To show the extent it is possible to manipulate and manage a complex transformation we are going to use the following example requirement: A telephone number formatting function will not only handle the leading zeros, but if there are exactly 10 numeric characters in the source, it will also format it as (xxx) xxx-xxxx. If there are not exactly 10 characters in the source, the function will simply populate the raw value from your source. The functions are full documented in the online help and autocomplete feature of DS3: Using Lookups to read other entities and Option Sets Using DS3 we can lookup the value of an accounts accountid by passing its details to the LOOKUP function: LOOKUPB("accountid","account", WHEN("name",company_name)) LOOKUPB as opposed to LOOKUPA function is used to indicate that the B connection (Destination Connection) should be used rather than the Source (A). When we want to lookup OptionSets we use a vertical to separate the entity from its optionset. Lookup the id in the accountrolecode OptionSet in the contact entity where the name was Influencer. LOOKUPA("id","contact accountrolecode",when("name","influencer"))

23 PERFORMANCE/TIME SETTINGS FOR THE DYNAMICS CRM PROVIDER The Microsoft Dynamics SDK and the Web API it references has been through many iterations and optimizations. Simego has always taken advantage of these advances and has always strived to make using DS3 a simple but powerful experience. We are going to review how to configure the Dynamics CRM Provider for optimum performance and reliability. Date Time Handling This setting controls how DS3 handles Dynamics CRM dates. When set to Local DS3 will convert the date time values in the source to UTC for processing on the server. When dates are read from the server they are sent back down and converted into local time for comparing with the local data sources. When set to UTC DS3 will not convert any dates read from the source files into local time and will not convert UTC date times from the server to local date times. Note: Milliseconds are ignored when comparing dates

24 Page Size The page size is the amount of rows read from CRM by DS3 at a time. A recommended value would be Thread Count DS3 can send requests to Dynamics CRM in parallel from a range of 1 to 128 at the same time. For example it can send two separate requests in parallel to insert data at one time and process the results. Using this setting can improve performance significantly when loading large sets of data. Dynamics CRM API instructions are processed by a webservers which are designed to processes many incoming requests at one time hence the high performance. The problem with having a large Thread Count is that there is a startup time penalty between one or two seconds for 2 or 4 threads to 10 or 15 seconds for 64 or more threads. DS3 is so fast that we would recommend only using more than 1 thread for lists larger than Timeout When Dynamics CRM processes inserts synchronously it waits until it has completed the inserts and associated plugins, business rules the time DS3 is waiting can exceed 00:03:00. Very rarely will you be required to change this value and it may only be when you received a Timeout exception. UpdateBatchSize Dynamics CRM can process batches of instructions in a single request. Meaning for each request you can batch up instructions for Insert/Update/deletes. This setting tells DS3 how many instructions to batch up at a time. This setting is used in combination with the Thread Count to optimize the processing. The ability for Dynamics CRM to process data is completely dependent on your desktop and server hardware, DS3 will scale accordingly. Some recommend settings for high performance integration. Dynamics CRM Online Settings Rows to be Processed Thread Count Update Batch Size / 64 / 128 Depending on your Hardware 10 Dynamics CRM 2011 / 2013 Settings Rows to be Processed Thread Count Update Batch Size / 64 / 128 Depending on Hardware 100

25 SCHEDULING A SYNCHRONISATION USING WINDOWS SCHEDULER Once you have created a Synchronisation with DS3 there is often a requirement to automate that Synchronisation. There are 3 ways to schedule a DS3 project: 1. Use the Create Scheduled Task from the DS3 Developer. 2. Use the Create Scheduled Task from the DS3 Run Tool. 3. Use DS3 Automation Server (Ouvvi) to schedule a project that includes the DS3 project. This tutorial will teach you how to schedule a single project from DS3 Developer edition and from the included DS3 Run Tool. Use the Create Scheduled Task from the DS3 Developer. Open an existing DS3 project then select the Tools -> Create Scheduled Task from the menu.

26 This will display the Create Scheduled Task dialog If the Data Sync Project to Schedule edit box is blank you may not have saved the project before opening this dialog. You can now updated the setting to run periodically during the day. If you want a more complex schedule you can change this in a later step. When clicking OK you will be asked for your password so that the task can be run when you are not logged in: Completing this Set Password dialog will create a Scheduled Task within the Task Scheduler subsystem of Windows.

27 Open the Task Scheduler manager in Windows Double click the Data Sync Task to edit the task schedule

28 You can open the Triggers tab and then the specific trigger to alter the schedule.

29 SYNCHONISING EXCHNAGE APPOINTMENTS TO AN XML FILE There are many business scenarios that require the exporting of appointments within an exchange mailbox to an xml file. In this tutorial we will assume that we are keeping a Microsoft Exchange mailbox appointments with an xml file for Digital signage. PREREQUISITES THIS TUTORIAL Software 1. Register for an account and Download DS3 from Install the software on the local machine. 2. You will need the account details of an exchange account and the location of the web services in your exchange environment. a. Example: b. A user with appointments: david@simego.com Open Dara Synchronisation Studio by clicking on the DS3 Icon: Open DS3 and connect to the Exchange Server File by clicking on the Connect Data Source on the left (Data Source A) This will open the Connect to Data source Dialog. In the search box (top right) type in appointments. This will show the Connect to Datasource Dialog

30 In the credentials enter you username and password to the mailbox that contains the calendar. Then open the mailboxes setting by clicking on the ellipses. This allows you to set the mailbox (or mailboxes) containing the calendar. This will display the editor to add mailboxes. Click the Add button at the bottom of the dialog, then enter the name of the mailbox beside the Value label and click OK

31 You should now see that you are connected to the Exchange server and all of the available fields can be seen in the field list Change the DaysBackToReturn and DaysForwardToReturn to 1 and click on the Preview A to see the results

32 The results will show a list of the Appointments available in the last day and in the next day. We have too much information as we only need a few columns. We need to remove some of the fields and then create an xml file which we can add and remove appointments from. We can place this xml file in a webserver directory giving Digital signage access to the xml file. Remove all of the mapped fields by navigating to the schema tab, selecting all of the fields in the Schema Map (Ctrl-A) and clicking on delete. This removes all of the mapped fields. Add fields back one by one by checking the checkmark beside them in the fields list:

33 You can now create an XML File by using the Tools ->Create XML DataSet menu item. You will now see the Create XML DataSet Wizard which allows you to create an xml file with the same fields as we have selected from the Exchange appointments field list. Save the file to a location where it can be read by the destination system (this may be a webserver directory in the case of digital signage): Once you have completed the wizard DS3 will automatically connected the Exchange Appointments as the source and the XML file as the destination.

34 You can now use DS3 to compare the source appointments to the empty xml file by clicking on the Compare A->B button To synchronize the CSV file and the Dynamics CRM contact entity, click on the Synchronise button in the taskbar: A dialog will appear which allows you to choose whether to stop the processing in the event of any errors:

35 Click Start and DS3 will synchronize the appointments in exchange with the XML file. For safety sake (as not to delete data by accident) DS3 has switched off the ability to delete data. When appointments become in the past we actually want them removed from the list of appointments in the xml file so we need to enable deletion. Enable deletes in the Destination settings by setting EnableDelete to True You can save this project and schedule it to run now. Use the SCHEDULING A SYNCHRONISATION USING WINDOWS SCHEDULER tutorial to do this.

36 WE ARE HERE TO HELP Simego really are a customer service company! Contact the Help Desk We are really driven by support and customer service so don t be shy about dropping your questions to support@simego.com. Online Help Our online help cover extensive topics and is searchable at can also search through our blogs where we demonstrate the use of different technologies within DS3.

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 2.23 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information

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

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

More information

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

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

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

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

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Vodafone Text Centre User Guide for Microsoft Outlook

Vodafone Text Centre User Guide for Microsoft Outlook Vodafone Text Centre User Guide for Microsoft Outlook 1 Contents Introduction 1 System requirements 2 Installation 3 The installation guide 3 First use 5 Send a message 8 Select recipient 8 Enter the message

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

Utilities. 2003... ComCash

Utilities. 2003... ComCash Utilities ComCash Utilities All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or

More information

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate.

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate. Microsoft Access Rollup Procedure for Microsoft Office 2007 Note: You will need tax form information in an existing Excel spreadsheet prior to beginning this tutorial. 1. Start Microsoft access 2007. 2.

More information

email-lead Grabber Business 2010 User Guide

email-lead Grabber Business 2010 User Guide email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license

More information

USING MS OUTLOOK. Microsoft Outlook

USING MS OUTLOOK. Microsoft Outlook USING MS OUTLOOK In this tutorial you will learn how to use Microsoft Outlook with your EmailHosting.com account. You will learn how to setup an IMAP account, and also how to move your emails and contacts

More information

Welcome to MaxMobile. Introduction. System Requirements. MaxMobile 10.5 for Windows Mobile Pocket PC

Welcome to MaxMobile. Introduction. System Requirements. MaxMobile 10.5 for Windows Mobile Pocket PC MaxMobile 10.5 for Windows Mobile Pocket PC Welcome to MaxMobile Introduction MaxMobile 10.5 for Windows Mobile Pocket PC provides you with a way to take your customer information on the road. You can

More information

Integrated Accounting System for Mac OS X and Windows

Integrated Accounting System for Mac OS X and Windows Integrated Accounting System for Mac OS X and Windows Program version: 6.2 110111 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Books by HansaWorld is a powerful accounting system for the Mac

More information

Amicus Link Guide: Outlook/Exchange E-mail

Amicus Link Guide: Outlook/Exchange E-mail Amicus Link Guide: Outlook/Exchange E-mail Applies to: Amicus Premium 2015 Synchronize your Amicus and Outlook e-mail. Choose a client-side link with your local Microsoft Outlook or a Server-side link

More information

The Power Loader GUI

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

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

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

More information

Cloud Services ADM. Agent Deployment Guide

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

More information

ProperSync 1.3 User Manual. Rev 1.2

ProperSync 1.3 User Manual. Rev 1.2 ProperSync 1.3 User Manual Rev 1.2 Contents Overview of ProperSync... 3 What is ProperSync... 3 What s new in ProperSync 1.3... 3 Getting Started... 4 Installing ProperSync... 4 Activating ProperSync...

More information

Q. The Phone Manager call banner disappears after being displayed for a couple of seconds...5 Q. The Phone Manager icon in the taskbar is blue and

Q. The Phone Manager call banner disappears after being displayed for a couple of seconds...5 Q. The Phone Manager icon in the taskbar is blue and Phone Manager FAQ s Q. The Phone Manager call banner disappears after being displayed for a couple of seconds...5 Q. The Phone Manager icon in the taskbar is blue and has a cross on it. 5 Q. Some options

More information

Exchange Granular Restore User Guide

Exchange Granular Restore User Guide User Guide Contents 1. overview... 2 2. Backup considerations... 3 Exchange VM Detection... 3 VSS Application backups... 3 Restore vs. Recovery... 3 Backup user identity... 3 3. Creating an Exchange backup...

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Jet Data Manager 2012 User Guide

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

More information

econtrol 3.5 for Active Directory & Exchange Administrator Guide

econtrol 3.5 for Active Directory & Exchange Administrator Guide econtrol 3.5 for Active Directory & Exchange Administrator Guide This Guide Welcome to the econtrol 3.5 for Active Directory and Exchange Administrator Guide. This guide is for system administrators and

More information

IceWarp Outlook Connector 4 User Guide

IceWarp Outlook Connector 4 User Guide IceWarp Unified Communications IceWarp Outlook Connector 4 User Guide Version 10.3 Printed on 23 February, 2011 Contents IceWarp Outlook Connector 4 1 Installing IceWarp Connector... 2 Pre-Installation

More information

User Guide. Time Warner Cable Business Class Cloud Solutions Control Panel. Hosted Microsoft Exchange 2007 Hosted Microsoft SharePoint 2007

User Guide. Time Warner Cable Business Class Cloud Solutions Control Panel. Hosted Microsoft Exchange 2007 Hosted Microsoft SharePoint 2007 Chapter Title Time Warner Cable Business Class Cloud Solutions Control Panel User Guide Hosted Microsoft Exchange 2007 Hosted Microsoft SharePoint 2007 Version 1.1 Table of Contents Table of Contents...

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

Active Directory Management. Agent Deployment Guide

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

More information

Xythos on Demand Quick Start Guide For Xythos Drive

Xythos on Demand Quick Start Guide For Xythos Drive Xythos on Demand Quick Start Guide For Xythos Drive What is Xythos on Demand? Xythos on Demand is not your ordinary online storage or file sharing web site. Instead, it is an enterprise-class document

More information

USING MS OUTLOOK WITH FUSEMAIL

USING MS OUTLOOK WITH FUSEMAIL USING MS OUTLOOK WITH FUSEMAIL In this tutorial you will learn how to use Microsoft Outlook with your FuseMail account. You will learn how to setup an IMAP account, and also how to move your emails and

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

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

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members ProjectWise Explorer V8i User Manual for Subconsultants & Team Members submitted to Michael Baker International Subconsultants & Team Members submitted by Michael Baker International ProjectWise Support

More information

Exchange Granular Restore. User Guide

Exchange Granular Restore. User Guide User Guide Contents 1. overview... 2 2. Backup considerations... 3 Backup user identity... 3 Exchange VM Detection... 3 Restore vs. Recovery... 3 3. Creating an Exchange backup... 4 4.... 7 Step 1 - Locate

More information

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences Unit 4 Introduction to Spreadsheet and Database, pages 1 of 12 Department of Computer and Mathematical Sciences CS 1305 Intro to Computer Technology 15 Module 15: Introduction to Microsoft Access Objectives:

More information

USING OUTLOOK WITH ENTERGROUP. Microsoft Outlook

USING OUTLOOK WITH ENTERGROUP. Microsoft Outlook USING OUTLOOK WITH ENTERGROUP In this tutorial you will learn how to use Outlook with your EnterGroup account. You will learn how to setup an IMAP or POP account, and also how to move your emails and contacts

More information

INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB

INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB GINI COURTER, TRIAD CONSULTING Like most people, you probably fill out business forms on a regular basis, including expense reports, time cards, surveys,

More information

Developing Web Applications for Microsoft SQL Server Databases - What you need to know

Developing Web Applications for Microsoft SQL Server Databases - What you need to know Developing Web Applications for Microsoft SQL Server Databases - What you need to know ATEC2008 Conference Session Description Alpha Five s web components simplify working with SQL databases, but what

More information

InstantAtlas TM Server Data Transfer Tools User Guide

InstantAtlas TM Server Data Transfer Tools User Guide InstantAtlas TM Server Data Transfer Tools User Guide Author: GeoWise User Support Released: 06/11/2012 Version: 6.5.1 InstantAtlas Server Data Transfer Tools Table of Contents 1. Introduction... 1 2.

More information

Magaya Software Installation Guide

Magaya Software Installation Guide Magaya Software Installation Guide MAGAYA SOFTWARE INSTALLATION GUIDE INTRODUCTION Introduction This installation guide explains the system requirements for installing any Magaya software, the steps to

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions HelpDesk OSP User Manual Content 1 INTRODUCTION... 3 2 REQUIREMENTS... 4 3 THE SHAREPOINT SITE... 4 4 THE HELPDESK OSP TICKET... 5 5 INSTALLATION OF HELPDESK OSP... 7 5.1 INTRODUCTION... 7 5.2 PROCESS...

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices.

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices. MySQL for Excel Abstract This is the MySQL for Excel Reference Manual. It documents MySQL for Excel 1.3 through 1.3.6. Much of the documentation also applies to the previous 1.2 series. For notes detailing

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the

More information

Migration guide. Business Email

Migration guide. Business Email Migration guide Business Email June 2013 Contents Introduction 3 Administrator Migration What You Need to Get Started 1. Importing PST Files 2. Exporting PST Files 3 3 4 5 End User Migration Using Outlook

More information

CHAPTER 8: MANAGING LEADS

CHAPTER 8: MANAGING LEADS Chapter 8: Managing Leads CHAPTER 8: MANAGING LEADS Objectives Introduction The objectives are: Understand the process for using leads in Microsoft Dynamics CRM. Create and import leads into Microsoft

More information

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure Introduction This article shows you how to deploy the MATLAB Distributed Computing Server (hereinafter referred to as MDCS) with

More information

OWA - Outlook Web App

OWA - Outlook Web App OWA - Outlook Web App Olathe Public Schools 0 Page MS Outlook Web App OPS Technology Department Last Revised: May 1, 2011 Table of Contents MS Outlook Web App... 1 How to Access the MS Outlook Web App...

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES)

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES) USING STUFFIT DELUXE StuffIt Deluxe provides many ways for you to create zipped file or archives. The benefit of using the New Archive Wizard is that it provides a way to access some of the more powerful

More information

Concession FTP User Guide May 2011 Version 1.2

Concession FTP User Guide May 2011 Version 1.2 Concession FTP User Guide May 2011 Version 1.2 Concessions FTP User guide Page 1 of 41 Contents Objective... 3 FTP User Guide Microsoft Windows XP... 5 Anatomy of the Files... 9 Working on your Files....

More information

Exchange Granular Restore Instructional User Guide

Exchange Granular Restore Instructional User Guide Exchange Granular Restore Instructional User Guide www.backup-assist.ca Contents 1. Exchange Granular Restore overview... 2 2. Creating an Exchange backup... 3 3. Exchange Granular Restore... 6 Step 1

More information

PSA INTEGRATION GUIDE

PSA INTEGRATION GUIDE efolder ConnectWise PSA Integration Guide Page 1 PSA INTEGRATION GUIDE Last Updated July 2014 Integration Overview ConnectWise PSA is business automation software that helps IT service providers efficiently

More information

Welcome to MaxMobile. Introduction. System Requirements

Welcome to MaxMobile. Introduction. System Requirements MaxMobile 10.5 for Windows Mobile Smartphone Welcome to MaxMobile Introduction MaxMobile 10.5 for Windows Mobile Smartphone provides you with a way to take your customer information on the road. You can

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

F9 Integration Manager

F9 Integration Manager F9 Integration Manager User Guide for use with QuickBooks This guide outlines the integration steps and processes supported for the purposes of financial reporting with F9 Professional and F9 Integration

More information

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

Contents Release Notes... ... 3 System Requirements... ... 4 Using Jive for Office... ... 5 Jive for Office TOC 2 Contents Release Notes...3 System Requirements... 4 Using Jive for Office... 5 What is Jive for Office?...5 Working with Shared Office Documents... 5 Get set up...6 Get connected

More information

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

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

More information

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

More information

Outlook 2010 Desk Reference Guide

Outlook 2010 Desk Reference Guide Outlook 2010 Desk Reference Guide Version 1.0 Developed by OR/WA IRM Please remember to print back-to-back. July 12, 2011 Microsoft Outlook 2010 This document has been developed by OR/WA IRM staff to provide

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

More information

ODBC Client Driver Help. 2015 Kepware, Inc.

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

More information

OneDrive for Business User Guide

OneDrive for Business User Guide OneDrive for Business User Guide Contents About OneDrive for Business and Office 365... 2 Storing University Information in the Cloud... 2 Signing in... 2 The Office 365 Interface... 3 The OneDrive for

More information

Qualtrics Survey Tool

Qualtrics Survey Tool Qualtrics Survey Tool This page left blank intentionally. Table of Contents Overview... 5 Uses for Qualtrics Surveys:... 5 Accessing Qualtrics... 5 My Surveys Tab... 5 Survey Controls... 5 Creating New

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

DbSchema Tutorial with Introduction in SQL Databases

DbSchema Tutorial with Introduction in SQL Databases DbSchema Tutorial with Introduction in SQL Databases Contents Connect to the Database and Create First Tables... 2 Create Foreign Keys... 7 Create Indexes... 9 Generate Random Data... 11 Relational Data

More information

O UTLOOK 2003 HELP SHEET MAIL. Opening the program. Mail

O UTLOOK 2003 HELP SHEET MAIL. Opening the program. Mail O UTLOOK 2003 HELP SHEET MAIL Opening the program At Work Double-click the icon on your desktop. Or click the Start button. If this icon is displayed, click on it. If it is not displayed, click Start,

More information

Creating Reports with Microsoft Dynamics AX SQL Reporting Services

Creating Reports with Microsoft Dynamics AX SQL Reporting Services Creating Reports with Microsoft Dynamics AX SQL Reporting Services. Table of Contents Lab 1: Building a Report... 1 Lab Objective... 1 Pre-Lab Setup... 1 Exercise 1: Familiarize Yourself with the Setup...

More information

Kaldeera Workflow Designer 2010 User's Guide

Kaldeera Workflow Designer 2010 User's Guide Kaldeera Workflow Designer 2010 User's Guide Version 1.0 Generated May 18, 2011 Index 1 Chapter 1: Using Kaldeera Workflow Designer 2010... 3 1.1 Getting Started with Kaldeera... 3 1.2 Importing and exporting

More information

What is My Teamwork? What s new in this release? MY TEAMWORK 5.0 QUICK START GUIDE

What is My Teamwork? What s new in this release? MY TEAMWORK 5.0 QUICK START GUIDE MY TEAMWORK 5.0 QUICK START GUIDE What is My Teamwork? My Teamwork is a converged communications solution that combines presence-aware instant messaging with the ability to make phone calls, conference

More information

Database Servers Tutorial

Database Servers Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents A quick tour of the database servers tutorial........................ 3 Exercise 1: Add a database server to the Catalog tree and create

More information

Colligo Email Manager 6.0. Connected Mode - User Guide

Colligo Email Manager 6.0. Connected Mode - User Guide 6.0 Connected Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License

More information

Merak Outlook Connector User Guide

Merak Outlook Connector User Guide IceWarp Server Merak Outlook Connector User Guide Version 9.0 Printed on 21 August, 2007 i Contents Introduction 1 Installation 2 Pre-requisites... 2 Running the install... 2 Add Account Wizard... 6 Finalizing

More information

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

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

More information

Mobility Tool Guide for Beneficiaries of Leonardo da Vinci programme

Mobility Tool Guide for Beneficiaries of Leonardo da Vinci programme EUROPEAN COMMISSION Directorate-General for Education and Culture Lifelong Learning: policies and programme Coordination of the "Lifelong learning" programme Mobility Tool Guide for Beneficiaries of Leonardo

More information

Appointment Scheduler

Appointment Scheduler EZClaim Appointment Scheduler User Guide Last Update: 11/19/2008 Copyright 2008 EZClaim This page intentionally left blank Contents Contents... iii Getting Started... 5 System Requirements... 5 Installing

More information

Colligo Contributor File Manager 4.6. User Guide

Colligo Contributor File Manager 4.6. User Guide Colligo Contributor File Manager 4.6 User Guide Contents Colligo Contributor File Manager Introduction... 2 Benefits... 2 Features... 2 Platforms Supported... 2 Installing and Activating Contributor File

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: April 26, 2013 Active Directory Management Deployment Guide i Contents System Requirements... 1 Hardware Requirements... 2 Agent

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

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

Bulk E-mailing With gravitymail

Bulk E-mailing With gravitymail Bulk E-mailing With gravitymail Preamble: Information & Technology Services blocks all outgoing e-mail with 40 or more recipients. This is being done so Humber does not get blacklisted as an Internet spammer.

More information

Avaya Network Configuration Manager User Guide

Avaya Network Configuration Manager User Guide Avaya Network Configuration Manager User Guide May 2004 Avaya Network Configuration Manager User Guide Copyright Avaya Inc. 2004 ALL RIGHTS RESERVED The products, specifications, and other technical information

More information

Legal Information Trademarks Licensing Disclaimer

Legal Information Trademarks Licensing Disclaimer Scribe Insight Tutorials www.scribesoft.com 10/1/2014 Legal Information 1996-2014 Scribe Software Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

1. Contents 1. Introduction... 2. Installation... 2.1 Preparing for the installation... 2.2 Installing the Pre-Requisites Components... 2.

1. Contents 1. Introduction... 2. Installation... 2.1 Preparing for the installation... 2.2 Installing the Pre-Requisites Components... 2. 1. Contents 1. Introduction... 2. Installation... 2.1 Preparing for the installation... 2.2 Installing the Pre-Requisites Components... 2.3 Installing the Implicit Sync Outlook Add-In... 3. Initial Configuration...

More information

Visualization with Excel Tools and Microsoft Azure

Visualization with Excel Tools and Microsoft Azure Visualization with Excel Tools and Microsoft Azure Introduction Power Query and Power Map are add-ins that are available as free downloads from Microsoft to enhance the data access and data visualization

More information

TECHNICAL REFERENCE GUIDE

TECHNICAL REFERENCE GUIDE TECHNICAL REFERENCE GUIDE SOURCE TARGET Kerio Microsoft Exchange/Outlook (PST) (versions 2010, 2007) Copyright 2014 by Transend Corporation EXECUTIVE SUMMARY This White Paper provides detailed information

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

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

Integrated Accounting System for Mac OS X

Integrated Accounting System for Mac OS X Integrated Accounting System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Accounts is a powerful accounting system for Mac OS X. Text in square

More information