CRM to Exchange Synchronization

Size: px
Start display at page:

Download "CRM to Exchange Synchronization"

Transcription

1 CRM to Exchange Synchronization Installation Instructions VERSION 2.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC.

2 2013 Brite Global, Incorporated. All rights reserved. The information contained in this document represents the current view of Brite Global, Incorporated on the issues discussed as of the date of preparation. Because Brite Global must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Brite Global, and Brite Global cannot guarantee the accuracy of any information presented after the date of publication. This document is for informational purposes only. BRITE GLOBAL MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Brite Global, Incorporated. Brite Global may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Brite Global, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property. Brite Global, Incorporated 269 South Beverly Drive, #115 Beverly Hills, CA USA

3 CONTENTS Introduction... 4 About Brite Global... 4 CRM Solution Installation... 5 Import Solution... 5 Contact Entity Modifications... 5 Marketing List Entity Modifications... 5 Application Setting Entity... 6 User Job Rule Entity... 6 User Job Entity... 6 Custom Synchronizing Entities... 7 Dynamic Marketing List Requirements... 7 Application Installation... 8 Prerequisites... 8 Installation Process... 8

4 INTRODUCTION The CRM to Exchange Synchronization is a Windows Forms application that communicates between Microsoft Dynamics CRM and Exchange Server in order to synchronize between the members of CRM Marketing Lists and Distribution Lists that exist on the Exchange Server. The application verifies the same members exist in both location, and modifies or adds information to the Exchange Server based on changes in Microsoft Dynamics CRM. This process enables sending via Microsoft Outlook/Exchange to the most updated lists of users and contacts in Exchange. ABOUT BRITE GLOBAL Established in 2005, Brite Global is a leader in delivering Microsoft Dynamics CRM and xrm solutions to business customers. As a Microsoft Gold Certified Partner, Brite Global has an impressive and rapidly growing list of customers benefiting from Microsoft Dynamics CRM solutions. We have embraced the Power of Choice by providing our customers the choice of a hosted, on-premises or hybrid delivery options. Headquartered in Beverly Hills, CA with offices in Atlanta, GA and Europe, Brite Global provides CRM and software solutions to business in multiple industries including Public Sector and Education, Financial Services, Real Estate, Media and Entertainment, Not for Profit, Retail and Manufacturing, Sports and Recreation, and Professional Services. For more information, visit

5 CRM SOLUTION INSTALLATION The following section details the required CRM changes necessary in order to successfully run the application. These modifications can be done manually in the Customizations section of CRM or available via a Managed Solution and can be imported into CRM. IMPORT SOLUTION The CRMExchangeSync_XrmSolution_2_0_managed solution contains all the out of the box required solution items for the CRM Exchange Sync application. The following details the components that make up the CRM Exchange Sync solution. Display Name Name Type Description Contact contact Entity Additional fields added to the contact entity Marketing List list Entity Additional fields added to the list entity Application Setting xrm_appsettings Entity Entity used to store default system values User Job Rule xrm_userjobrule Entity Entity used to store rules for asynchronous processing User Job xrm_userjob Entity Entity used to store log of asynchronous processes Day Of Week xrm_dayofweek Option Set Used for asynchronous process entity Period of Day xrm_periodofday Option Set Used for asynchronous process entity Time of Day xrm_timeofday Option Set Used for asynchronous process entity User Job Type xrm_userjobtype Option Set Used for asynchronous process entity The subsections below detail the CRM changes the will be done to the different entities CONTACT ENTITY MODIFICATIONS Three additional fields have been added to the contact entity. Although only one of the fields is required, some of the other fields might be used from within the application based on the configuration of the CRM system. These fields are: Display Name Field Name Data Type Requirement Level Description Revision xrm_revision Whole Number Optional Contact record Revision Number Exchange Alias xrm_exchangealias Single Line of Text Required Storing of Exchange Alias Contact Id xrm_contactid Whole Number Optional Counter for Contact Entity MARKETING LIST ENTITY MODIFICATIONS Two additional fields have been added to the list (Marketing List) entity. These fields specify to the Exchange Sync app which lists are to be synchronized with Exchange server and the status of the synchronization. These fields are: Display Name Field Name Data Type Default Values Exchange Distribution List Name xrm_exchangedlname Single Line of Text Exchange Distribution List Status xrm_exchangedlstatus Two Options Active = 1 Inactive = 0 Default Value = Inactive

