Perceptive TransForm FormPay

Size: px
Start display at page:

Download "Perceptive TransForm FormPay"

Transcription

1 Perceptive TransForm FormPay Setup Guide Version: 8.x Date: September 2016

2 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered in the U.S. and/or other countries. All other trademarks are the property of their respective owners. No part of this publication may be reproduced, stored, or transmitted in any form without the prior written permission of Lexmark.

3 Table of Contents Overview... 4 FormPay process... 4 Prerequisites... 5 Set up an Authorize.Net Merchant account... 5 Configure the E-Forms Manager and ifiller installations... 5 Reverse proxy configurations... 5 Configure Authorized.Net Merchant Account... 5 Response Relay URL... 5 License FormPay... 6 FormPay configuration... 6 Add FormPay to the TransForm Form s design... 6 Designer FormPay catalog... 7 FormPay result fields... 7 Configure FormPay merchant account... 8 Configure FormPay handler... 9 Test the TransForm form Test Mode in a live environment Live Mode in a live environment Turn Test Mode on or off Test steps Error cases Errors prior to display of the Authorize.Net Payment form Errors after an Authorize.Net Processes transaction

4 Overview This document provides information on how to set up and configure the FormPay feature of E-Forms Manager. FormPay process The following steps provide an overview of the FormPay process from an end user s perspective. 1. In ifiller, a user opens a form that utilizes FormPay. 2. The user fills out the form. 3. The user clicks the FormPay Pay button. 4. If all the required information is provided, the secure Authorize.Net payment form displays. Note If an error occurs prior to the display of the Authorize.Net payment form, a dialog box displays with an error message. Refer to Error cases for more details. 5. The user enters the appropriate required information in the Authorize.Net payment form and clicks the Submit button. 6. If the user does not enter all the required payment information or enters invalid data (incorrect format, such as credit card number or expiration date), the Authorize.Net payment form displays the appropriate errors to the user to correct. 7. If the user provides all the required payment information and the information is valid (correct format), the Authorize.Net payment form closes and Authorize.Net attempts to authorize the transaction. 8. The result of the transaction displays in ifiller on a receipt page. 9. If the transaction is approved and the transaction results populate into the FormPay results form fields if they exist in the form. 1. The form is submitted to E-Forms Manager. Note If an error occurs during form submission to E-Forms Manager, an error message displays. Refer to Error cases for more details. 2. The following transaction information displays on the receipt page. Date/Time. The date and time of transaction Transaction ID. The assigned unique identification number for the transaction Authorization Code. The authorization or approval code for the transaction Description. The transaction description that was specified by the FormPay Handler Payment Method. The credit card type and last four digits of credit card Total. The amount of the transaction Invoice Number. The invoice number that was provided for the transaction Billing Information. The billing information provided for the payment 4

5 10. If the transaction is declined or an error occurs processing the transaction, the following information displays. Date/Time. The date and time of transaction Transaction ID. The assigned unique identification number for the transaction Reason. The text that details the specific reason for the declined transaction or processing error Prerequisites You must complete the following procedures before the FormPay feature can facilitate credit card payments from a TransForm form. You only need to complete these procedures one time regardless of the number of forms that use the FormPay feature. 1. Set up an Authorize.Net Merchant account. 2. Configure E-Forms Manager and ifiller installations. 3. License FormPay. Set up an Authorize.Net Merchant account To facilitate credit card payments with TransForm e-forms, you need to set up an e-commerce (Card Not Present) Authorize.Net Payment Gateway account. Once the Authorize.Net account is set up, then the Authorize.Net Merchant Interface is used to customize the account and retrieve the necessary information to configure the FormPay related items in E-Forms Manager. Configure the E-Forms Manager and ifiller installations All instances of E-Forms Manager and ifiller that will process live credit card transactions must be configured to allow secure connection to the credit card payment processor. For E-Forms Manager and ifiller to facilitate credit card payments, you must configure the installations as follows. 1. The E-Forms Manager and ifiller instance must be configured to run over SSL using the standard HTTPS port of The E-Forms Manager and ifiller instance must be configured to be publicly accessible. Reverse proxy configurations Environments that use a web server (such as Apache and Microsoft IIS) to reverse proxy requests to E- Forms Manager and ifiller must ensure that the host name from the original incoming request is passed as the host when the request is proxied. In Apache, this can be achieved by turning the ProxyPreserverHost directive on, and a similar property can be set for IIS. Other web servers should also have a similar way to configure this behavior. Configure Authorized.Net Merchant Account Response Relay URL You must set the Response Relay URL in the Merchange Account to the correct FormPay Response Relay URL for Authorize.Net to send the transaction response back to the FormPay process. To set the Relay Response URL, complete the following steps. 1. Log in to the Authorize.Net Merchant Interface. 5

