Bronto Integration. Version

Size: px
Start display at page:

Download "Bronto Integration. Version"

Transcription

1 Bronto Integration Version

2 Table of Contents 1. Summary Component Overview Functional Overview Use Cases Limitations, Constraints Compatibility Privacy, Payment Implementation Guide Setup Configuration Import the int_bronto cartridge Add int_bronto to the effective path of all sites Install metadata Register with the Bronto Demandware Connector Custom Code Insert pipelets for transactional messages Insert pipelets for opt-in Insert Bronto footer ISML Insert custom application url Insert custom js code External Interfaces Testing Operations, Maintenance Data Storage Availability Support User Guide Roles, Responsibilities Business Manager Storefront Functionality Known Issues Release History Bronto Demandware Integration Page 1-2

3 1. Summary The Bronto Demandware integration provides a rich set of functionality that allows the import of data from Demandware into Bronto, contact opt-in, sending transactional messages through the Bronto Platform, as well as integrations with some of the popular Bronto apps found in the Bronto AppCenter ( This cartridge is a replacement for previous versions of the Bronto Integration cartridge. It is recommended that any existing Bronto Integration cartridges be removed before proceeding to install this version. All settings for this cartridge are configured within Bronto and do not transfer automatically. You may safely remove any configuration settings and metadata from the previous cartridge install. Bronto Demandware Integration Page 1-3

4 2. Component Overview 2.1 Functional Overview Customer import into the Bronto Platform. Order import into the Bronto Platform. opt-in/out with custom fields synchronized to Bronto. Transactional message pipelets for the following messages: - Order Confirmation - Reset Password - Password Changed - Account Locked - Gift Certificate Received - Contact Us - Send-to-friend (Product) - Send-to-friend (Gift Registry) - Send-to-friend (Wish list) - Send-to-friend (Product list) - Custom Transactional message conversion tracking Product recommendations - Sent as API tags during a transactional message send - Imported into a Bronto Content Tag on a regular interval Auto-application of coupon codes Bronto App integrations - Cart Recovery - Coupon Manager - Pop-Up Manager Bronto Demandware Integration Page 1-4

5 2.2 Use Cases Import of contact and order data into Bronto via jobs. Delete order data from Bronto via job. Storefront opt-in with custom fields. Transactional message integration in various storefront pipelines. Auto-apply of coupon codes. Bronto App integrations. 2.3 Limitations, Constraints All transactional messages and opt-ins are queued for asynchronous delivery. In order to provide a responsive storefront, these actions are designed to be processed via the jobs provided by this cartridge. It is recommended that the jobs provided will be run on frequent intervals in order to guarantee the interaction with the Bronto platform is in near real time. WARNING: When running tests in a sandbox/development instance in Demandware where you cannot have recurring job schedules, you will have to manually run the three jobs at the appropriate times for testing purposes. The following is a list of when to run the jobs: Bronto Settings Sync This job should be run anytime settings are modified in the Bronto Demandware Connector. Bronto Process Deliveries This job should be run anytime you run a pipeline that would have a caused a transactional message to be scheduled for delivery (Order confirmation, password reset, contact us, etc.). This will process the queue of deliveries. Bronto Jobs Runner This job should be run anytime you want one of the automated jobs to be run. The jobs that actually run are dependent on the schedule settings defined in the Bronto Demandware Connector. This includes jobs like the Contact Import, Order Import, Opt-In Import, and Content Tag Recommendations import. In addition, this also controls when the Advanced executions get run from the Bronto Demandware Connector. 2.4 Compatibility Available since Demandware and storefront integrations tested against SiteGenesis. 2.5 Privacy, Payment The cartridge uses customer profile and order data and transfers it into the Bronto Platform. All data us transferred over a secure HTTPS connection. Credit card data is transferred for order-based transactional messages. The following credit card information is transferred: Masked credit card number Bronto Demandware Integration Page 1-5

6 Card holder name Credit card type Credit card expiration date Bronto Demandware Integration Page 1-6

7 3. Implementation Guide 3.1 Setup Setup requires the following steps be performed. Details of these steps, including relevant screenshots, are provided under the Configuration and Custom Code section below. 1. Import the int_bronto cartridge into the Demandware Studio and upload to your Demandware Server instance. 2. Add the int_bronto cartridge to the effective path of all sites that require integration with Bronto as well as the Business Manager site. 3. Install the job, object and services metadata from the metadata folder. 4. Register the cartridge from the Business Manager with the Bronto Demandware Connector app for all sites that have the cartridge installed. 5. Insert pipelets for sending transactional messages. 6. Insert pipelets for providing opt-in integration. 7. Insert Bronto footer ISML in storefront footer. 3.2 Configuration Import the int_bronto cartridge In the Demandware UX Studio, select Import Existing Projects into Workspace and find the int_bronto cartridge folder and import the project into your workspace: Bronto Demandware Integration Page 1-7

8 Add the cartridge to your configured Demandware Server Configuration and enable Auto-Upload to verify it is installed on the server instance Add int_bronto to the effective path of all sites In the Demandware Business Manager, go to Administration > Sites > Manage Sites. Select the Manage the Business Manager site option and in the cartridges section, be sure to add int_bronto so that the cartridge is on the effective path for the business manager. Repeat this step for every site you want the cartridge installed on Install metadata Bronto Demandware Integration Page 1-8

9 In the Demandware Business Manager, go to Administration > Site Development > Import & Export. Select Upload under the Import & Export Files section and upload the bronto_metadata.xml file available in the metadata folder of this cartridge. After upload is complete, go to the Meta Data section and select Import. Select the previously uploaded bronto_metadata.xml file and import it. In the Demandware Business Manager, go to Administration > Operations > Import & Export. Select Upload under the Import & Export Files section and upload the bronto_jobs.xml file available in the metadata folder of this cartridge. After upload is complete, go to the Job Schedules section and select Import. Select the previously uploaded bronto_jobs.xml file and import it. In the Demandware Business Manager, go to Administration > Operations > Job Schedules. For each of the three Bronto jobs defined (Bronto Jobs Runner, Bronto Process Deliveries, and Bronto Settings Sync), make sure the jobs are running on a recurring interval at all times. It is recommended that all three jobs run every 1-5 minutes Register with the Bronto Demandware Connector For all users who need to configure the Bronto cartridge, go to Administrator > Organization > Roles & Permissions and select the roles that you want to have access to configure the cartridge. In the role configuration page, select the Business Manager Modules tab. For each site that has the int_bronto cartridge installed, select the site under the Select Context section. Find the Bronto Manage Registration module and check it to enable it for the site. Click Update once you are done. Bronto Demandware Integration Page 1-9

10 Once the sites have the Bronto Business Manager extension available, click on the Bronto section under the site and then select Manage Registration. You will be prompted for a Bronto Demandware Connector Account ID. Provide the ID given to you by Bronto and click Register. NOTE: You will need to disable the Password Protection on the site before registering the cartridge if you have it on. You may turn it back on afterwards, if desired. This is needed in order to establish secure communication with Demandware instance the Bronto Connector application. Returning to this page after having registered this site with Bronto will give you the option to Deregister. WARNING: Deregistering your site will cause all of your settings for the Bronto integration to be lost for that site. Only do this if instructed by a Bronto support or client services representative. 3.3 Custom Code Storefront integrations described below are based on the Demandware SiteGenesis demo. While these are provided as a working example in SiteGenesis, some modifications may need to be done in order for them to function correctly in your modified storefront. It is recommended that you do NOT modify any code in the int_bronto cartridge, as that will make future upgrades difficult. All modifications should be done in your storefront cartridge and only reference portions of the int_bronto cartridge. Please contact Bronto support, client services, or your account manager for additional help. Bronto Demandware Integration Page 1-10

11 3.3.1 Insert pipelets for transactional messages The int_bronto cartridge provides several built-in script node pipelets that may be inserted in various pipelines in order to schedule transactional messages for delivery. These messages are queued in a custom object and sent to Bronto as part of the Bronto Process Deliveries job. It is recommended that this job run on a frequent recurring interval so that the delivery of messages is not delayed significantly. A recommended interval is between 1 and 5 minutes. The following sections describe how to install each of the built-in messages as well as an example of hooking up the custom message. For each of these messages, if there is a corresponding SendMail pipelet in its place, you can attach the error transition of the Bronto message to the old SendMail pipelet and configure the cartridge to use the SendMail pipelet if you desire. This is the recommended approach for all messages. In addition to this, all message script nodes must be declared as Transactional nodes. Order Confirmation In the COPlaceOrder-Start pipeline, there is a SendMail pipelet after COPlaceOrder-CreateGiftCertificates. Add the int_bronto:/scripts/messages/orderconfirmationmessage script pipelet where the Assign and Mail-SecureSend pipelet was hooked in. Select the OrderConfirmationMessage script node and set it to Transactional and provide the Demandware order object for the Order input parameter. Usually, this is simply Order: Bronto Demandware Integration Page 1-11

12 Reset Password In the Account-PasswordResetDialog pipeline, there is a SendMail pipelet after GenerateResetPasswordToken pipelet. Add the int_bronto:/scripts/messages/resetpasswordmessage script pipelet where the Assign and Mail- SecureSend pipelet was hooked in. Configure the message as shown below. Note, this should be placed in a similar location for the Account-PasswordReset pipeline. Password Changed In the Account-SetNewPassword pipeline, there is a SendMail pipelet after ResetCustomerPasswordWithToken pipelet. Add the int_bronto:/scripts/messages/passwordchangedmessage script pipelet where the Assign and Mail-SecureSend pipelet was hooked in. Configure the message as shown below. Account Locked In the Login-Process pipeline, there is an Assign and Mail-SecureSend pipelet after LoginCustomer pipelet and a decision node checking for account locked status. Bronto Demandware Integration Page 1-12

13 Add the int_bronto:/scripts/messages/accountlockedmessage script pipelet where the Assign and Mail- SecureSend pipelet was hooked in. Configure the message as shown below. Gift Certificate Received In the COPlaceOrder-CreateGiftCertificates pipeline, there is a SendMail pipelet after CreateGiftCertificate pipelet. Add the int_bronto:/scripts/messages/giftcertificatemessage script pipelet where the Assign and Mail- SecureSend pipelet was hooked in. Configure the message as shown below. Bronto Demandware Integration Page 1-13

14 Contact Us In the CustomerService-ContactUs pipeline, there is a SendMail pipelet after Assign pipelet after the submission continue node. Add the int_bronto:/scripts/messages/contactusmessage script pipelet where the Assign and Mail-SecureSend pipelet was hooked in. Configure the message as shown below. Bronto Demandware Integration Page 1-14

15 Send-to-friend (Product) Since the SG 15.9 doesn't contain the SendToFriend pipeline, this feature is optional. In the SendToFriend-Start pipeline, there is a SendMail pipelet after Assign pipelet after the SendToFriend- GetProduct call node. Add the int_bronto:/scripts/messages/sendtofriendproductmessage script pipelet where the Assign and Mail-SecureSend pipelet was hooked in. Configure the message as shown below. Optionally, you may provide a From , FromName, or ReplyTo override if you want the send-to-friend to appear to come from the person submitting the send-to-friend form. Send-to-friend (Gift Registry and Wish List) Since the SG 15.9 doesn't contain the SendToFriend pipeline, this feature is optional. In the SendToFriend-Start pipeline, there is an Assign and Mail-SecureSend pipelet after Assign pipelet after the decision node checking if a product list is in the pipeline. Bronto Demandware Integration Page 1-15

16 Add the int_bronto:/scripts/messages/sendtofriendproductlistmessage script pipelet where the Assign and Mail-SecureSend pipelet was hooked in. Configure the message as shown below. Optionally, you may provide a From , FromName, or ReplyTo override if you want the send-to-friend to appear to come from the person submitting the send-to-friend form. Custom Messages Custom messages can be configured in the Bronto Demandware Connector inside of Bronto. Once you ve created a message, you will be provided an ID that will be used when configure the CustomMessage pipelet. You may insert this pipelet in any pipeline where you want to send a message through Bronto. The following example is an account created message inserted in the Account-CreateAccount pipeline right. The pipelet used is int_bronto:/scripts/messages/custommessage. The configuration for this specific message is: Bronto Demandware Integration Page 1-16

17 There are a few required inputs for the CustomMessage and a few optional parameters that will provide API message tags of their data if provided. Required - MessageID: This is the message ID provided by the Bronto Demandware Connector. It must be a string in the input. - Recipients: An array of strings containing the addresses of the recipients. Optional - Customer: A Demandware Customer object - Form: A Demandware Form object - GiftCertificate: A Demandware GiftCertificate object - Order: A Demandware Order object - Product: A Demandware product object - ProductList : A Demandware product list object - From Overrides the defined from for the message (Defined in Connector) - FromName: Overrides the defined from name for the message (Defined in Connector) - ReplyTo: Overrides the defined reply-to for the message (Defined in Connector) Insert pipelets for opt-in The OptIn pipelet provided by the Bronto cartridge is located in int_bronto:/scripts/pipelets/ optin. This can be inserted anywhere you have a pipeline that you want to use for registering or unregistering a contact s status in Bronto. An example of utilizing this pipelet is in the Account-CreateAccount pipeline. After the LoginCustomer pipelet is called, you can add a decision node and determine if the addto list form value is set and if so, call the OptIn pipelet. The example below defines a new private start node that will accomplish this. You can then add a call node to this private start node after the LoginCustomer pipelet. Bronto Demandware Integration Page 1-17

18 The decision node will skip the OptIn if the addto list checkbox is unchecked. If it is checked, the OptIn will be called with the following parameters (Note, it is marked as a Transactional pipelet). The OptIn takes in a few parameters that are useful depending on how it is configured in the Bronto Demandware Connector. By including the CurrentForms, the opt-in script can parse additional values from the forms and include those in the contact object that is created in Bronto. You may also specify a source for where the opt-in happened. In the Connector, you can specify different list memberships based on the source. Bronto Demandware Integration Page 1-18

19 The two required inputs are and Subscribed. determines which is opting in or out and Subscribed determines whether it is an opt-in (true) or opt-out (false). Provided in the cartridge are two example implementations of the opt-in pipeline above for Account creation and order checkout. These pipelines are in the int_bronto:/pipelines/brontooptin.xml pipeline. You can use a call node in the Account SiteGenesis pipeline right after the LoginCustomer pipelet in the CreateAccount pipeline. The pipeline to call is BrontoOptIn-Account. Bronto Demandware Integration Page 1-19

20 You can use the BrontoOptIn-Billing pipeline in the COBilling pipeline in SiteGensis near the end of the Start pipeline. Simply add a call node after COBilling-SaveAddress to it as shown below Insert Bronto footer ISML The Bronto footer ISML, located in int_bronto:/templates/default/footer/brontofooter.isml is used to enable several features: - Transactional message conversion tracking - Cart Recovery integration - Coupon Manager integration - Pop-Up Manager integration - Auto-apply coupon codes This template is smart enough to only utilize what is configured in the Bronto Demandware Connector. It is recommended to always install this snippet and never cache its contents. The recommended location in SiteGenesis is to install it in app_storefront_core:/templates/default/components/footer/footer.isml. See the Bronto Demandware Integration Page 1-20

21 following screenshot for the recommended install location: The snippet to use is: <isinclude template="footer/brontofooter"/> For SG v15.9 use the snippet <isinclude template="footer/brontofooter"/> after <iscontentasset aid="footercopy "/> row Insert custom application url Insert line brontocartrecovery : URLUtils.url('BrontoViews-CartRecovery').toString() into the app_storefront_richui:/templates/default/resources/appresources.isml inside the application urls For SG v15.9 insert line brontocartrecovery : URLUtils.url('BrontoViews-CartRecovery').toString() into the app_storefront_core:/scripts/util/resource.ds inside the application urls Bronto Demandware Integration Page 1-21

22 3.3.5 Insert custom js code 1. Insert lines if ( $('div#bronto-cart-recovery-shadow').length > 0 ) { var ordedno = $( "#bronto-cart-recovery-order-id" ).text()? $( "#bronto-cart-recovery-order-id" ).text() : ""; ajax.load({ url: Urls.brontoCartRecovery, data: {orderno: ordedno}, callback: function (response) { $( "div#bronto-cart-recovery-shadow" ).replacewith( response ); } }); } into addtocart and addalltocart event handlers inside the app_storefront_richui:/js /pages/product/addtocart.js Bronto Demandware Integration Page 1-22

23 2. Insert line ajax = require('../../ajax'), before dialog = require('../../dialog'). Recompile the app.js after changes. 3.4 External Interfaces All Bronto platform external interface communication is done via the scheduled jobs. This includes the delivery of transactional messages, importing of contact and order data, as well as submission of opt-in. The built-in Bronto app integrations may communicate directly from the storefront via Javascript in order to provide more real-time integrations, however they should not affect the performance of your storefront load times significantly. 3.5 Testing Demandware sandbox and staging instances may be registered with the same Bronto account as your production Demandware instance. They will not share their settings however any data you import from the Demandware sandbox could end up on your Bronto production account. It is recommended that any registered Demandware sandbox instances be set to Test Mode in the Bronto Demandware Connector. If a more thorough test is required via a separate Bronto sandbox account, please contact your Bronto Account Manager for more information. Bronto Demandware Integration Page 1-23

24 4. Operations, Maintenance 4.1 Data Storage There are a few custom objects that this cartridge utilizes in order to provide its functionality. BrontoExtensionSetting The synchronized settings from the Bronto Demandware Connector (Lifetime of install) BrontoJobSetting The last job run information for the jobs defined in the cartridge (Lifetime of install) BrontoMessageDelivery The transactional message queue. (Cleaned up after every run of the BrontoProcessDeliveries job) BrontoNewsletterSubscription The queue of opt-in/outs. (Cleaned up after every run of the BrontoRunner job that caused the opt-in job to run) BrontoPendingExecutions The queue of pending scripts to run from the Advanced settings in the Bronto Demandware Connector (Cleaned up after every run of the BrontoRunner job) BrontoRegistration The list of registrations for each site that is registered with the Bronto Demandware Connector (Lifetime of install) Data is stored in Bronto relating to the description of metadata for the registered Demandware instance. This data is stored for the lifetime of the install of the cartridge. In addition to that, any data synchronized via the jobs to Bronto is stored for the lifetime of the Bronto account. 4.2 Availability The expected availability of the Bronto SOAP API and the Bronto Demandware Connector is 100% uptime with scheduled maintenance. All jobs and data synchronization that occurs to these platforms are designed to retry if these services are unavailable and cause no availability issues with the Demandware instances or sites configured to use the cartridge. 4.3 Support Bronto support may be contacted at any time by visited and contacting us via our online chat system or telephone during the posted customer support hours. In addition to normal support, any support for this cartridge may be requested by talking with your account manager. Bronto Demandware Integration Page 1-24

25 5. User Guide 5.1 Roles, Responsibilities It is recommended to run the three jobs defined by this cartridge s metadata on a frequent, regular interval. It is recommended that all three jobs run on an interval between 1 and 5 minutes for the most real-time response of functionality. All settings should be configured in the Bronto Demandware Connector inside of the Bronto Marketing Platform. 5.2 Business Manager The Bronto cartridge provides a Business Manager Module for registering the cartridge with the Bronto Demandware Connector. This module must be enabled for all roles and sites that require access to registering the cartridge before the cartridge can be configured appropriately. 5.3 Storefront Functionality New storefront functionality includes integration with Bronto s Pop-Up Manager app which will display a modal dialog allowing another form of opt-in, auto-application of coupon codes with built-in URL redirector, which can be used in combination with Bronto s Coupon Manager for applying coupon codes directly from links in a message, and finally integration with Bronto s cart recovery application to track cart abandonments and trigger workflows in Bronto based on those abandoned carts. Bronto Demandware Integration Page 1-25

26 6. Known Issues None 7. Release History Version Date Changes Initial release (Rewrite of original cartridge) Bug fixes, added custom objects and additional recipients for messages Bug fixes Added Dynamic Imaging Service support, added ability to delete orders with selected status, added browse recovery integration, updated cart recovery integration. Bug fixes. Bronto Demandware Integration Page 1-26

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Wirecard CEE Integration Documentation () Created: 20171118 20:02 1/18 Wirecard Shop Plugin for Salesforce Commerce Cloud (Demandware) Installation guide for Wirecard Checkout Page This installation guide

More information

EMARSYS FOR MAGENTO 2

EMARSYS FOR MAGENTO 2 EMARSYS FOR MAGENTO 2 Integration Manual July 2017 Important Note: This PDF was uploaded in July, 2017 and will not be maintained. For the latest version of this manual, please visit our online help portal:

More information

Blueshift Integration User Guide

Blueshift Integration User Guide Integration User Guide 16.1.0 Purpose of this document The purpose of this document is to outline a general concept which describes the workflow, configuration and logging view of the Blueshift schedule

More information

Valitor Salesforce Commerce Cloud SFRA Module

Valitor Salesforce Commerce Cloud SFRA Module Integration Manual SFRA (Storefront Reference Architecture) Valitor Salesforce Commerce Cloud SFRA Module Integrating with Valitor could not be easier. Choose between Hosted, HTTP POST or XML integration

More information

SALESFORCE CERTIFIED B2C COMMERCE DEVELOPER

SALESFORCE CERTIFIED B2C COMMERCE DEVELOPER Certification Exam Guide SALESFORCE CERTIFIED B2C COMMERCE DEVELOPER Winter 19 2018 Salesforce.com, inc. All rights reserved. S A LESFORCE CERTIFIED B2C COMMERCE DEVELOPER CONTENTS About the Salesforce

More information

Kurant StoreSense Quick Start Guide

Kurant StoreSense Quick Start Guide Kurant StoreSense Quick Start Guide Version 5.7.0 2004 Kurant Corporation. Kurant, StoreSense, and the Kurant logo are trademarks of Kurant. All other products mentioned are trademarks of their respective

More information

FrequentlyAskedQuestions

FrequentlyAskedQuestions FrequentlyAskedQuestions Why did TEG Federal Credit Union change online banking? We are upgrading our online banking system as part of our ongoing effort to provide account holders with state-of-the art

More information

Android User Guide. for version 5.3

Android User Guide. for version 5.3 Android User Guide for version 5.3 Contents 1. Installation... 3 1.1. How to install Babelnet... 3 1.2. Enter Babelnet in the search field.... 3 1.3. Safety precautions when using Babelnet on your Android...

More information

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7 Vantiv ecommerce for Magento 1 User Guide Version 1.0.7 Vantiv ecommerce for Magento 1... 1 User Guide... 1 1. Project... 3 2. Onboarding... 3 3. Installation... 3 4. Configuration... 5 5. Nuances for

More information

New BoundTree.com User Guide Fall Version 6

New BoundTree.com User Guide Fall Version 6 New BoundTree.com User Guide Fall 2016 Version 6 Table of Contents Overview Navigating the Home Page Creating an Account Logging into an Existing Account Forgot Your Password? Reviewing Your Account Editing

More information

Equitrac Embedded for Kyocera Mita. Setup Guide Equitrac Corporation Equitrac Corporation

Equitrac Embedded for Kyocera Mita. Setup Guide Equitrac Corporation Equitrac Corporation Equitrac Embedded for Kyocera Mita 1.3 Setup Guide 2012 Equitrac Corporation 2012 Equitrac Corporation Equitrac Embedded for Kyocera Mita Setup Guide Document Revision History Revision Date Revision List

More information

SaleCycle & Marketo Integration

SaleCycle & Marketo Integration SaleCycle & Marketo Integration Introduction The purpose of this document is to provide detail to SaleCycle clients on how to setup the integration between SaleCycle and Marketo, in the Marketo interface,

More information

12d Synergy V4 Release Notes. 12d Synergy V4 Release Notes. Prerequisites. Upgrade Path. Check Outs. Scripts. Workspaces

12d Synergy V4 Release Notes. 12d Synergy V4 Release Notes. Prerequisites. Upgrade Path. Check Outs. Scripts. Workspaces 12d Synergy V4 Release Notes V4 contains a large number of features. Many of these features are listed in this document, but this list may not be exhaustive. This document also contains pre-requisites

More information

XTM Connect Drupal Connector. A Translation Management Tool Plugin

XTM Connect Drupal Connector. A Translation Management Tool Plugin XTM Connect Drupal Connector A Translation Management Tool Plugin Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of this publication may be reproduced

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

SitelokTM. Stripe Plugin V1.5

SitelokTM. Stripe Plugin V1.5 SitelokTM Stripe Plugin V1.5 Sitelok Stripe Plugin Manual Copyright 2015-2018 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users

More information

SIMSme Management Cockpit Documentation

SIMSme Management Cockpit Documentation Introduction SIMSme Management Cockpit Documentation Version 2.1 February 2018 Table of Contents 1 INTRODUCTION... 2 2 USERS... 3 3 LICENSES... 5 4 GROUPS... 7 5 CHANNELS... 8 6 DASHBOARD...10 7 APP SETTINGS...12

More information

PlanWell 4.0 User Guide

PlanWell 4.0 User Guide PlanWell 4.0 User Guide Contents Finding Planwell and Logging On 2 Planwell Access Portals 2 Document Selection 3 Build a Set 4 Most Current Set 4 Custom Packages 4 Issue Tree 5 Standard Order Process

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

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

More information

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide Microsoft Office Groove Server 2007 Groove Manager Domain Administrator s Guide Copyright Information in this document, including URL and other Internet Web site references, is subject to change without

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Affiliate Guide. Version Jan 2017

Affiliate Guide. Version Jan 2017 Website: http://magehit.com Contact: sale@magehit.com Affiliate Guide Version 4.0.5 - Jan 2017 Configuration Go to System >> Configurations >> MageHit >> Affiliate Pro (or Affiliate Pro >> Configuration)

More information

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release Release Notes Release 2.1.4. 201712031143 (December 4, 2017)... 4 Release 2.1.4. 201711260843 (November 27, 2017)... 5 Release 2.1.4. 201711190811 (November 20, 2017)... 6 Release 2.1.4. 201711121228 (November

More information

Vantiv ecommerce for Magento 2

Vantiv ecommerce for Magento 2 Vantiv ecommerce for Magento 2 User Guide Version 1.0.0 June 2017 Table of Content 1. Onboarding...3 2. Installation...3 3. Configuration...5 4. Nuances for each MOP...22 5. Checkout...23 6. Stored Payment

More information

DOMAIN NAMES. Manage Domains

DOMAIN NAMES. Manage Domains DOMAIN NAMES Manage Domains The Manage Domains page displays a list of your registered domain names. All domain purchases are automatically renewed at the end of their registration period, unless you instruct

More information

What s My Profile? REVISION 1. JANUARY

What s My Profile? REVISION 1. JANUARY What s My Profile? Profiles in BennyBuy help make the buying and paying process more efficient by allowing Users to customize and default information, Setting up shipping and billing addresses Save frequently

More information

Using the Control Panel

Using the Control Panel Using the Control Panel Technical Manual: User Guide Creating a New Email Account 3. If prompted, select a domain from the list. Or, to change domains, click the change domain link. 4. Click the Add Mailbox

More information

Overview NOTE: Listing Overview. User Profile. Language Selection. Asset(s) View. Asset(s) Details. Editing Mode

Overview NOTE: Listing Overview. User Profile. Language Selection. Asset(s) View. Asset(s) Details. Editing Mode Overview Listing Overview User Profile Language Selection Asset(s) View Asset(s) Details Editing Mode NOTE: Some functions may not be available to all users depending on permissions granted. Some of the

More information

Broadcast +Fax Quick Start Guide

Broadcast  +Fax Quick Start Guide Broadcast Email+Fax Quick Start Guide This guide provides information on setting up and submitting an Email broadcast job. There are 5 steps in creating your job and submitting it for distribution. The

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.happyfox.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your rights

More information

Int_altapay. Version

Int_altapay. Version Int_altapay Version 15.0 Table of Contents SUMMARY 3 RELEASE HISTORY 3 COMPONENT OVERVIEW 3 F UNCTIONAL O VERVIEW 5. P RIVACY, P AYMENT 3 5 4. IMPLEMENTATION GUIDE 5 4. S ETUP 4. M ETADATA IMPORT & C USTOM

More information

Welcome to Cart32, Sincerely, Cart32 Support Team

Welcome to Cart32, Sincerely, Cart32 Support Team Welcome to Cart32, The purpose of the Getting Started Guide is to cover the basic settings required to start using Cart32. There is an Introduction section to familiarize new users with the Cart32 software

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

Getting Started with. InSpiredByYou.com COPYRIGHT STUDIOPLUS SOFTWARE, LLC ALL RIGHTS RESERVED

Getting Started with. InSpiredByYou.com COPYRIGHT STUDIOPLUS SOFTWARE, LLC ALL RIGHTS RESERVED Getting Started with InSpiredByYou.com COPYRIGHT 1998-2013 STUDIOPLUS SOFTWARE, LLC ALL RIGHTS RESERVED i Getting Started with InSpiredByYou Table of Contents Setting Up InSpiredByYou... 3 Set Up an InSpiredByYou

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

Admin Table is oftr Caoto ntr e s U ntsser Guide Table of Contents Introduction Accessing the Portal

Admin Table is oftr Caoto ntr e s U ntsser Guide Table of Contents Introduction Accessing the Portal Administrator s Table of Contents User Guide Table of Contents Introduction 3 Accessing the Portal 3 Create User Accounts 4 Enable / Disable User Accounts 5 Manage Users from an LDAP Server 5 User Roles

More information

Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1

Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1 Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1 Copyright NetSuite, Inc. 2009 2013 All rights reserved. This document is the property of NetSuite, Inc., and may not be

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob App Builder... 1 Installation & Activation... 2 Installation Steps... 2 Extension Activation... 3 How it Works?... 4 Back End Configuration:...

More information

USER PROFILE MANAGEMENT

USER PROFILE MANAGEMENT What s My Profile? Profiles in BennyBuy help make the buying and paying process more efficient by allowing users to customize and default information, shopping addresses, frequently used FOAPAL elements,

More information

User Guide. Version R94. English

User Guide. Version R94. English AuthAnvil User Guide Version R94 English March 8, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information

MultiSafepay Integration manual

MultiSafepay Integration manual MultiSafepay Integration manual Magento plug-in v2.4.1 MultiSafepay Payment plug-in for Magento https://www.multisafepay.com Copyright (C) 2016 MultiSafepay.com Magento Plug-in 1 Table Of Contents Table

More information

Resurs Bank. Magento 1 module. Checkout

Resurs Bank. Magento 1 module. Checkout Resurs Bank Magento 1 module Checkout Content Content Module installation Frontend Cart Shipping methods Discount code The iframe Data syncing Order placement Admin Payment methods Callback settings Salt-key

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.7.0 The owncloud developers October 30, 2018 CONTENTS 1 Release Notes 1 1.1 Changes in 2.7.0............................................. 1 1.2 Changes in 2.6.0.............................................

More information

User Guide. Version R92. English

User Guide. Version R92. English AuthAnvil User Guide Version R92 English October 9, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate Quick Reference Guide Getting Started Log in to FedEx Office Print Online Corporate 1. Open your browser and navigate to: https://printonline.fedex.com/nextgen/abbott-amo 2. Input User ID and Password

More information

Equitrac Embedded for Sharp OSA. Setup Guide Equitrac Corporation

Equitrac Embedded for Sharp OSA. Setup Guide Equitrac Corporation Equitrac Embedded for Sharp OSA 1.4 Setup Guide 2012 Equitrac Corporation Equitrac Embedded for Sharp OSA Setup Guide Revision Date Revision List November 1, 2012 Updated for Equitrac Office/Express 4.2.5

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

Adobe Campaign Business Practitioner Adobe Certified Expert Exam Guide. Exam number: 9A0-395

Adobe Campaign Business Practitioner Adobe Certified Expert Exam Guide. Exam number: 9A0-395 Adobe Campaign Business Practitioner Adobe Certified Expert Exam Guide Exam number: 9A0-395 Revised 08 September 2016 About Adobe Certified Expert Exams To be an Adobe Certified Expert is to demonstrate

More information

Colligo Contributor Pro 4.4 SP2. User Guide

Colligo Contributor Pro 4.4 SP2. User Guide 4.4 SP2 User Guide CONTENTS Introduction... 3 Benefits... 3 System Requirements... 3 Software Requirements... 3 Client Software Requirements... 3 Server Software Requirements... 3 Installing Colligo Contributor...

More information

WebPrint Quick Start User Guide

WebPrint Quick Start User Guide WebPrint Quick Start User Guide Getting Started Accessing Print Center Navigate your Web browser to Print Center Log in page. If you do not have an acocunt, you will need to create a new User account.

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Model Builder User Guide Version 1.3 (24 April 2018) Prepared For: US Army Corps of Engineers 2018 Revision History Model

More information

Embedded for Xerox EPA-EIP Setup Guide

Embedded for Xerox EPA-EIP Setup Guide Embedded for Xerox EPA-EIP Setup Guide 2016 XRX-EPA-EIP-20160315 Equitrac Embedded for Xerox EPA-EIP Setup Guide Document History Date Description of Revision Changes March 15, 2016 Updated for Equitrac

More information

Marketo ON24 Adapter. User Guide Version 4.1. Updated May 3, 2013

Marketo ON24 Adapter. User Guide Version 4.1. Updated May 3, 2013 Marketo ON24 Adapter User Guide Version 4.1 Updated May 3, 2013 CONTENTS EVENT INTEGRATION OVERVIEW... 2 BEFORE YOU BEGIN... 3 REQUIREMENTS... 3 HOW TO CREATE AN EVENT IN MARKETO WITH AN ON24 INTEGRATION...

More information

Repstor affinity. Installation and Configuration Guide(Generic)

Repstor affinity. Installation and Configuration Guide(Generic) Repstor affinity Installation and Configuration Guide(Generic) Document Version 3.7 April 2018 Contents 1. INTRODUCTION TO REPSTOR AFFINITY 3 ADVANTAGES OF REPSTOR AFFINITY... 3 2. REPSTOR AFFINITY INSTALLATION

More information

Storefront Ordering System Demonstration Guide. Powered by

Storefront Ordering System Demonstration Guide. Powered by Storefront Ordering System Demonstration Guide Powered by Welcome to CMYK s Storefront Ordering System (SOS) The following pages will guide you through our Demo Site. We will show you many options available

More information

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link.

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link. How to Order a Four Panel Brochure through Print Services Go to the Print Services Web Page and select the Online Store link. 1 Enter your Username and Password on the Print Services Online Ordering home

More information

Concord Print2Fax. Complete User Guide. Table of Contents. Version 3.0. Concord Technologies

Concord Print2Fax. Complete User Guide. Table of Contents. Version 3.0. Concord Technologies Concord Print2Fax Complete User Guide Table of Contents Version 3.0 Concord Technologies 2018 1 Concord Technologies concordfax.com premiumsupport@concordfax.com Copyright 2017 CONCORD Technologies. All

More information

ENTERPRISE SUBSCRIBER GUIDE

ENTERPRISE SUBSCRIBER GUIDE ENTERPRISE SUBSCRIBER GUIDE Enterprise Subscriber Guide 880 Montclair Road Suite 400 Birmingham, AL 353 www. TABLE OF CONTENTS Table of Contents Introduction...6 Logging In...6 Navigation Bar, Sub-Menu

More information

TABLE OF CONTENTS. WELCOME TO mycsa... LOGGING IN... FORGOT PASSWORD... FIRST TIME REGISTRATION... ACCESS TYPE... GETTING STARTED...

TABLE OF CONTENTS. WELCOME TO mycsa... LOGGING IN... FORGOT PASSWORD... FIRST TIME REGISTRATION... ACCESS TYPE... GETTING STARTED... USER GUIDE TABLE OF CONTENTS WELCOME TO mycsa... LOGGING IN... FORGOT PASSWORD... FIRST TIME REGISTRATION... ACCESS TYPE... GETTING STARTED... SETTING PREFERENCES... CONTACT US... DASHBOARD... MANAGING

More information

Getting Started Guide. Prepared by-fatbit Technologies

Getting Started Guide. Prepared by-fatbit Technologies Getting Started Guide Prepared by-fatbit Technologies 1 Contents 1. Manage Settings... 3 1.1. General... 4 1.2. Local... 6 1.3. SEO... 7 1.4. Option... 8 1.5. Live Chat... 19 1.6. Third Part API s... 20

More information

Recipient USER GUIDE

Recipient USER GUIDE Recipient USER GUIDE General Information What is smartmail? smartmail is smartview s proprietary email encryption system used to protect your personal and transaction related information. What is smartportal?

More information

2 User Interface. Add New Assets. Restore Assets Check-In assets. Add New Personnel Edit Personnel Delete Personnel Restore Personnel.

2 User Interface. Add New Assets. Restore Assets Check-In assets. Add New Personnel Edit Personnel Delete Personnel Restore Personnel. Contents I Table of Contents Part I Introduction 2 1 Registration... and Login 3 2 User Interface... 4 3 Populate... the data 8 Part II How To (Steps) 9 1 Manage... Asset Records 9 Add New Assets... 10

More information

Virto SharePoint Alerts Web Part v User and Installation Guide

Virto SharePoint Alerts Web Part v User and Installation Guide Virto SharePoint Alerts Web Part v.5.0.1 User and Installation Guide 2 Table of Contents SYSTEM/DEVELOPER REQUIREMENTS... 3 VIRTO SHAREPOINT ALERTS WEB PART INSTALLATION... 4 INSTALLING VIRTO SHAREPOINT

More information

Jira Connector Option - v18

Jira Connector Option - v18 Jira Connector Option - v18 Copyright 2019 ONEPOINT Projects GmbH. All rights reserved. ONEPOINT Projects, Enterprise Edition, Version 18 ONEPOINT Informationslosungen and the ONEPOINT Logo are registered

More information

Standard Checkout. HTML Implementation Guide. U.K. Version

Standard Checkout. HTML Implementation Guide. U.K. Version Standard Checkout HTML Implementation Guide U.K. Version 2013-09-05 Contents 3 Contents List of Tables... 5 Overview of Checkout by Amazon... 7 Who Should Read This Document... 7 Prerequisites... 7 Your

More information

How to create and order individual pages. 1. Once you open the My Memories Suite software, choose the Design icon.

How to create and order individual pages. 1. Once you open the My Memories Suite software, choose the Design icon. How to create and order individual pages 1. Once you open the My Memories Suite software, choose the Design icon. 2. Under the Photobooks category, choose the size you would like your project to be out

More information

Resellers Guide Managing your Reseller Account

Resellers Guide Managing your Reseller Account Resellers Guide Managing your Reseller Account Read our Blog: http://blog.webfusion.co.uk/ View our support site: http://webfusion-support.co.uk/ Follow us on Twitter: http://twitter.com/webfusionuk Contents

More information

administrative control

administrative control administrative control Powerful membership management features Administrative Control Powerful membership management features Member Management Create and manage member types Approve members via email

More information

Data Connector 2.0 User Guide

Data Connector 2.0 User Guide Data Connector 2.0 User Guide Copyright Copyright 2008-2017 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright Law and no part of this

More information

PlanWell Enterprise. User Manual

PlanWell Enterprise. User Manual PlanWell Enterprise User Manual 1 Table of Contents Finding PlanWell and Logging On... 4 Public Projects... 5 Guest Access... 5 Login to your Account... 6 Populating Shopping Cart... 6 Most Current Set...

More information

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English Kaseya v2 Integration of VSA with Vorex Configuration Guide Requires Vorex version 3.9 or later and VSA version 9.3.0.11 or later English September 15, 2017 Copyright Agreement The purchase and use of

More information

Revised: 08/02/ Click the Start button at bottom left, enter Server Manager in the search box, and select it in the list to open it.

Revised: 08/02/ Click the Start button at bottom left, enter Server Manager in the search box, and select it in the list to open it. Mobile App Windows Authentication & SSL Config Revised: 08/02/2017 Job Aid This Job Aid is intended for agency IT staff and explains how to enable Windows Authentication and SSL for your mobile applications

More information

Center for Faculty Development and Support. Google Docs Tutorial

Center for Faculty Development and Support. Google Docs Tutorial Center for Faculty Development and Support Google Docs Tutorial Table of Contents Overview... 3 Learning Objectives... 3 Access Google Drive... 3 Introduction... 4 Create a Google Document... 4 Upload

More information

GroupWise Mobility Quick Start for Microsoft Outlook Users

GroupWise Mobility Quick Start for Microsoft Outlook Users GroupWise Mobility Quick Start for Microsoft Outlook Users August 2016 GroupWise Mobility Service 2014 R2 allows the Microsoft Outlook client for Windows to run against a GroupWise backend via Microsoft

More information

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0 BrainCert Enterprise LMS Learning Management System (LMS) documentation Administrator Guide Version 3.0 1 P a g e Table of Contents... 3... 3... 4... 4... 5... 5... 6... 6... 8... 8... 9... 9... 10...

More information

Equitrac Integrated for Konica Minolta. Setup Guide Equitrac Corporation

Equitrac Integrated for Konica Minolta. Setup Guide Equitrac Corporation Equitrac Integrated for Konica Minolta 1.2 Setup Guide 2012 Equitrac Corporation Equitrac Integrated for Konica Minolta Setup Guide Document Revision History Revision Date Revision List November 1, 2012

More information

Magento Enterprise Edition. User Guide. Part IV: Customers Sales & Orders Payments Shipping Taxes. Version

Magento Enterprise Edition. User Guide. Part IV: Customers Sales & Orders Payments Shipping Taxes. Version Magento Enterprise Edition User Guide Part IV: Customers Sales & Orders Payments Shipping Taxes Version 1.14.2 Contents Customers 1 Chapter 1: Customer Accounts 3 Customer Account Configuration 4 Customer

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Equitrac Integrated for Océ

Equitrac Integrated for Océ Equitrac Integrated for Océ 1.2 Setup Guide 2014 Equitrac Integrated for Océ Setup Guide Document History Revision Date Revision List November 2, 2012 Updated for Equitrac Office/Express version 4.2.5

More information

Ad Banner Manager 8.1 User Guide. Ad Banner Manager 8.1

Ad Banner Manager 8.1 User Guide. Ad Banner Manager 8.1 Ad Banner Manager 8.1 User Guide Ad Banner Manager 8.1 User Guide... 1 Introduction... 6 Installation and configuration... 6 Upgrading... 6 Installation Steps... 7 Setting Page Permissions for the BannerAdvertisers

More information

Publisher Onboarding Kit

Publisher Onboarding Kit Publisher Onboarding Kit Smart content. Smart business. Publishing, Supporting & Selling HotDocs Market Templates A HotDocs Market publisher s guide for loading templates, answering customer questions

More information

User s Guide Version 4.0 August 2010

User s Guide Version 4.0 August 2010 User s Guide Version 4.0 August 2010 Biscom, Inc. 321 Billerica Rd. Chelmsford, MA 01824 tel 978-250-1800 fax 978-250-4449 Copyright 2010 Biscom, Inc. All rights reserved worldwide. Reproduction or translation

More information

TransUnion Direct User Guide

TransUnion Direct User Guide Topics Welcome to TransUnion Direct... 2 The First Time You Log Into TransUnion Direct... 4 Individual Services... 5 Portfolio Services... 15 Activity Reports... 17 Your User Profile... 19 Help Resources...

More information

System Administrator Training Guide

System Administrator Training Guide COMMUNICATE System Administrator Training Guide West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents BEFORE YOU BEGIN... 3 OVERVIEW...

More information

Ariba Network Configuration Guide

Ariba Network Configuration Guide Ariba Network Configuration Guide Content Account Configuration Basic Profile Email Notifications Electronic Order Routing Electronic Invoice Routing Remittances Test Account Creation Managing Roles and

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.0.0 The owncloud developers December 14, 2017 CONTENTS 1 Using the owncloud Android App 1 1.1 Getting the owncloud Android App...................................

More information

24 Hour Online Banking Guide

24 Hour Online Banking Guide TABLE OF CONTENTS Please review this online services e-booklet to review all convenient electronic services available to you as a member of Advia Credit Union. Our promise is to offer advantages to our

More information

Drake Hosted User Guide

Drake Hosted User Guide Drake Hosted User Guide Last Revision Date: 1/2/2017 Support.DrakeSoftware.com (828) 524-8020 Drake Hosted User Guide Copyright The Drake Hosted User Guide, Drake Tax Software, and any other related materials

More information

JMP to LSAF Add-in. User Guide v1.1

JMP to LSAF Add-in. User Guide v1.1 JMP to LSAF Add-in User Guide v1.1 Table of Contents Terms and Conditions... 3 System Requirements... 3 Installation... 3 Configuration... 4 API Setup... 4 Java Configuration... 5 Logging In... 5 Launching

More information

2/21/2018 Blackbaud NetCommunity 7.1 Parts US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any

2/21/2018 Blackbaud NetCommunity 7.1 Parts US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any Parts Guide 2/21/2018 Blackbaud NetCommunity 7.1 Parts US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Circulation. Sierra Training Manual

Circulation. Sierra Training Manual Circulation Sierra Training Manual 1 Overview Sierra Circulation allows staff to do the following: check out items, check in items, search all patrons, place holds, maintain hold queues, maintain course

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6.7 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com EMC believes the information in this publication is accurate

More information

CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE

CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE This setup guide will help you integrate Magento with your Campaigner account. A API Settings API username/password You must enter the API credentials for your

More information

IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, Integration Guide IBM IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, 2018 Integration Guide IBM Note Before using this information and the product it supports,

More information

The guide for the Merrill Mobile catalog available for tablet-based devices. Version 3.0

The guide for the Merrill Mobile catalog available for tablet-based devices. Version 3.0 User Guide The guide for the catalog available for tablet-based devices. Version 3.0 Table of Contents General Information... 3 Setup: At a Glance...4 Current ipad and Tablet Users... 5 For ipad: Step

More information

USER GUIDE for Salesforce

USER GUIDE for Salesforce for Salesforce USER GUIDE Contents 3 Introduction to Backupify 5 Quick-start guide 6 Administration 6 Logging in 6 Administrative dashboard 7 General settings 8 Account settings 9 Add services 9 Contact

More information