6 APPLICATION SETTING ENTITY The application setting entity store Key/Value pairs of values that are required by the Exchange Sync app. The entity contains the following fields. These fields are: Display Name Field Name Data Type Default Values Key xrm_key Single Line of Text Value xrm_value Single Line of Text Secure Value xrm_securevalue Single Line of Text Security Mode xrm_encrypt Two Options Encrypted = 1 Plain Text = 0 Default Value = Plain Text USER JOB RULE ENTITY The user job rule entity contains the execution settings of when the CRM to Exchange Async Processing application will execute. The configuration allows the application to be run on a daily, weekly or monthly basis, and predetermined times. The entity contains the following fields: Display Name Field Name Data Type Values Rule Name xrm_name Single Line of Text Job Type xrm_jobtype Option Set Exchange Synchronization Frequency xrm_frequency Single Line of Text Frequency of Execution: Daily; Weekly; Monthly Daily Frequency Type xrm_dailyfrequencytype Option Set Daily Frequency Option Every Day (Weekdays and Weekends) Every Weekday (Mon Fri) Every Post Weekday (Tue Sat) Day of Week xrm_dayofweek Option Set Contains Days of Week Day of Month xrm_dayofmonth Whole Number Value must be between 1 and 31 Time of Day xrm_timeofday Option Set Contains Hours of Day (1 12) Period of Day Xrm_periodofday Option Set Contains Periods of Day (AM, PM) Rule Status xrm_rulestatus Two Options Published = 1 Unpublished = 0 Default Value = Unpublished USER JOB ENTITY The User Job Entity contains the log information of the asynchronous processes of the application. The application contains details about failures and the name and the location of the log file once it has been completed. The entity contains the following fields Display Name Field Name Data Type Values Name xrm_name Single Line of Text User Job Rule xrm_userjobruleid Lookup Job Type xrm_jobtype Option Set Actual Start xrm_actualstart Date and Time Actual End xrm_actualend Date and Time Error Count xrm_errorcount Whole Number Completion Status xrm_completionstatus Two Options Success = 1

7 Failure = 0 Default Value = Failure Log File Name xrm_logfilename Single Line of Text Location of log file name on server CUSTOM SYNCHRONIZING ENTITIES The table below lists the fields that are required in order to successfully run the Synchronization application across the different entities. Any entity that has a relationship with the contact entity that is required to participate in the synchronization process will require the following fields to be added. Display Name Field Name Data Type Format Default Values Exchange Distribution List Name Exchange Distribution List Status xrm_exchangedlname xrm_exchangedlstatus Single Line of Text Two Options Text (100) Active = 1 Inactive = 0 Default Value = Inactive The relationship settings of the entity will be configured in the Intersects.xml file after installation After fields were added to the entity, they can be added to the form, but this is not required. If they are added to the form, they should be set to read-only fields so that no modifications will be done to them directly from within the CRM environment. DYNAMIC MARKETING LIST REQUIREMENTS When creating Dynamic Marketing lists that have to be synchronized against CRM, there are a few column requirements from the list. These requirements allow the synchronization of not only the name and address of the contact but additional fields that exist in CRM. The following fields are required to be part of the Marketing List when creating Dynamic Queries: First Name, Last Name, Full Name, Telephone 1, Address 1, Job Title, State Code These fields will have to be added to the Marketing List Advanced Find View and Published

8 APPLICATION INSTALLATION This section describes the installation process of the CRM to Exchange Sync application. The installation is very straight forward, but make sure that the prerequisites below are completed. PREREQUISITES The following are the required prerequisites for the installation and execution of the CRM to Exchange Synchronization Application: EXCHANGE MANAGEMENT CONSOLE Exchange Management Console must be installed on the Server or Workstation where this application will be installed. This application does not have to be installed on the actual Exchange Server. MICROSOFT.NET FRAMEWORK The Microsoft.NET Framework 4.0 Client Profile must be installed on the machine that will be running the application. The application utilizes several CRM assemblies that require this version of the.net Framework. The.NET Framework is not included in the setup package, so make sure to install it manually before running Setup. INSTALLATION PROCESS To start the installation process, unzip the provided file, and run the CRMExchangeSyncInstaller.exe Setup Application. Follow the instructions and provide the required information on the following screens: Read and accept the End User License Agreement and enter the User Name and Organization that is installing this product.

9 Click on the Install button to start the Installation. The application is now installed on the server. Post installation tasks are included in the following documents: CRMExchangeSync Registration CRMExchangeSync Configuration

Exchange Sync. for Microsoft Dynamics CRM. Installation

Exchange Sync. for Microsoft Dynamics CRM. Installation Exchange Sync for Microsoft Dynamics CRM Installation Contents 1 Introduction 1 About CRM Exchange Sync 2 About Brite Global 3 Installation and Configuration 3 Prerequisites 4 Installation Process 6 Configuration

More information

Receive and Forward syslog events through EventTracker Agent. EventTracker v9.0

Receive and Forward syslog events through EventTracker Agent. EventTracker v9.0 Receive and Forward syslog events through EventTracker Agent EventTracker v9.0 Publication Date: July 23, 2018 Abstract The purpose of this document is to help users to receive syslog messages from various