6 2. On the top menu (such as Home, Tools, Reports), click Account. 3. In the left pane, click Settings. 4. On the Settings page, under Transaction Response Settings, click Response/Receipt URLs. 5. On the Default Relay Response URL row, click Edit. 6. Enter the URL as <ifiller Server URL>/formpay/relay.jsp, where <ifiller Server URL> is the Server URL that is specified in the ifiller section of the Administration tab. For example, if the ifiller Server URL is set to then the Response Relay URL would be 7. To save the URL, click Submit. A message displays indicating that the Relay Response setting has been successfully applied. 8. To verify the Default Relay Response URL, click Settings and then click Response/Receipt URLs. Note If the Authorize.Net merchant account is used by more than one E-Forms Manager or ifiller instance, such as a different ifiller Server URL, you need to add each of the FormPay Relay Response URLs to the list of Response/Receipt URLs. You can do this by clicking the Add URL link on the Response/Receipt URLs page. License FormPay The FormPay feature is an optionally licensed feature. As such, the E-Forms Manager license must have this feature enabled for the feature to be enabled in E-Forms Manager. FormPay configuration The following procedures provide an overview of the steps required to configure FormPay for a form. 1. Add FormPay to the TransForm Form s design. 2. Configure a FormPay Merchant account. 3. Configure a FormPay Handler. 4. Test the TransForm Form. Add FormPay to the TransForm Form s design For a TransForm e-form to facilitate credit card payments through FormPay, the form design needs to contain specific objects. You can add the following FormPay related objects to the form design. Design Objects Required Description FormPay button and hidden field A pre-configured FormPay button and hidden field is provided in the Designer FormPay Catalog. This button, which contains a Remote Command that initiates the FormPay transaction along with the required hidden field, must be placed on the form for the FormPay functionality to work. 6

7 Amount field ly Required If the amount of the transaction should be specified by the form, then the form design should contain an EditBox field that collects the amount. The EditBox field must: contain validation that ensures a value is provided in the field ensure that the value entered is a valid monetary amount (without the dollar sign) Invoice ID field ly Required If the form specifies an Invoice ID, then the form design should contain an EditBox field that contains a unique identifier. This field is usually read-only and populated by the FormID feature. Billing Information fields ly Required If the billing information for the transaction is provided by fields in the form, the form design should contain EditBox fields that collect the appropriate billing information. FormPay Result fields To have the results of a successful FormPay transaction populated into the form, the form design should contain specifically named EditBox fields. These EditBox fields can be visible or hidden. Refer to the FormPay Result Fields section for the naming requirements of the fields. A set of FormPay Result fields is provided in the Designer FormPay Catalog. Designer FormPay catalog Starting with E-Forms Manager version 8.3.0, a FormPay Catalog is installed to My Forms\E-Forms Manager Sample Forms if you select the E-Forms Manager Sample Forms install during installation. FormPay result fields Following a successful credit card transaction, certain transaction results can be stored in the TransForm e-form before it is submitted to E-Forms Manager. The following table lists the transaction results that are populated into specifically named form fields if they exist on the form. Transaction Result EditBox FieldCode Description Authorization Code formpay_auth_code The transaction authorization or approval code that is generated by Authorize.Net Transaction ID formpay_trans_id The assigned unique identification number for the transaction that is generated by Authorize.Net Amount formpay_amount The amount of the transaction Card Type formpay_card_type The type of credit card Card Last Four formpay_card_last_four The last four digits of credit card 7

8 Configure FormPay merchant account A FormPay Merchant Account specifies the information for the merchant account that is used to process credit card payments. FormPay Merchant Accounts are defined in the Administration tab under FormPay. Use the information in the following table to configure a FormPay Merchant Account. Field Description Required Input Account Name The name assigned to the Merchant Account for identification within E-Forms Manager Enter a unique descriptive name for the merchant account. Account Type The type of merchant account that is used to process credit card payments Select Authorize.Net Live to process real credit cards with a live payment gateway account. Select Authorize.Net Development to use a development test payment gateway account to process test credit cards. API Login ID The Authorize.Net merchant API Login ID Enter the API Login ID that is specified in the Authorize.Net Merchant Interface. Transaction Key The Authorize.Net merchant Transaction Key. The Transaction Key is sensitive information and should not be shared, written down, or stored where it could be retrieved. Enter the Transaction Key that is specified in the Authorize.Net Merchant Interface. Payment Enabled? A flag that indicates whether payments are enabled through this merchant account. Disabling payments to a merchant account causes forms that use this merchant account not to accept payments. Select the check box to enable payment; deselect the check box to disable payment. 8

9 Configure FormPay handler A FormPay Handler is the configuration for a form version that specifies the merchant account and payment information that is used during the FormPay transaction. You can configure the following information for a form version s FormPay Handler. Note Only one FormPay Handler can be configured for a form version. Field Description Required Input Merchant Account The Merchant Account that is used to facilitate the payment Select the merchant account. Description description of the transaction Enter a description that, if supplied, is available for display on Authorize.Net payment form. Amount Placeholder or static value that is used as the transaction amount Either enter a dollar amount (without the dollar sign; for example, 25.50) or select a constant or form field that provides the amount for the transaction. Invoice ID Form field that provides the unique Invoice Id for the transaction Select a form field that provides the unique Invoice Id for the transaction. You can enter the following billing information in the second step of the FormPay Handler setup wizard. Field Description Required Input First Name Form field that provides customer s first name. If supplied, the value of the selected form field populates the First Name (Billing Information) field on the Authorize.Net payment form. provides the customer s first name. Last Name Form field that provides the customer s last name. If supplied, the value of the selected form field populates the Last Name (Billing Information) field on the Authorize.Net payment form. provides customer s last name. Company Form field that provides the customer s company. If supplied, the value of the selected form field populates the Company (Billing Information) field on the Authorize.Net payment form. provides customer s company. 9