More information

Extending Microsoft Dynamics AX 2009 Default Cubes for Analytics across Virtual Company Accounts

Extending Microsoft Dynamics AX 2009 Default Cubes for Analytics across Virtual Company Accounts Microsoft Dynamics AX 2009 Extending Microsoft Dynamics AX 2009 Default Cubes for Analytics across Virtual Company Accounts White Paper This document describes the steps to take to configure default cubes

More information

Version: Shoper 9 LiveUpdate/1.21/March 2011

Version: Shoper 9 LiveUpdate/1.21/March 2011 The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions, it should not be interpreted to be a

More information

Project management - integrated into Outlook

Project management - integrated into Outlook Project management - integrated into Outlook InLoox PM 6.x update to InLoox PM 7.x An InLoox Whitepaper Published: October 2012 Copyright: 2012 InLoox GmbH. You can find up-to-date information at http://www.inloox.com

More information

Creating Custom Patches through Packing List Utility

Creating Custom Patches through Packing List Utility Creating Custom Patches through Packing List Utility The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market

More information

Item Masters Mapping between Tally.ERP 9 and Shoper 9 HO

Item Masters Mapping between Tally.ERP 9 and Shoper 9 HO Item Masters Mapping between Tally.ERP 9 and Shoper 9 HO The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing

More information

CHECK PROCESSING. A Select Product of Cougar Mountain Software

CHECK PROCESSING. A Select Product of Cougar Mountain Software CHECK PROCESSING A Select Product of Cougar Mountain Software Check Processing Copyright Notification At Cougar Mountain Software, Inc., we strive to produce high-quality software at reasonable prices.

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Requirements for Microsoft Dynamics NAV 2013 System Requirements for Microsoft Dynamics NAV 2013...1 System Requirements for the Microsoft Dynamics NAV Windows Client...1 System

More information

Design Insights Enhanced Cue Functionality

Design Insights Enhanced Cue Functionality Design Insights Enhanced Cue Functionality May 2014 Contents Introduction 3 Basics of Implementing Cue Controls 3 Best Practices for Implementing Cue Controls: Enabling End User Customization of Indicators

More information

6/29/ :38 AM 1

6/29/ :38 AM 1 6/29/2017 11:38 AM 1 Creating an Event Hub In this lab, you will create an Event Hub. What you need for this lab An Azure Subscription Create an event hub Take the following steps to create an event hub

More information

Exclaimer Mail Disclaimers 1.0 Release Notes

Exclaimer Mail Disclaimers 1.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents About these Release Notes... 3 Release Number... 3 System Requirements... 3 Hardware... 3 Software...

More information

Exclaimer Mail Disclaimers 1.0 Release Notes

Exclaimer Mail Disclaimers 1.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents About these Release Notes... 3 Release Number... 3 System Requirements... 3 Hardware... 3 Software...

More information

Aimetis Android Mobile Application. 2.x Release Notes

Aimetis Android Mobile Application. 2.x Release Notes Aimetis Android Mobile Application 2.x Release Notes Contents Contents Release 2.10 (July 2018)... 3 Release 2.7.8 (August 2017)... 4 Release 2.7.7 (November 2016)... 5 Release 2.7.6 (October 2016)...6

More information

E-CST Return for Gujarat FORM III (B)

E-CST Return for Gujarat FORM III (B) FORM III (B) November 2009 The information contained in this document represents the current view of Tally Solutions Pvt. Ltd., ( Tally in short) on the topics discussed as of the date of publication.

More information

x10data Smart Client 6.5 for Windows Mobile Installation Guide

x10data Smart Client 6.5 for Windows Mobile Installation Guide x10data Smart Client 6.5 for Windows Mobile Installation Guide Copyright Copyright 2009 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright

More information

ONVIF Server for Aimetis Symphony. Installation and Usage

ONVIF Server for Aimetis Symphony. Installation and Usage ONVIF Server for Aimetis Symphony Installation and Usage Disclaimers and Legal Information Copyright 2015 Aimetis Corp. All rights reserved. This material is for informational purposes only. Aimetis makes

More information

Overview... 3 Microsoft Dynamics GP 2013 and Microsoft Dynamics NAV 2013 Transition Upgrade Policy... 4

Overview... 3 Microsoft Dynamics GP 2013 and Microsoft Dynamics NAV 2013 Transition Upgrade Policy... 4 Published July 11, 2012 Contents Overview... 3 Transition Upgrade Policy... 4 License Migration Transition Upgrade (LMT Upgrade)... 5 License Credit Transition Upgrade (LCT Upgrade)... 5 Use of Old Product

More information

Aimetis Symphony Mobile. 2.7.x. (Mobile Bridge and Mobile Devices) Copyright 2016 Aimetis Corp. 1

Aimetis Symphony Mobile. 2.7.x. (Mobile Bridge and Mobile Devices) Copyright 2016 Aimetis Corp. 1 Aimetis Symphony Mobile (Mobile Bridge and Mobile Devices) 2.7.x Copyright 2016 Aimetis Corp. 1 Disclaimers and Legal Information Copyright 2016 Aimetis Inc. All rights reserved. This material is for informational

More information

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio This is a preliminary document

More information

Integrate Veeam Backup and Replication. EventTracker v9.x and above

Integrate Veeam Backup and Replication. EventTracker v9.x and above Integrate Veeam Backup and Replication EventTracker v9.x and above Publication Date: September 27, 2018 Abstract This guide provides instructions to configure VEEAM to send the event logs to EventTracker

More information

Developer Manual Sales Voucher Authorisation

Developer Manual Sales Voucher Authorisation Developer Manual Sales Voucher Authorisation The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions,

More information

Pipeliner CRM Arithmetica Guide Importing Accounts & Contacts Pipelinersales Inc.

Pipeliner CRM Arithmetica Guide Importing Accounts & Contacts Pipelinersales Inc. Importing Accounts & Contacts 205 Pipelinersales Inc. www.pipelinersales.com Importing Accounts & Contacts Learn how to import accounts and contacts into Pipeliner Sales CRM Application. CONTENT. Creating

More information

EventVault Introduction and Usage Feature Guide Version 6.x

EventVault Introduction and Usage Feature Guide Version 6.x EventVault Introduction and Usage Feature Guide Version 6.x Publication Date: Jun 12, 2009 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com ABSTRACT The purpose of this document

More information

Shoper 9 Tally.ERP 9 Data Bridge

Shoper 9 Tally.ERP 9 Data Bridge The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions, it should not be interpreted to be a

More information

User Manual Price List Import

User Manual Price List Import User Manual Price List Import 1 The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions, it should

More information

Moving to the Next Financial Year

Moving to the Next Financial Year Moving to the Next Financial Year The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions, it

More information

Aimetis Symphony Mobile Bridge. 2.7 Installation Guide

Aimetis Symphony Mobile Bridge. 2.7 Installation Guide Aimetis Symphony Mobile Bridge 2.7 Installation Guide Contents Contents Introduction...3 Installation... 4 Install the Mobile Bridge... 4 Upgrade the Mobile Bridge...4 Network configuration... 4 Configuration...

More information

Integrate Aventail SSL VPN

Integrate Aventail SSL VPN Publication Date: July 24, 2014 Abstract This guide provides instructions to configure Aventail SSL VPN to send the syslog to EventTracker. Once syslog is being configured to send to EventTracker Manager,

More information

Tally.Server 9 Performance Fact Sheet

Tally.Server 9 Performance Fact Sheet Tally.Server 9 Performance Fact Sheet The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions,

More information

How To Embed EventTracker Widget to an External Site

How To Embed EventTracker Widget to an External Site How To Embed EventTracker Widget to an External Site Publication Date: March 27, 2018 Abstract This guide will help the user(s) to configure an EventTracker Widget to an External Site like SharePoint.

More information

Getting Started with Tally.Developer 9 Alpha

Getting Started with Tally.Developer 9 Alpha Getting Started with Tally.Developer 9 Alpha The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions,

More information

Aimetis Symphony Mobile ios Mobile Application

Aimetis Symphony Mobile ios Mobile Application Aimetis Symphony Mobile ios Mobile Application 2.7 2.8 Disclaimers and Legal Information Copyright 2016-2017 Aimetis Inc. All rights reserved. This material is for informational purposes only. AIMETIS

More information

x10data Application Platform v7.1 Installation Guide

x10data Application Platform v7.1 Installation Guide Copyright Copyright 2010 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the

More information

Microsoft Dynamics AX Team Server (ID Server) Setup Whitepaper for Microsoft. Dynamics AX 2009.

Microsoft Dynamics AX Team Server (ID Server) Setup Whitepaper for Microsoft. Dynamics AX 2009. Setup Microsoft Dynamics AX 2009 Team Server (ID Server) Setup Whitepaper for Microsoft Dynamics AX 2009 White Paper This document describes how to set up Team Server for Microsoft Dynamics AX 2009. Date:

More information

Allan Hirt Cluster MVP E mail: Website and Blog:

Allan Hirt Cluster MVP E mail: Website and Blog: Allan Hirt Cluster MVP E mail: allan@sqlha.com Twitter: @SQLHA Website and Blog: http://www.sqlha.com Apps, servers, clients SQL Both sites can connect to the network to allow access Node A Storage replicated

More information

Extending Tally.ERP 9 using TDL Program Write Up