10 Field Description Required Input Address Form field that provides the customer s address. If supplied, the value of the selected form field populates the Address (Billing Information) field on the Authorize.Net payment form. provides customer s address. City Form field that provides the customer s city. If supplied, the value of the selected form field populates the City (Billing Information) field on the Authorize.Net payment form. provides customer s city. State Form field that provides the customer s state. If supplied, the value of the selected form field populates the State (Billing Information) field on the Authorize.Net payment form. provides customer s state. Zip Code Form field that provides the customer s zip code. If supplied, the value of the selected form field populates the Zip Code (Billing Information) field on the Authorize.Net payment form. provides customer s zip code. Country Form field that provides the customer s country. If supplied, the value of the selected form field populates the Country (Billing Information) field on the Authorize.Net payment form. provides customer s country. Phone Form field that provides the customer s phone. If supplied, the value of the selected form field populates the Phone (Billing Information) field on the Authorize.Net payment form. provides customer s phone. Form field that provides the customer s address. If supplied, the value of the selected form field will populate the (Billing Information) field on the Authorize.Net payment form. will provide customer s address. Test the TransForm form You should thoroughly test a form that utilizes the FormPay feature before publishing the form and making it available to end users. Test the form s validation, FormPay configuration, and interaction with the payment gateway to ensure the form correctly facilitates credit card payments. When testing the interaction with the payment gateway, the testing should be done in two phases. The first phase involves placing the live payment gateway in Test Mode and submitting test transactions. If the testing is successful in this phase, the second phase involves submitting live transactions with a real credit card to verify that it is processed correctly. 10

11 Test Mode in a live environment You can place a merchant payment gateway account in Test Mode to allow test transactions to be processed without the transaction being submitted to financial institutions. Test transactions submitted in Test Mode are not stored in the Merchant Interface. To test transactions, complete the following steps. 1. Place the merchant payment gateway account in Test Mode. Refer to Turn Test Mode on or off. 2. Complete the steps in the Test steps section. 1. When entering a credit card number, use one of the following test credit card numbers: Visa Test Card: Second Visa Test Card: American Express Test Card: Discover Test Card Ensure the expiration date is set to the current date or later. Live Mode in a live environment To process real credit card transactions, the merchant payment gateway must be in Live Mode. Transactions submitted in live mode are processed and submitted by a financial institution and the transactions are stored in the Merchant Interface. To test a transaction, complete the following steps. 1. Place the merchant payment gateway account in Live Mode. Refer to Turn Test Mode on or off. 2. Complete the steps in the Test Steps section below. In Live Mode, you must use a real credit card number. You can use any valid credit card number to submit a test transaction. You can void successful transactions immediately to prevent live test transactions from being processed. This can be done quickly on the Unsettled Transactions page of the Merchant Interface. It is recommended that when testing using a live credit card, you use a nominal value, such as $0.01. For VISA verification transactions, you can submit a $0.00 value instead. Bill To address and zip code are required for VISA verification transactions. Turn Test Mode on or off To modify the Test Mode setting for a merchant payment gateway account, complete the following steps. 1. Log in to the Authorize.Net Merchant Interface. 2. On the top menu (such as Home, Tools, Reports), click Account. 3. Under Security Settings, click Test Mode. 4. The Test Mode page displays the current mode of the account. Click the Turn Test ON button to place the account in Test Mode. Click the Turn Test OFF button to place the account in Live Mode. 11

12 Test steps To test a transaction, complete the following steps. 1. In E-Forms Manager, ensure that the form version s FormPay Handler is enabled. Also, ensure that the FormPay Merchant Account that is used by the FormPay Handler has payment enabled. 2. View the form to be tested with ifiller. 3. Enter the required information for the form. 4. Click the Pay button on the form. 5. If all the required information is provided, the Authorize.Net payment form displays. If an error occurs prior to the display of the Authorize.Net payment form, an error message displays. 6. Enter the appropriate required information in the payment form. 1. Check to make sure that any payment information that was configured in the FormPay Handler to be populated from the form is populated correctly. For example, verify that the description and billing information displays. 2. For credit card number and expiration date, enter the appropriate information for the phase of testing that is being performed. 7. Click the Submit button. 8. Review the transaction details on the receipt page. 9. If the transaction is approved, ensure that the form is successfully submitted to E-Forms Manager. Error cases The following sections describe errors that may occur during different stages of the transaction process. Errors prior to display of the Authorize.Net Payment form After a FormPay Pay button is clicked, if an error occurs prior to the display of the Authorize.Net payment form, an ifiller dialog box displays the message: Payment cannot be completed at this time. Your credit card has not been charged. Please try again and if you continue to receive this message, please contact the form provider. Code:Code# The Code# at the end of the message is a number indicating the type of error that has occurred. The table below lists the possible code along with its cause and description. Code Cause Description 0 General Error A general error has occurred that does not match any of the other causes. The E-Forms Manager and ifiller logs need to be checked to get more information about the problem. 1 Invalid License The E-Forms Manager license is not valid. This could be caused by an expired license or if the submissions have surpassed the licensed submission capacity. 2 FormPay Feature Not Licensed The E-Forms Manager license does not contain the FormPay feature. Upload a license that contains FormPay. 12