Extending Tally.ERP 9 using TDL Program Write Up Extending Tally.ERP 9 using TDL Program Write Up The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market

More information

INNOVATE. Creating a Windows. service that uses Microsoft Dynamics GP econnect to integrate data. Microsoft Dynamics GP. Article

INNOVATE. Creating a Windows. service that uses Microsoft Dynamics GP econnect to integrate data. Microsoft Dynamics GP. Article INNOVATE Microsoft Dynamics GP Creating a Windows service that uses Microsoft Dynamics GP econnect to integrate data Article Create a Windows Service that uses the.net FileSystemWatcher class to monitor

More information

Aimetis Mobile Bridge. 2.7 Release Notes

Aimetis Mobile Bridge. 2.7 Release Notes Aimetis Mobile Bridge 2.7 Release Notes Contents Contents Legal information...3 Document history... 4 Version 2.7.7... 5 Version 2.7.6... 6 Version 2.7.5... 7 Version 2.7.4.3... 8 Version 2.7.4.2... 9

More information

RMH PRINT LABEL WIZARD

RMH PRINT LABEL WIZARD RMH PRINT LABEL WIZARD Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2016, Retail Realm. All Rights Reserved. RMHDOCLABELWIZARD050916 Disclaimer Information in this document,

More information

Exclaimer Outlook Photos 2.0 Release Notes

Exclaimer Outlook Photos 2.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents Release Number... 3 Hardware... 3 Software... 3 Prerequisites... 3 Downloading... 4 Installing...

More information

Exclaimer Signature Manager 2.0 Release Notes

Exclaimer Signature Manager 2.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents About these Release Notes... 3 Release Number... 3 Hardware... 3 Software... 3 Hardware... 3 Software...

More information

RMH RESOURCE EDITOR USER GUIDE

RMH RESOURCE EDITOR USER GUIDE RMH RESOURCE EDITOR USER GUIDE Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2017, Retail Management Hero. All Rights Reserved. RMHDOCRESOURCE071317 Disclaimer Information

More information

Record Clone User Guide

Record Clone User Guide IOTAP s Record Clone add-on for Microsoft Dynamics CRM allows users to create copy of records for not only System & Standard entities but also Custom and their related entities. Record Clone Version: 3.1

More information

Product Update: ET82U16-029/ ET81U EventTracker Enterprise

Product Update: ET82U16-029/ ET81U EventTracker Enterprise Product Update: ET82U16-029/ ET81U16-033 EventTracker Enterprise Publication Date: Oct. 18, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Update: ET82U16-029/ ET81U16-033

More information

Aimetis People Counter. 2.1 User Guide

Aimetis People Counter. 2.1 User Guide Aimetis People Counter 2.1 User Guide Contents Contents Introduction...3 Installation... 4 Requirements... 4 Install People Counter... 4 Open People Counter... 4 Add a license... 5 Configuration... 6 Configure

More information

User Guide. Microsoft Dynamics CRM / XRM Platform. CRM Versions Supported: CRM 2011/2013/2015/2016

User Guide. Microsoft Dynamics CRM / XRM Platform. CRM Versions Supported: CRM 2011/2013/2015/2016 Microsoft Dynamics CRM / XRM Platform User Guide CRM Versions Supported: CRM 2011/2013/2015/2016 My Calendar is an ingenious add-on for Microsoft CRM that allows users to keep a track of activities they

More information

Mobile On the Go (OTG) Server

Mobile On the Go (OTG) Server Mobile On the Go (OTG) Server Installation Guide Paramount Technologies, Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com Copyright

More information

Quick Update Guide for ComplianceOne Client

Quick Update Guide for ComplianceOne Client Choose a building block. Governance, Risk & Compliance Quick Update Guide for ComplianceOne Client ComplianceOne Solution Governance, Risk & Compliance Quick Update Guide for ComplianceOne Client Date

More information

Agent health check enhancements Detailed Document

Agent health check enhancements Detailed Document Detailed Document Publication Date: Jul. 25, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract This document is to guide the user about the EventTracker Agent Updates

More information

SECURE FILE TRANSFER PROTOCOL. EventTracker v8.x and above

SECURE FILE TRANSFER PROTOCOL. EventTracker v8.x and above SECURE FILE TRANSFER PROTOCOL EventTracker v8.x and above Publication Date: January 02, 2019 Abstract This guide provides instructions to configure SFTP logs for User Activities and File Operations. Once

More information

x10data Smart Client 7.0 for Windows Mobile Installation Guide

x10data Smart Client 7.0 for Windows Mobile Installation Guide x10data Smart Client 7.0 for Windows Mobile Installation Guide Copyright Copyright 2009 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright

More information

WorldExtend Environment Preparation Guide