13 3 FormPay Handler Not Configured 4 FormPay Handler Disabled The FormPay Handler has not been defined for the form version. Define a FormPay Handler for the form version to resolve the error. The form version s FormPay Handler is defined but disabled. Enable the FormPay Handler to resolve the error. 5 Form Version Not Found The form version specified in the FormPay request cannot be found. This error is unlikely and if it occurs, the cause is probably due to misconfiguration of E-Forms Manager and ifiller or caused by another system error. 6 Form Processing Disabled Form processing for the form version is disabled. Enable form processing for the form version to resolve the error. 7 Submission Disabled Submission of the form version is disabled. Enable submission for the form version to resolve the error. 8 Merchant Account Disabled The Merchant Account that is selected to be used by the FormPay Handler has payment disabled. Enabled payment for the Merchant Account to resolve the error. Errors after an Authorize.Net Processes transaction The following table lists the errors that can occur after Authorize.Net processes a transaction but prior to the receipt page displaying in ifiller or prior to the form being submitted to E-Forms Manager. Cause This error occurs after the user clicks the Submit button on Authorize.Net payment form but prior to the receipt page displaying in ifiller. The Authorize.Net Transaction ID is not available. This error occurs after the user clicks the Submit button on Authorize.Net payment form but prior to the receipt page displaying in ifiller. The Authorize.Net Transaction ID is available. This error occurs after the user clicks the Submit button on Authorize.Net payment form and receipt page displays in ifiller, but before the form is successfully submitted to E-Forms Manager. Error Message An error occurred while trying to report your payment transaction to the merchant. It is advisable for you to contact the merchant to verify that you will receive the product or service. An error occurred while trying to report your payment transaction to the merchant. It is advisable for you to contact the merchant and provide them with the Transaction ID TransactionID to verify that you will receive the product or service. TransactionID is the Transaction ID of the transaction. An error occurred while trying to report your payment transaction to the merchant. The result of the payment transaction may be viewed on the page below. It is advisable for you to contact the merchant and provide them with the Transaction ID to verify that you will receive the product or service. 13

Credit Card Overview & Processing Guide entrée Version 3

Credit Card Overview & Processing Guide entrée Version 3 Credit Card Overview & Processing Guide entrée Version 3 2000-2016 NECS, Inc. All Rights Reserved. I entrée V3 Credit Card Processing Guide Table of Contents Chapter I V3 Credit Card Overview 1 1 Obtain...

More information

Getting Started Guide

Getting Started Guide Page 2 of 9 Introduction This guide is designed to provide you with the information you need to complete your Payment Gateway account set up and begin processing live payment transactions. As a quick overview,

More information

Credit Card Processing

Credit Card Processing Microsoft Dynamics AX 2009 Credit Card Processing Technical White Paper This white paper is intended for professionals who are involved in the implementation and support of the Credit Card Processing functionality

More information

HR Onboarding Solution

HR Onboarding Solution HR Onboarding Solution Installation and Setup Guide Version: 3.0.x Compatible with ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: November 2014 2014 Perceptive Software. All rights

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions January 2012 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net )

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions Authorize.Net Customer Support support@authorize.net Authorize.Net LLC 071708 Authorize.Net LLC ( Authorize.Net ) has made efforts to ensure the

More information

Credit Card Processing

Credit Card Processing Microsoft Dynamics AX 2009 Credit Card Processing Technical White Paper This white paper is intended for professionals who are involved in the implementation and support of the Credit Card Processing functionality

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide Document Revision Date: Nov. 13, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Introduction... 1 Exchange 2010 Outlook

More information

Authorize.net modules for oscommerce Online Merchant.

Authorize.net modules for oscommerce Online Merchant. Authorize.net Authorize.net modules for oscommerce Online Merchant. Chapters oscommerce Online Merchant v2.3 Copyright Copyright (c) 2014 oscommerce. All rights reserved. Content may be reproduced for

More information

Windows Server Update Services 3.0 SP2 Step By Step Guide

Windows Server Update Services 3.0 SP2 Step By Step Guide Windows Server Update Services 3.0 SP2 Step By Step Guide Microsoft Corporation Author: Anita Taylor Editor: Theresa Haynie Abstract This guide provides detailed instructions for installing Windows Server

More information

How do I set up a branch office VPN tunnel with the Management Server?

How do I set up a branch office VPN tunnel with the Management Server? Fireware How To VPN How do I set up a branch office VPN tunnel with the Management Server? Introduction Using the WatchGuard Management Server, you can make fully authenticated and encrypted IPSec tunnels

More information

ONBASE OUTLOOK CLIENT GUIDE for 2010 and 2013

ONBASE OUTLOOK CLIENT GUIDE for 2010 and 2013 To install Outlook 2010/2013 client Note: NOT currently compatible with Windows 10. Make sure your version of outlook is 32bit if not reinstall your version of Microsoft Office to the 32bit version. Must

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide September, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Exchange 2010 Outlook Profile Configuration... 1 Outlook Profile

More information

AuthorizeNet Plug-in Configuration Guide