WorldExtend Environment Preparation Guide WorldExtend Environment Preparation Guide WorldExtend IronDoor Version 3.5 WorldExtend, LLC. Published: March 2008 Abstract This guide explains how to prepare your application environment for WorldExtend

More information

SharePoint Portal Server 2003 Advanced Migration Scenarios

SharePoint Portal Server 2003 Advanced Migration Scenarios SharePoint Portal Server 2003 Advanced Migration Scenarios White Paper Published: March 2004 Table of Contents Introduction 1 Related White Papers 1 Background 2 SharePoint Portal Server 2003 Document

More information

SLA. Service Level Agreement v1.0. Published: September 2014

SLA. Service Level Agreement v1.0. Published: September 2014 SLA Service Level Agreement v1.0 Published: September 2014 The information contained in this document represents the current view of Circuit ID on the issues discussed as of the date of publication. Because

More information

About Office 365 [PLACEHOLDER]

About Office 365 [PLACEHOLDER] Office 365 [PLACEHOLDER] Service Description Applies to: Office 365 [PLACEHOLDER] Topic Last Modified: 22-Apr-2016 In response to the unique and evolving requirements of the United States federal government

More information

Aimetis Motion Tracker. 1.1 User Guide

Aimetis Motion Tracker. 1.1 User Guide Aimetis Motion Tracker 1 User Guide Contents Contents Introduction...3 Installation... 4 Requirements... 4 Install Motion Tracker... 4 Open Motion Tracker... 4 Add a license... 4... 6 Configure Motion

More information

Exclaimer Outlook Photos 1.0 Release Notes

Exclaimer Outlook Photos 1.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents About these Release Notes... 3 Release Number... 3 Hardware... 3 Software... 3 Prerequisites...

More information

What s New in BUILD2WIN Version 3.2

What s New in BUILD2WIN Version 3.2 What s New in BUILD2WIN Version 3.2 BID2WIN Software, Inc. Published June 13, 2012 Abstract BUILD2WIN version 3.2 includes many exciting new features which add even more power and flexibility to your field

More information

Deploying Windows Server 2003 Internet Authentication Service (IAS) with Virtual Local Area Networks (VLANs)

Deploying Windows Server 2003 Internet Authentication Service (IAS) with Virtual Local Area Networks (VLANs) Deploying Windows Server 2003 Internet Authentication Service (IAS) with Virtual Local Area Networks (VLANs) Microsoft Corporation Published: June 2004 Abstract This white paper describes how to configure

More information

Integrate Symantec Messaging Gateway. EventTracker v9.x and above

Integrate Symantec Messaging Gateway. EventTracker v9.x and above Integrate Symantec Messaging Gateway EventTracker v9.x and above Publication Date: May 9, 2018 Abstract This guide provides instructions to configure a Symantec Messaging Gateway to send its syslog to

More information

Aimetis Face Recognition. 1.3 User Guide

Aimetis Face Recognition. 1.3 User Guide Aimetis Face Recognition 3 User Guide Contents Contents Face Recognition... 3 Installation... 4 Requirements... 4 Install Face Recognition... 4 Configuration... 5 Configure Face Recognition... 5 Settings...5

More information

One Identity Manager Administration Guide for Connecting Oracle E-Business Suite

One Identity Manager Administration Guide for Connecting Oracle E-Business Suite One Identity Manager 8.0.2 Administration Guide for Connecting Oracle E- Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Port Configuration. Configure Port of EventTracker Website

Port Configuration. Configure Port of EventTracker Website Port Configuration Configure Port of EventTracker Website Publication Date: May 23, 2017 Abstract This guide will help the end user to change the port of the Website, using the Port Configuration tool,

More information

Teradici PCoIP Software Client for Mac

Teradici PCoIP Software Client for Mac Teradici PCoIP Software Client for Mac Version 3.3 Administrators' Guide TER1706003-3.3 Contents Who Should Read This Guide? 4 Welcome to PCoIP Software Client for Mac 5 What's New in This Release? 5 Additional

More information

WORKFLOW. Microsoft Dynamics AX. Integration of workflow capabilities into journals

WORKFLOW. Microsoft Dynamics AX. Integration of workflow capabilities into journals WORKFLOW Microsoft Dynamics AX Integration of workflow capabilities into journals June 2008 Table of Contents Introduction... 4 AOT > Macros... 4 LedgerJournalWFApprovalTemplates... 4... 4 AOT > Data Dictionary

More information

Microsoft Exchange Server SMTPDiag

Microsoft Exchange Server SMTPDiag Microsoft Exchange Server SMTPDiag Contents Microsoft Exchange Server SMTPDiag...1 Contents... 2 Microsoft Exchange Server SMTPDiag...3 SMTPDiag Arguments...3 SMTPDiag Results...4 SMTPDiag Tests...5 Copyright...5

More information

Price List Utilities. For Dynamics CRM 2016