AuthorizeNet Plug-in Configuration Guide AuthorizeNet Plug-in Configuration Guide Parallels Plesk Automation Billing Revision 1.1 Copyright 1999-2013 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH.

More information

Interact for Microsoft Office

Interact for Microsoft Office Interact for Microsoft Office Installation and Setup Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge, R&D Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode EOS Step-by-Step Setup Guide Wireless File Transmitter FTP Mode Ad Hoc Network Windows 7 2012 Canon U.S.A., Inc. All Rights Reserved. Reproduction in whole or in part without permission is prohibited.

More information

LiteCommerce Authorize.Net Module. Version 2.4

LiteCommerce Authorize.Net Module. Version 2.4 LiteCommerce Authorize.Net Module Version 2.4 Reference Manual LiteCommerce Authorize.Net Module Reference Manual I Table of Contents Introduction...1 1....2 Administrator Zone...3 1.1 Installing the Module...4

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

CHARGE Anywhere Universal Shopping Cart

CHARGE Anywhere Universal Shopping Cart CHARGE Anywhere Universal Shopping Cart Version: v1.0.1 Prepared for: CHARGE Anywhere 4041B Hadley Rd South Plainfield, NJ 07080 Phone: + 1 (800)211-1256 Fax: + 1 (732) 417-4448 I. Introduction... 3 II.

More information

Ecommerce Setup Wizard Site Setup Wizards

Ecommerce Setup Wizard Site Setup Wizards Ecommerce Setup Wizard Site Setup Wizards ecommerce Setup Wizard Before you begin this wizard you must first set up your ecommerce gateway This wizard will require information that is provided to you by

More information

H3C SSL VPN RADIUS Authentication Configuration Example

H3C SSL VPN RADIUS Authentication Configuration Example H3C SSL VPN RADIUS Authentication Configuration Example Copyright 2012 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by

More information

Configuring Network Load Balancing with Cerberus FTP Server

Configuring Network Load Balancing with Cerberus FTP Server Configuring Network Load Balancing with Cerberus FTP Server May 2016 Version 1.0 1 Introduction Purpose This guide will discuss how to install and configure Network Load Balancing on Windows Server 2012

More information

ImageNow Cluster Resource Monitor

ImageNow Cluster Resource Monitor ImageNow Cluster Resource Monitor Installation and Setup Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: June 2012 2012 Perceptive Software. All rights reserved CaptureNow,

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

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files Table of Contents Merchant Interface Online Help Files... 5 Tools... 6 Virtual Terminal... 7 Submit a Credit Card Charge... 7 Submit a Credit Card Refund... 9 Submit

More information

PaperCut Payment Gateway Module Authorize.Net Quick Start Guide

PaperCut Payment Gateway Module Authorize.Net Quick Start Guide PaperCut Payment Gateway Module Authorize.Net Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and testing

More information

Configuring and Monitoring SNMP Generic Servers. eg Enterprise v5.6

Configuring and Monitoring SNMP Generic Servers. eg Enterprise v5.6 Configuring and Monitoring SNMP Generic Servers eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information

ATTENTION: End users should take note that Main Line Health has not verified within a Citrix

ATTENTION: End users should take note that Main Line Health has not verified within a Citrix Subject: Citrix Remote Access using PhoneFactor Authentication ATTENTION: End users should take note that Main Line Health has not verified within a Citrix environment the image quality of clinical cal

More information

Setting Up a CyberSource Web Payment Account

Setting Up a CyberSource Web Payment Account Setting Up a CyberSource Web Payment Account Contents Setting Up a CyberSource Web Payment Account... 1 Introduction... 1 Setting Up a CyberSource Account... 2 Get Username and Password... 2 Log in to

More information

Merchant e-solutions Payment Gateway Back Office User Guide. Merchant e-solutions January 2011 Version 2.5

Merchant e-solutions Payment Gateway Back Office User Guide. Merchant e-solutions January 2011 Version 2.5 Merchant e-solutions Payment Gateway Back Office User Guide Merchant e-solutions January 2011 Version 2.5 This publication is for information purposes only and its content does not represent a contract

More information

How to integrate Verax NMS & APM with Verax Service Desk

How to integrate Verax NMS & APM with Verax Service Desk How to integrate Verax NMS & APM with Verax Service Desk Table of contents Abstract... 3 1. Configuring Service Desk notification profile in Verax Administrator Console... 4 2. Configuring incident categories

More information

Title Page. Hosted Payment Page Guide ACI Commerce Gateway

Title Page. Hosted Payment Page Guide ACI Commerce Gateway Title Page Hosted Payment Page Guide ACI Commerce Gateway Copyright Information 2008 by All rights reserved. All information contained in this documentation, as well as the software described in it, is

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

SSL Installing your new Certificate

SSL Installing your new Certificate SSL Installing your new Certificate Contents Introduction... 3 Preparing your Certificate... 3 Installing your Certificate... 3 IIS 7.0... 3 IIS6... 5 Apache... 7 Plesk... 8 Other operating systems...

More information

Perceptive Intelligent Capture Solution Configration Manager

Perceptive Intelligent Capture Solution Configration Manager Perceptive Intelligent Capture Solution Configration Manager Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A.

More information

MiGS Merchant Administration Guide. July 2013 Software version: MR 29