Price List Utilities. For Dynamics CRM 2016 Price List Utilities For Dynamics CRM 2016 Page 1 of 19 Price List Utilities 2016 Copyright Warranty disclaimer Limitation of liability License agreement Copyright 2016 Dynamics Professional Solutions.

More information

KwikTag v4.6.4 Release Notes

KwikTag v4.6.4 Release Notes KwikTag v4.6.4 Release Notes KwikTag v4.6.4 for Web Client - Release Notes a. Internet Explorer 7.0 b. Internet Explorer 8.0 c. Firefox 3.5+ Server Requirements a. KwikTag v4.6.4 New Features: Feature:

More information

Getting Started with Tally.Developer 9 Series A Release 3.0

Getting Started with Tally.Developer 9 Series A Release 3.0 Getting Started with Tally.Developer 9 Series A Release 3.0 The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing

More information

RMH LABEL DESIGNER. Retail Management Hero (RMH)

RMH LABEL DESIGNER. Retail Management Hero (RMH) RMH LABEL DESIGNER Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2016, Retail Realm. All Rights Reserved. RMHDOCLABEL050916 Disclaimer Information in this document, including

More information

Exclaimer Signature Manager 2.0 Release Notes

Exclaimer Signature Manager 2.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents About these Release Notes... 3 Release Number... 3 Hardware... 3 Software... 3 Hardware... 3 Software...

More information

CMT for Coexistence Known Limitations

CMT for Coexistence Known Limitations CMT for Coexistence 3.4.2 Known Limitations November 2014 Contents Known Limitations 3.4.2... 3 BTCal... 3 FreeBusy (Domino)... 7 FreeBusy (Exchange)... 7 Installer... 7 Zero-Touch Application Remediation

More information

Microsoft Dynamics AX 4.0

Microsoft Dynamics AX 4.0 Microsoft Dynamics AX 4.0 Install and Configure a Microsoft Dynamics AX Enterprise Portal Server White Paper Date: June 27, 2006 http://go.microsoft.com/fwlink/?linkid=69531&clcid=0x409 Table of Contents

More information

The Project Management Software for Outlook, Web and Smartphone

The Project Management Software for Outlook, Web and Smartphone The Project Management Software for Outlook, Web and Smartphone InLoox PM 10.x Client Installation Guide & InLoox now! Account Set-up Guide An InLoox Whitepaper Published: June 2018 You can find up-to-date

More information

Getting Started with Tally.Developer 9

Getting Started with Tally.Developer 9 Getting Started with Tally.Developer 9 The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions,

More information

Steel-Belted Radius Installation Instructions for EAP-FAST Security Patch

Steel-Belted Radius Installation Instructions for EAP-FAST Security Patch Security Patch Steel-Belted Radius Installation Instructions for EAP-FAST Security Patch Revision 0.5 22 September 2009 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA

More information

Project management integrated into Outlook

Project management integrated into Outlook Project management integrated into Outlook InLoox PM 7.x Installation Guide An InLoox Whitepaper Published: October 2011 You can find up-to-date information at http://www.inloox.com The information contained

More information

WorkPlace Agent Service

WorkPlace Agent Service WorkPlace Agent Service Installation and User Guide WorkPlace 16.00.00.00 + Paramount Technologies Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com

More information

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters Microsoft Dynamics GP Release 10.0 Integration Guide For Microsoft Retail Management System Headquarters Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable

More information

Integrate Dell FORCE10 Switch

Integrate Dell FORCE10 Switch Publication Date: December 15, 2016 Abstract This guide provides instructions to configure Dell FORCE10 Switch to send the syslog events to EventTracker. Scope The configurations detailed in this guide

More information

Integrate Bluecoat Content Analysis. EventTracker v9.x and above

Integrate Bluecoat Content Analysis. EventTracker v9.x and above EventTracker v9.x and above Publication Date: June 8, 2018 Abstract This guide provides instructions to configure a Bluecoat Content Analysis to send its syslog to EventTracker Enterprise. Scope The configurations

More information

Geolocation and hostname resolution while Elasticsearch indexing. Update Document

Geolocation and hostname resolution while Elasticsearch indexing. Update Document Geolocation and hostname resolution while Elasticsearch indexing Update Document Publication Date: May 9, 2018 Abstract This document will help the user to configure dashlets in My dashboard based on the

More information

ANALYZE. Business Analytics Technical White Paper. Microsoft Dynamics TM NAV. Technical White Paper

ANALYZE. Business Analytics Technical White Paper. Microsoft Dynamics TM NAV. Technical White Paper ANALYZE Microsoft Dynamics TM NAV Business Analytics Technical White Paper Technical White Paper This technical white paper provides a conceptual overview of Business Analytics for Microsoft Dynamics NAV