MiGS Merchant Administration Guide. July 2013 Software version: MR 29 MiGS Merchant Administration Guide July 2013 Software version: MR 29 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you must not perform

More information

INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE

INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE WooCommerce is a Wordpress plugin that facilitates the creation of an online store integrated to the current site. So that your customers

More information

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES TECHNICAL ARTICLE November/2011. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

U S E R S G U I D E Last Modified: 12/06/2012 1

U S E R S G U I D E Last Modified: 12/06/2012 1 USER S GUIDE Last Modified: 12/06/2012 1 Contents 2 Welcome 3 User Service Activation 4 Introduction 4 Purpose 5 Key Features 6 Activate 8 Using the System 8 Login 9 Credit Sale 10 For Swipe Capable Devices

More information

Integration Guide. SafeNet Authentication Service. Using SAS with Web Application Proxy. Technical Manual Template

Integration Guide. SafeNet Authentication Service. Using SAS with Web Application Proxy. Technical Manual Template SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

How To Set Up A Xerox Econcierge Powered By Xerx Account

How To Set Up A Xerox Econcierge Powered By Xerx Account Xerox econcierge Account Setup Guide Xerox econcierge Account Setup Guide The free Xerox econcierge service provides the quickest, easiest way for your customers to order printer supplies for all their

More information

Perceptive Connector for Microsoft Dynamics AX

Perceptive Connector for Microsoft Dynamics AX Perceptive Connector for Microsoft Dynamics AX Installation and Setup Guide Version: 2.3.x Written by: Product Knowledge, R&D Date: October 2015 2015 Lexmark International Technology, S.A. All rights reserved.

More information

Creating a User Profile for Outlook 2013

Creating a User Profile for Outlook 2013 Creating a User Profile for Outlook 2013 This document tells you how to create a user profile for Outlook 2013 on your computer (also known as the Outlook client). This is necessary, for example, when

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

Gateway Administrator

Gateway Administrator 100 New Britain Blvd Chalfont, PA 18914 Tel: 215-997-8989 E-mail: datacap@dcap.com Gateway Administrator User Guide V 1.00 Page 1 Table of Contents Overview...3 Using Gateway Administrator...3 Logging

More information

Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet

Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet CONTENTS Installation System requirements SQL Server setup Setting up user accounts Authentication mode Account options Import from

More information

Velocity Web Services Client 1.0 Installation Guide and Release Notes

Velocity Web Services Client 1.0 Installation Guide and Release Notes Velocity Web Services Client 1.0 Installation Guide and Release Notes Copyright 2014-2015, Identiv. Last updated June 24, 2015. Overview This document provides the only information about version 1.0 of

More information

First Data Global Gateway Virtual Terminal User Manual. Version 1.0

First Data Global Gateway Virtual Terminal User Manual. Version 1.0 First Data Global Gateway Virtual Terminal User Manual Version 1.0 Table of Contents 1 Introduction 5 1.1 First Data Global Gateway Virtual Terminal Overview 5 1.1.1 Processing Transactions 5 1.1.2 Managing

More information

Sync Guide. Sync Overview. Before the Event. During the Event. After the Event. Greater Giving Event Software

Sync Guide. Sync Overview. Before the Event. During the Event. After the Event. Greater Giving Event Software Sync Guide Sync Overview Timeline Equipment Terms + This guide will instruct you on how to transfer data between Greater Giving Event Software and Auctionpay Master terminal Before, During and After your

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

CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud

CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud CaseWare Time CaseWare Cloud Integration Guide For Time 2015 and CaseWare Cloud Copyright and Trademark Notice Copyright. 2015 CaseWare International Inc. ( CWI ). All Rights Reserved. Use, duplication,

More information

Smart Card Authentication. Administrator's Guide

Smart Card Authentication. Administrator's Guide Smart Card Authentication Administrator's Guide October 2012 www.lexmark.com Contents 2 Contents Overview...4 Configuring the applications...5 Configuring printer settings for use with the applications...5

More information

Guide to Credit Card Processing

Guide to Credit Card Processing CBS ACCOUNTS RECEIVABLE Guide to Credit Card Processing version 2007.x.x TL 25746 (07/27/12) Copyright Information Text copyright 1998-2012 by Thomson Reuters. All rights reserved. Video display images

More information

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

1. Open the preferences screen by opening the Mail menu and selecting Preferences... Using TLS encryption with OS X Mail This guide assumes that you have already created an account in Mail. If you have not, you can use the new account wizard. The new account wizard is in the Accounts window

More information

MultiSite Manager. Setup Guide

MultiSite Manager. Setup Guide MultiSite Manager Setup Guide Contents 1. Introduction... 2 How MultiSite Manager works... 2 How MultiSite Manager is implemented... 2 2. MultiSite Manager requirements... 3 Operating System requirements...

More information

Tenrox and Microsoft Dynamics CRM Integration Guide

Tenrox and Microsoft Dynamics CRM Integration Guide Tenrox Tenrox and Microsoft Dynamics CRM Integration Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide describes the procedures for setting up integration between Microsoft

More information

Using Authorize.net for Credit Card Processing in YogaReg

Using Authorize.net for Credit Card Processing in YogaReg Using Authorize.net for Credit Card Processing in YogaReg 1. Obtain a credit card merchant account. If you already process credit cards via a terminal, you already have one. You can contact your bank,

More information

White Paper. Installation and Configuration of Fabasoft Folio IMAP Service. Fabasoft Folio 2015 Update Rollup 3

White Paper. Installation and Configuration of Fabasoft Folio IMAP Service. Fabasoft Folio 2015 Update Rollup 3 White Paper Fabasoft Folio 2015 Update Rollup 3 Copyright Fabasoft R&D GmbH, Linz, Austria, 2016. All rights reserved. All hardware and software names used are registered trade names and/or registered

More information

PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide

PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Processing and Settling Credit Cards

Processing and Settling Credit Cards 13 Processing and Settling Credit Cards FTD Mercury provides the capability to process credit cards directly within the application. If you have a high-speed Internet connection (DSL, broadband, etc.),

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

Share Point Document Management For Sage 100 ERP

Share Point Document Management For Sage 100 ERP Share Point Document Management For Sage 100 ERP 457 Palm Drive Glendale, CA 91202 818-956-3744 818-956-3746 sales@iigservices.com www.iigservices.com Share Point Document Management 2 Information in this

More information

Process: Self Service

Process: Self Service How Do I Login to the Online Vendor Self-Service Application? 1. Using the information provided in the email sent to the primary Contact: Navigate to the URL for the application, the PeopleSoft Sign In

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Remark FTP Utility. For Remark Office OMR. User s Guide

Remark FTP Utility. For Remark Office OMR. User s Guide Remark FTP Utility For Remark Office OMR User s Guide Remark Products Group 301 Lindenwood Drive, Suite 100 Malvern, PA 19355-1772 USA www.gravic.com Disclaimer The information contained in this document

More information

CHARGE Anywhere. Mobile POS. User s Guide

CHARGE Anywhere. Mobile POS. User s Guide CHARGE Anywhere Palm Treo Mobile POS User s Guide 1 PURPOSE... 4 2 SCOPE... 4 3 DEFINITIONS... 4 3.1 Quick Sale... 4 3.2 Sale... 4 3.3 Auth Only... 4 3.4 Force... 4 3.5 Void... 4 3.6 Retry... 4 3.7 Return...

More information

Contents. 2 Welcome. 20 Settings. 3 Activation Steps. 4 Introduction. 4 Purpose. 20 Offline Mode Change Password. 5 Key Features

Contents. 2 Welcome. 20 Settings. 3 Activation Steps. 4 Introduction. 4 Purpose. 20 Offline Mode Change Password. 5 Key Features User s Guide Contents 2 Welcome 3 Activation Steps 4 Introduction 4 Purpose 5 Key Features 6 Activation 8 Using the System 8 Login 9 Credit Sale 10 For Swipe Capable Devices 10 For Manual Entry 12 Cash

More information

Easy Setup Guide for the Sony Network Camera

Easy Setup Guide for the Sony Network Camera -878-191-11 (1) Easy Setup Guide for the Sony Network Camera For setup, a computer running the Microsoft Windows Operating System is required. For monitoring camera images, Microsoft Internet Explorer

More information

AccountEdge Credit Card Processing

AccountEdge Credit Card Processing AccountEdge Credit Card Processing April 8, 2013 Receiving Payments This section discusses applying payments to invoices. Later sections discuss, processing credit card payments, voiding payments, and

More information

SonicOS Enhanced 3.8.0.6 Release Notes TZ 180 Series and TZ 190 Series SonicWALL, Inc. Firmware Release: August 28, 2007

SonicOS Enhanced 3.8.0.6 Release Notes TZ 180 Series and TZ 190 Series SonicWALL, Inc. Firmware Release: August 28, 2007 SonicOS Enhanced 3.8.0.6 TZ 180 Series and TZ 190 Series SonicWALL, Inc. Firmware Release: August 28, 2007 CONTENTS PLATFORM COMPATIBILITY SONICWALL RECOMMENDATIONS KNOWN ISSUES RESOLVED KNOWN ISSUES UPGRADING

More information

3. On the E-mail Accounts wizard window, select Add a new e-mail account, and then click Next.

3. On the E-mail Accounts wizard window, select Add a new e-mail account, and then click Next. To Set Up Your E-mail Account in Microsoft Outlook 2003 1. Open Microsoft Outlook 03 3. On the E-mail Accounts wizard window, select Add a new e-mail account, and then click Next. 4. For your server type,

More information

Online credit/debit card processing with RBS WorldPay

Online credit/debit card processing with RBS WorldPay Mamut Business Software Introduction Online credit/debit card processing with RBS WorldPay 1 Online credit/debit card processing with RBS WorldPay Contents Online credit/debit card processing with RBS

More information

Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8

Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8 Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8 1. Read entire document before continuing. 2. Close all browser windows. There should be no websites open. If you are using

More information

Sophos Mobile Control as a Service Startup guide. Product version: 3.5

Sophos Mobile Control as a Service Startup guide. Product version: 3.5 Sophos Mobile Control as a Service Startup guide Product version: 3.5 Document date: August 2013 Contents 1 About this guide...3 2 What are the key steps?...4 3 First login...5 4 Change your administrator

More information

Network Load Balancing