More information

Aimetis Motion Tracker. 1.x User Guide

Aimetis Motion Tracker. 1.x User Guide Aimetis Motion Tracker x User Guide Contents Contents Legal information... 3 Introduction...4 Installation...5 Requirements... 5 Install Motion Tracker...5 Open Motion Tracker... 5 Add a license... 5...

More information

Integrate Barracuda Spam Firewall

Integrate Barracuda Spam Firewall Integrate Barracuda Spam Firewall Publication Date: November 10, 2015 Abstract This guide provides instructions to configure Barracuda Spam Firewall to send the events to EventTracker. Scope The configurations

More information

How to Use DTM for Windows Vista System Logo Testing: A Step-by-Step Guide

How to Use DTM for Windows Vista System Logo Testing: A Step-by-Step Guide How to Use DTM for Windows Vista System Logo Testing: A Step-by-Step Guide Abstract This paper provides information about how to use the Windows Logo Kit to perform system logo testing for Windows Vista.

More information

Exclaimer Auto Responder 1.0 Release Notes

Exclaimer Auto Responder 1.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents Release Number... 3 System Requirements... 3 Hardware... 3 Software... 3 Downloading... 3 Installing...

More information

Integrate Citrix Access Gateway

Integrate Citrix Access Gateway Publication Date: September 3, 2015 Abstract This guide provides instructions to configure Citrix Access Gateway to transfer logs to EventTracker. Scope The configurations detailed in this guide are consistent

More information

RMH ADVANCED ITEM AND INVENTORY WIZARDS

RMH ADVANCED ITEM AND INVENTORY WIZARDS RMH ADVANCED ITEM AND INVENTORY WIZARDS Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2016, Retail Realm. All Rights Reserved. RMHDOCWIZARD050916 Disclaimer Information in

More information

Enhancement in Agent syslog collector to resolve sender IP Address EventTracker Enterprise

Enhancement in Agent syslog collector to resolve sender IP Address EventTracker Enterprise Enhancement in Agent syslog collector to resolve sender IP Address EventTracker Enterprise Publication Date: Oct. 28, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Update:

More information

Integrate Akamai Web Application Firewall EventTracker v8.x and above

Integrate Akamai Web Application Firewall EventTracker v8.x and above Integrate Akamai Web Application Firewall EventTracker v8.x and above Publication Date: May 29, 2017 Abstract This guide helps you in configuring Akamai WAF and EventTracker to receive events. In this

More information

One Identity Manager 8.0. Administration Guide for Connecting to a Universal Cloud Interface

One Identity Manager 8.0. Administration Guide for Connecting to a Universal Cloud Interface One Identity Manager 8.0 Administration Guide for Connecting to a Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

User Guide. Dynamics 365 / CRM / XRM Platform. CRM Versions Supported: 2015/2016/D 365

User Guide. Dynamics 365 / CRM / XRM Platform. CRM Versions Supported: 2015/2016/D 365 Dynamics 365 / CRM / XRM Platform User Guide CRM Versions Supported: 2015/2016/D 365 Multi-File Uploader is a handy Dynamics 365 / CRM add-on specifically built to allow CRM users and administrators to

More information

Tally.Server 9. Release 4.6 Release Notes

Tally.Server 9. Release 4.6 Release Notes Tally.Server 9 Release 4.6 Release Notes 26 th April 2013 The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing

More information

User Guide. Dynamics 365 / CRM / XRM Platform. CRM Versions Supported: 2011/2013/2015/2016/D 365

User Guide. Dynamics 365 / CRM / XRM Platform. CRM Versions Supported: 2011/2013/2015/2016/D 365 Dynamics 365 / CRM / XRM Platform User Guide CRM Versions Supported: 2011/2013/2015/2016/D 365 CRM Notes Rollup for Dynamics 365 / CRM is a Managed Solution add-in that adds enhanced capability to CRM

More information

Microsoft Dynamics GP. Inventory Kardex

Microsoft Dynamics GP. Inventory Kardex Microsoft Dynamics GP Inventory Kardex Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

Teradici PCoIP Software Client for Windows

Teradici PCoIP Software Client for Windows Teradici PCoIP Software Client for Windows Version 3.3 Administrators' Guide TER1706002-3.3 Contents Who Should Read This Guide? 4 Welcome to PCoIP Software Client for Windows 5 What's New in This Release?

More information

Agent Installation Using Smart Card Credentials Detailed Document

Agent Installation Using Smart Card Credentials Detailed Document Agent Installation Using Smart Card Credentials Detailed Document Publication Date: Sept. 19, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract This document is to

More information

One Identity Manager Administration Guide for Connecting to SharePoint

One Identity Manager Administration Guide for Connecting to SharePoint One Identity Manager 8.0.2 Administration Guide for Connecting to Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information