Network Load Balancing Network Load Balancing Step by Step installation of Network Load Balancing in Windows Server 2008 R2. Prerequisite for NLB Cluster 1. Log on to NODE1 Windows Server 2008 R2 system with a domain account

More information

ADFS Integration Guidelines

ADFS Integration Guidelines ADFS Integration Guidelines Version 1.6 updated March 13 th 2014 Table of contents About This Guide 3 Requirements 3 Part 1 Configure Marcombox in the ADFS Environment 4 Part 2 Add Relying Party in ADFS

More information

C&A AR Online Credit Card Processor Installation and Setup Instructions with Process Flow

C&A AR Online Credit Card Processor Installation and Setup Instructions with Process Flow 4820 8 th Ave SE, Salem OR 97302 4820 8 TH AVE. SE SALEM, OREGON 97302 C&A AR Online Credit Card Processor Installation and Setup Instructions with Process Flow The general purpose of this program is to

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

PHI Audit Us er Guide

PHI Audit Us er Guide PHI Audit Us er Guide Table Of Contents PHI Audit Overview... 1 Auditable Actions... 1 Navigating the PHI Audit Dashboard... 2 Access PHI Audit... 4 Create a Patient Audit... 6 Create a User Audit... 10

More information

HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP

HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP When you install SQL Server you have option to automatically deploy & configure SQL Server Reporting

More information

INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES

INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES TECHNICAL ARTICLE November 2012. Legal Notice The information in this publication is furnished for information use only, and does not

More information

JPMorgan Chase Treasury Workstation. Certification Setup Guide Version 2.0

JPMorgan Chase Treasury Workstation. Certification Setup Guide Version 2.0 EMENTS JPMorgan Chase Treasury Workstation Certification Setup Guide Version 2.0 December 2010 TABLE OF CONTENTS Introduction... 1 About this Guide... 1 When to Create the Certificates... 2 Getting Help...

More information

Use Enterprise SSO as the Credential Server for Protected Sites

Use Enterprise SSO as the Credential Server for Protected Sites Webthority HOW TO Use Enterprise SSO as the Credential Server for Protected Sites This document describes how to integrate Webthority with Enterprise SSO version 8.0.2 or 8.0.3. Webthority can be configured

More information

Omniquad Exchange Archiving

Omniquad Exchange Archiving Omniquad Exchange Archiving Deployment and Administrator Guide Manual version 3.1.2 Revision Date: 20 May 2013 Copyright 2012 Omniquad Ltd. All rights reserved. Omniquad Ltd Crown House 72 Hammersmith

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

CyberSource and NetSuite Getting Started Guide

CyberSource and NetSuite Getting Started Guide CyberSource and NetSuite Getting Started Guide Abstract A comprehensive guide to setting up CyberSource and NetSuite to accept payments Table of Contents This document explains the different steps to set

More information

Secret Server Installation Windows Server 2008 R2

Secret Server Installation Windows Server 2008 R2 Table of Contents Introduction... 2 ASP.NET Website... 2 SQL Server Database... 2 Administrative Access... 2 Prerequisites... 2 System Requirements Overview... 2 Additional Recommendations... 3 Beginning

More information

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite Business Portal for Microsoft Dynamics GP 2010 Field Service Suite Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views

More information

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files REGAL t e c h n o l o g i e s t h e f u t u r e o f p a y m e n t s Table of Contents Merchant Interface Online Help Files... 1 Tools... 2 Virtual Terminal... 7 Submit

More information

FEC Secure IPSec Client

FEC Secure IPSec Client FEC Secure IPSec Client Software Activtion User's Guide FEC Secure IPSec Client 1 Copyright Trademarks All rights are reserved. No part of this publication may be reproduced or transmitted in any form

More information

Address Verification System (AVS) Checking

Address Verification System (AVS) Checking Address Verification System (AVS) Checking The Address Verification System (AVS) is a service provided by credit card Issuers intended to authenticate the Purchaser (Customer) as the authorized cardholder.

More information

Paymetron Troubleshooting Guide

Paymetron Troubleshooting Guide Paymetron Troubleshooting Guide Issues and solutions: Issue: How do I view a report of all my charges? Paymetron will generate a report automatically at the end of the Settlement process. You can also

More information

Volume PLANETAUTHORIZE PAYMENT GATEWAY. vtiger CRM Payment Module. User Guide

Volume PLANETAUTHORIZE PAYMENT GATEWAY. vtiger CRM Payment Module. User Guide Volume 2 PLANETAUTHORIZE PAYMENT GATEWAY vtiger CRM Payment Module User Guide S A L E M A N A G E R M E R C H A N T S E R V I C E S User Guide and Installation Procedures Information in this document,

More information

How to set up Outlook Anywhere on your home system

How to set up Outlook Anywhere on your home system How to set up Outlook Anywhere on your home system The Outlook Anywhere feature for Microsoft Exchange Server 2007 allows Microsoft Office Outlook 2007 and Outlook 2003 users to connect to their Outlook

More information

Escapia Vacation Rental Suite VRS Version 3.8.3.97

Escapia Vacation Rental Suite VRS Version 3.8.3.97 Escapia Vacation Rental Software and Marketing V.R.S. Vacation Rental Suite Version 3.8.3 PURPOSE: This document will provide detailed instructions on performing the Setup and Configuration and use of

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