Centroid 2.0 User Guide. Version 1.0

Size: px
Start display at page:

Download "Centroid 2.0 User Guide. Version 1.0"

Transcription

1 Centroid 2.0 User Guide Version 1.0

2 Contents 1 Introduction Centroid Configuration Manager Using Centroid Creating a Script Project Creating an Application Creating UI Objects Capturing Objects Web Based Locators Desktop Based Locators Mainframe Object Capturing Image Based Locators Creating a Script Automation Commands Creating Databases Creating Data Containers Creating Libraries Calling Libraries Creating a Web Service Calling Web Services Reading Excel Sending s Creating Test Scripts Creating BDT scripts Feature Command Scenario Command Given, And, When, Then Command Binding DataTables Recording and Playing Project Dependencies Project Configurations Credentials Creating RPA Instances Creating Mobile Devices Adding New Templates Adding Parameters Adding Variables P a g e

3 16 Building and Publishing a Script Project Centroid Control Center Repository Workbench Adding New Configurations Registering Agents Test Management Test Design Test Planning Test Execution Results and Analysis Jira Integration Installing the Jira Add-On Creating a Project Creating Test Cases Creating Test Plans Adding Test Cases to Releases Executing Test Cases Importing Issue Files Generating Reports P a g e

4 1 Introduction Centroid is a Java based test automation tool designed with varying types of users in mind, ranging from extremely user-friendly Record and Replay and Drag and Drop automation methods for business users to the more advanced Centroid programming capabilities available for power users, which include a scripting IDE with more complex libraries, component level debugging etc. Centroid is a robust automation framework for cross paradigm / multi-channel automation with complete version controlling support, enterprise-grade security, rapid scalability and insightful dashboards providing real-time intelligence. 3 P a g e

5 2 Centroid Configuration Manager 1. Log in to Centroid c Figure 1 2. Click the user drop-down menu and click Download Resources Figure 2 4 P a g e

6 3. Select Studio Figure 3 4. Click Download next to the preferred version of the configuration manager to download Figure 4 5. Extract the downloaded configuration manager zip file 6. Navigate to the resources folder in the zip file and open the app.properties file 7. Edit the following values: Server.host-name (enter the server name of the user) Server.port (enter the port number of the user) 5 P a g e

7 Nexus.server.host (the server port will be included in the installation guide) MVN.home (enter the Maven home local file path in the computer) Figure 5 6 P a g e

8 3 Using Centroid 3.1 Creating a Script Project To create a new script project: 1. Click File and select New Script Project Figure 6 2. Enter the group ID and a name for the library, and select a file path for the project by clicking Browse Figure 7 7 P a g e

9 3.2 Creating an Application 1. Right-click Applications, and select Create New Application Figure 8 2. Enter the name of the application, and select the application type For web automation, select Web as the application type For desktop automation, select Desktop as the application type For Java automation, select Java as the application type For Image automation, select Image as the application type For Mainframe automation, select Mainframe as the application type Figure 9 3. Click the created application to modify the application s properties 8 P a g e

10 4. Select the application properties Figure 10 9 P a g e

11 5. Right-click the created application and click Add new page to create a new application page Figure Enter the name of the application page and click OK Figure P a g e

12 7. Click the application page under the created application 8. Enter the application page s URL Figure P a g e

13 3.3 Creating UI Objects In the application page: 1. Click NEW next to UI Objects 2. Enter the UI Object Name and the Object Locator path Figure Capturing Objects Centroid uses two different versions of Object Spy to capture objects Web Based Locators An easy UI object capturing tool which captures both the absolute and relative paths of UI objects. Figure P a g e

14 3.4.2 Desktop Based Locators Extract property details of desktop applications to capture desktop UI objects. Capturing a window of an application: Figure P a g e

15 To add to Centroid: 1. Click the NEW button and add new UI objects 2. Enter the object type and application name in the object locator Figure 17 Capturing a button of an application: Figure P a g e

16 To add to Centroid: 1. Click the NEW button and add new UI objects 2. Enter the X-path of the object in the object locator Figure P a g e

17 3.4.3 Mainframe Object Capturing An easy object capturing tool which captures the mainframe object paths. Figure Image Based Locators To capture images: 1. Capture images required for image-based automation 2. Navigate to the following path in your project folder: \\src\main\resources\images 3. Add the images in the images folder 4. Create a UI object for the image under the image application page 5. Add the click coordinates and the image name following a comma to add the image object Figure P a g e

18 4 Creating a Script 1. Right-click Business Components 2. Click Create Business Component Figure Enter the name of the script in the pop-up screen and click OK Figure P a g e

19 4. The created script is displayed under Business Components. Double-click the created script. The scripting page opens Figure P a g e

20 4.1 Automation Commands In the Script Editor: The automation commands are displayed in the left navigation pane. Figure 25 To enter automation commands: 1. Drag and drop a command into the white area 19 P a g e

21 2. Enter the relevant values in the pop-up screen and click OK Figure 26 To edit the scripts: 1. Double-click the created script 2. Update the relevant values in the pop-up screen and click OK 3. Click Save to save the created script 20 P a g e

22 Figure Creating Databases 1. Right-click Databases and select Create New Database Figure Enter the database name in the pop-up screen and click OK 21 P a g e

23 Figure Click the created database and enter the database configurations Figure P a g e

24 4.3 Creating Data Containers 1. Right-click Datacontainers and select Create New DataContainer Figure P a g e

25 2. Select the database for entering the data Figure P a g e

26 4.4 Creating Libraries 1. Right-click Libraries and select Create New Library Figure Enter the alias for the library 3. Select the library name and version, and click OK 25 P a g e

27 Figure P a g e

28 4.4.1 Calling Libraries 1. Expand Utility and drag and drop CallCommand into the white area 2. Enter the Library Name, Method Name, Input Parameters and Output Parameters in the popup screen 3. Click ADD Figure 35 Note: Only the previously uploaded libraries are shown in the dropdown, and the library methods are accessed when scripting using the call command. 27 P a g e

29 4.5 Creating a Web Service 1. Right-click Services and click Create New Service Figure Enter the name of the service and click OK Figure P a g e

30 3. Expand Services and click the created service 4. Enter the URL of the web service Figure Calling Web Services In the Script Editor: 1. Click and expand the Services category 2. Drag and drop CallWebService into the white area Figure P a g e

31 3. Enter the service name, operation and value in the pop-up screen 4. Click OK Figure P a g e

32 4.6 Reading Excel In the Script Editor: 1. Click and expand the excel category 2. Drag and drop ReadExcel into the white area Figure Enter the file path, sheet name, and return variable in the pop-up screen 4. Click OK Figure P a g e

33 4.7 Sending s In the Script Editor: 1. Click and expand the Utility category 2. Drag and drop Send into the white area Figure Enter the data for the fields in the pop-up screen 4. Click OK Figure P a g e

34 4.8 Creating Test Scripts To create test scripts: 1. Right-click Standard Test Script 2. Click Create New Test Script Figure Enter the name of the script in the pop-up screen and click OK Figure P a g e

35 5 Creating BDT Scripts To create BDT scripts: 1. Right-click BDT Scripts 2. Click Create New BDT Script Figure 47 3 Enter the name of the script in the pop-up screen and click OK Figure Feature Command 1. Select the BDT script that you created 2. Double-click the Feature command 34 P a g e

36 Figure Enter the type of feature that needs to be added and select Add in the pop-up screen 5.2 Scenario Command 1. Select the BDT script that you created 2. Double-click the Scenario command 3. Enter a description of what the feature is about in the pop up screen Figure P a g e

37 5.3 Given, And, When, Then Command 1. Select the BDT script that you created 2. Select the commands respectively and enter the instruction that needs to be given Figure Select Add in the pop-up screen 36 P a g e

38 6 Binding DataTables 1. Select Bind DataTable Figure Select a DataContainer and a DataTable 3. Click OK Figure P a g e

39 7 Recording and Playing To record a manual process: 1. Click the Record button 2. Start the manual process Figure Go back to Centroid and click Stop once the manual process is completed 38 P a g e

40 4. Click Save to save the manual process Figure Click Play to view the recorded manual process Figure P a g e

41 8 Project Dependencies The module dependencies needed for the script project are configured here. The user can add or remove module dependencies as per the project requirements. Figure P a g e

42 9 Project Configurations All the configuration details of the created project are displayed in the configurations screen where the user can edit the configuration values. Figure P a g e

43 10 Credentials Encrypted usernames and passwords required for library access are stored in the Credentials section for easy maintenance. Figure P a g e

44 11 Creating RPA Instances 1. Right-click RPAInstances and select Create New RPA Instance Figure Enter the RPA Instance name, server URL and other relevant details in the pop-up screen and click OK Figure P a g e

45 12 Creating Mobile Devices 1. Right-click Mobile Devices and select Create New Mobile Device Figure Enter the mobile device name and the mobile device platform in the pop-up screen and click OK Figure Select the mobile device you created 4. Enter the Server IP, serial number of the phone, the type of platform, and the version of the platform 5. Click Ok 44 P a g e

46 Figure Create a New Application for the mobile device 7. Enter the mobile device name and the mobile device platform in the pop-up screen and click OK Figure Select the mobile device you created from the Applications tab 9. Enter the application type, platform and other details respectively 10. Provide the APK path and choose the mobile device 45 P a g e

47 Figure P a g e

48 13 Adding New Templates 1. Right-click Templates and select Add New Template Figure Enter the template name and select the template path in the pop-up screen and click OK Figure P a g e

49 14 Adding Parameters To add input parameters: 1. Select Parameters from the left navigation bar 2. Right-click Input Parameters and select Add Parameter Figure P a g e

50 3. Enter the name and type of the parameter in the pop-up screen, and click OK Figure 70 To add output parameters: 1. Select Parameters from the left navigation bar 2. Right-click Output Parameters and select Add Parameter Figure Enter the name, type and value of the parameter in the pop-up screen, and click OK 49 P a g e

51 Figure P a g e

52 15 Adding Variables 1. Select Variables from the left navigation bar 2. Right-click Variables (in the left navigation pane), and select Add Variable Figure Enter the variable name 4. Select the type and value of the variable in the pop-up screen, and click OK Figure P a g e

53 5. To add a variable to the script, click the drop-down button next to the return variable statement in a command and select a variable. Figure P a g e

54 16 Building and Publishing a Script Project 1. Select Script from the top navigation bar 2. Click Clean & Build Figure A pop-up screen appears after a successful build. Click OK to continue Figure P a g e

55 4. To publish a script, select Script from the top navigation bar 5. Select Publish Figure P a g e

56 17 Centroid Control Center Log in to the Centroid Control Center Figure Repository The scripts that have been published in the Centroid Configuration Manager will be displayed under the repository. Figure P a g e

57 17.2 Workbench Adding New Configurations 1. Log in to the Centroid control center 2. You will be navigated to the Workbench page Figure 81 To create a project: 1. Click the + sign Figure Enter the project name 56 P a g e

58 3. Click OK To add a library 1. Right-click Business Process 2. Select Add Library Figure Select the library and the version from the repository Figure Click Add The user can add configurations to the project by selecting Configurations under each project. 57 P a g e

59 Figure Select Add new configuration 6. Enter the name and the value for the configuration. Figure P a g e

60 Registering Agents 1. Select Agent Registry from the top navigation bar 2. Click Add Agent 3. In the Agent Configurations pop-up screen, enter the name, expiry date, and size, and click OK Figure Click API Key and copy the token number Figure 88 Note: After adding the agent, enter the API key into the agent.property file and start the agent. 59 P a g e

61 Figure Test Management Test Design 1. Right-click and select Add Folder Test cases can also be created inside the folders. To create a test case: 2. Right click and select Add Test Cases 3. Enter the Test details, Test data, and Script details respectively Figure P a g e

62 Test Planning To add a test plan: 1. Select Test Planning under Test Management 2. Click Add New Test Plan Figure Enter the test plan name 4. Select the test cases for that specific test plan Figure P a g e

63 5. Assign an agent or a user for each test case 6. Click Create Test Execution Figure 93 Test plans that have been created will be displayed under Test Execution. 1. Select a test plan to be executed from the left navigation pane 2. Assign an agent or a user for the test case 3. Enter the overall test results for a test case 4. Select the test status (Pass/Fail) 5. Click Complete Execution Results and Analysis The results and an analysis of the tests designed, planned and executed will be generated under Results and Analysis. Figure P a g e

64 18 Jira Integration 18.1 Installing the Jira Add-On 1. Click the settings icon and click Add-ons Figure Click Manage add-ons Figure P a g e

65 3. Click Upload add-on Figure Select the Jira add-on file and click Upload Figure P a g e

66 18.2 Creating a Project To create a Jira project: 1. Click Projects in the top navigation bar and click Create Project Figure Select the project type in the pop-up screen and click Next Figure P a g e

67 3. Click Select in the project description page Figure Enter the project name and key, and click Submit Figure P a g e

68 18.3 Creating Test Cases To create a test case: 1. Click Test Management and click Test Designing Figure In the folder hierarchy, right-click the root folder and click Add Folder Figure P a g e

69 3. Enter the folder name and description in the pop-up box, and click Create Figure Right-click the created folder and click Add Test Case Figure P a g e

70 5. Enter the test case name and details, and click Create Figure Creating Test Plans To create test plans: 1. Click Test Management and click Test Planning Figure P a g e

71 2. Click Add New Test Plan Figure Enter the test plan name 4. Select the test cases and add the configurations details 5. Click Create Figure P a g e

72 18.5 Adding Test Cases to Releases To add test cases to a release: 1. Click Test Management and click Test Execution Figure Click a test plan from the left pane to add to the release Figure 112 Note: You can also add test cases from the folders directly. 71 P a g e

73 3. Click Start Execution Figure Select the release, enter the description and click Execute Figure 114 Note: You can also schedule executions by clicking Schedule Execution. 72 P a g e

74 18.6 Executing Test Cases 1. Click Test Management and click My Test Cases to be Executed Figure Enter the actual result of the test. Figure P a g e

75 3. Select the overall status of the test and click Complete Execution Figure Importing Issue Files 1. Click Issues and click Import Issues from CSV Figure P a g e

76 2. Upload the CSV file and click Next Figure Enter the file settings and click Next Figure P a g e

77 19 Generating Reports After the execution is done, the reports will be generated automatically in the white area shown below. 76 P a g e

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit:

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit: SHARPSCHOOL USER MANUAL CHAPTER 7 EXTERNAL LINK PAGE For more information, please visit: www.customernet.sharpschool.com www.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. INTRODUCTION... 1 KEY INFORMATION...

More information

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

Dynamics CRM 2011 Plug-in Sitemap Editor. Table of Contents. Introduction... 2 Installation... 2 Functionality... 2 Specification and Conclusion...

Dynamics CRM 2011 Plug-in Sitemap Editor. Table of Contents. Introduction... 2 Installation... 2 Functionality... 2 Specification and Conclusion... Table of Contents Introduction... 2 Installation... 2 Functionality... 2 Specification and Conclusion... 6 Introduction: The Site map editor is a windows application that can be used to customize the site-map

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 Joomla Manual Plug-in installation...

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

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for DotNetNuke TABLE OF CONTENTS. Version: 1.2.1

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for DotNetNuke TABLE OF CONTENTS. Version: 1.2.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 DotNetNuke Manual Plug-in Installation...

More information

Oracle Application Express Student Guide

Oracle Application Express Student Guide www.oracle.com/academy Oracle Application Express Student Guide Contents 1. Introduction... 2 2. Logging in to Oracle Application Express... 2 3. Oracle Application Express Components... 3 4. How to add

More information

Airis User Guide. Version 3.3

Airis User Guide. Version 3.3 Airis User Guide Version 3.3 Contents 1 Introduction... 2 2 Using Airis... 2 2.1 Creating a Client... 2 2.2 Creating a Process... 6 2.3 Process Analysis... 7 2.3.1 Process Efficiency... 7 2.3.2 Adding

More information

Create a Questionnaire. Triangle

Create a Questionnaire. Triangle Create a Questionnaire Triangle 1. Access EyeQuestion Open your browser (e.g. Internet Explorer) Browse to your EyeQuestion server The login screen will be visible 2. Login Login with your credentials

More information

Blackboard Content Collection Overview

Blackboard Content Collection Overview CONTENTS Accessing the Blackboard Content Collection 1 Uploading Files 2 Creating Subfolders 2 About Permissions 3 Assigning Permissions to Specific Users 3 Making a Folder Public to all Winthrop Faculty/Staff

More information

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices.

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. AirWatch v9.2 Have documentation feedback? Submit a Documentation

More information

Connecture Platform Manager

Connecture Platform Manager Connecture Platform Manager 1 P a g e Table of Contents Connecture Platform Manager... 1 Introduction to the Connecture Platform Manager... 3 Getting Started... 3 Login... 3 Dashboard... 3 Connecture Application

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

1. INTRODUCTION to Object Storage

1. INTRODUCTION to Object Storage 1. INTRODUCTION to Object Storage Welcome to AURO Enterprise Cloud! This document will be help you get started using our Object Storage service. Object Storage is a storage system where objects are stored

More information

Importing Existing Data into LastPass

Importing Existing Data into LastPass Importing Existing Data into LastPass Once you have installed LastPass, you may need to impocort your existing password entries and secure data from another LastPass account or from another password manager

More information

USER MANUAL. Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.2.1

USER MANUAL. Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.2.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 5 Plug-in

More information

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications Version : 4.00 Last modification date : 13 June 2014 Owner : IBM Ecosystem Development Table of Contents Part 1: Building

More information

Integrate Saint Security Suite. EventTracker v8.x and above

Integrate Saint Security Suite. EventTracker v8.x and above EventTracker v8.x and above Publication Date: June 6, 2018 Abstract This guide provides instructions to configure Saint Security Suite to send crucial events to EventTracker Enterprise by means of syslog.

More information

Evoq 8 Content Managers Training Manual

Evoq 8 Content Managers Training Manual Evoq 8 Content Managers Training Manual Table of Contents Chapter 1: User Login... 2 User Login...2 User Login Screen...2 User Logout...2 Chapter 2: Navigating within Evoq 8...3 Editing Bar...3 Dashboard...4

More information

Oracle Application Express Users Guide

Oracle Application Express Users Guide www.oracle.com/academy Oracle Application Express Users Guide Contents Topic: 1. Introduction 2 2. Logging in to Oracle Application Express 2 3. Oracle Application Express Components 3 4. Using SQL Commands

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

Guide for Alaris CQI Users: How to Upload Alaris CQI Reporter Alert Logs to Infusion Pump Informatics (IPI)

Guide for Alaris CQI Users: How to Upload Alaris CQI Reporter Alert Logs to Infusion Pump Informatics (IPI) Guide for Alaris CQI Users: How to Upload Alaris CQI Reporter Alert Logs to Infusion Pump Informatics (IPI) Revision 2 September 1 st, 2015 Revision 2 September 1 st, 2015 Purpose Statement This document

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 Drupal Manual Plug-in installation...

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.2.1

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.2.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 5 Plug-in

More information

SCRIPT REFERENCE. UBot Studio Version 4. The Browser Commands

SCRIPT REFERENCE. UBot Studio Version 4. The Browser Commands SCRIPT REFERENCE UBot Studio Version 4 The Browser Commands Navigate This command will navigate to whatever url you insert into the url field within the command. In the section of the command labeled Advanced,

More information

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version Installation Guide 3CX CRM Plugin for ConnectWise Single Tenant Version "Copyright VoIPTools, LLC 2011-2016" Information in this document is subject to change without notice. No part of this document may

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Acrobat 6.0 Standard - Basic Tasks

Acrobat 6.0 Standard - Basic Tasks Converting Office Documents to PDF 1. Create and edit document in Office application (Word, Excel, PowerPoint) 2. Click the Convert to PDF button on the Acrobat toolbar If the buttons are not visible,

More information

Paperless Tax Office Automation

Paperless Tax Office Automation Topics in this Quick Start Guide GruntWorx Popullate for UlltraTax CS Key steps for using GruntWorx in your tax practice How to submit jobs How to Populate UltraTax CS client tax files with GruntWorx How

More information

How to Create and Submit Title Filings Using the Florida Office of Insurance Regulation Filing System (IRFS)

How to Create and Submit Title Filings Using the Florida Office of Insurance Regulation Filing System (IRFS) The Florida Office of Insurance Regulation has launched the Insurance Regulation Filing System (IRFS) -- to replace the DCAM system. How to Create and Submit Title Filings Using the Florida Office of Insurance

More information

Getting Started Guide

Getting Started Guide Getting Started Guide November 2017 2 Table of Contents 1.0 Introduction to Your Vitrium Security Account... 3 1.1 About Vitrium Security... 3 1.2 Definition of Key Terms... 3 1.3 Overview of the Main

More information

Tasktop Sync - Cheat Sheet

Tasktop Sync - Cheat Sheet Tasktop Sync - Cheat Sheet 1 Table of Contents Tasktop Sync Server Application Maintenance... 4 Basic Installation... 4 Upgrading Sync... 4 Upgrading an Endpoint... 5 Moving a Workspace... 5 Same Machine...

More information

QRG: Adding Images, Files and Links in the WYSIWYG Editor

QRG: Adding Images, Files and Links in the WYSIWYG Editor QRG: Adding Images, Files and Links in the WYSIWYG Editor QRG: Adding Images, Files and Links in the WYSIWYG Editor... 1 Image Optimisation for Web use:... 2 Add an Image... 2 Linking to a File... 4 Adding

More information

Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud

Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud Contents What is DoQ Integrator?... 3 Features of DoQ Integrator... 4 Auto-Cloud Upload... 4 Manual

More information

Accommodations Upload Quick Guide Oklahoma School Testing Program & College and Career Readiness Assessments Spring 2018

Accommodations Upload Quick Guide Oklahoma School Testing Program & College and Career Readiness Assessments Spring 2018 Accommodations Upload Quick Guide Oklahoma School Testing Program & College and Career Readiness Assessments Spring 2018 1 Table of Contents Extracting the emetric Report in OK EdPlan... 3 Uploading to

More information

Jack s Coal Fired Pizza

Jack s Coal Fired Pizza Jack s Coal Fired Pizza WORDPRESS MANUAL TABLE OF CONTENTS Login... 3 Editing Existing Pages... 4 Adding New Pages... 7 Editing/Adding Text... 8 Creating a Link... 9 Linking to a PDF... 10 Making a Link

More information

Sponsor Documentation

Sponsor Documentation CHAPTER 17 This chapter provides user documentation for sponsor users who create guest accounts. It contains the following sections: Introduction to Cisco NAC Guest Server Connecting to the Cisco NAC Guest

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.0

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 5 Plug-in

More information

Blackboard Portfolio Quick Reference Guide for Students

Blackboard Portfolio Quick Reference Guide for Students Blackboard Portfolio Quick Reference Guide for Students How to Create a Portfolio 1. On the My Institution tab, under Tools, click on the Portfolio link. 2. From the My Portfolios page, click the Create

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Document Version: 1.0 Solution Version: 365.062017.3.1 Table of Contents Product Overview... 3 How to Install and Activate Attachment to SharePoint Solution?... 4 Configuration Settings in Attachment

More information

LabWare 7. Why LabWare 7?

LabWare 7. Why LabWare 7? LabWare 7 Why LabWare 7? LabWare v1 to v6 were all about adding functionality. LabWare 7 continues that tradition, but places the user experience front and center. This release has been re-designed to

More information

JAMS 7.X Getting Started Guide

JAMS 7.X Getting Started Guide Table of Contents JAMS Overview 2 Working with Servers 3-4 The JAMS Client Interface 5 JAMS Scheduler Overview 6 Defining Folders and Jobs 7-10 1 2018 MVP Systems Software, Inc. All Rights Reserved. JAMS

More information

erequest How to apply guide

erequest How to apply guide Overview is an application that assists UCB in request life cycle management. UCB has clear guidance in place on what they can support or sponsor. Online requests will go through an internal review and

More information

Joomla 2.5 Kunena Component Installation

Joomla 2.5 Kunena Component Installation Joomla 2.5 Kunena Component Installation For installing the Kunena component in Joomla 2.5, you have to first login through the administrative panel of joomla by simply entering the url_of_your_website/administrator

More information

edev Technologies integreat4tfs 2016 Update 2 Release Notes

edev Technologies integreat4tfs 2016 Update 2 Release Notes edev Technologies integreat4tfs 2016 Update 2 Release Notes edev Technologies 8/3/2016 Table of Contents 1. INTRODUCTION... 2 2. SYSTEM REQUIREMENTS... 2 3. APPLICATION SETUP... 2 GENERAL... 3 1. FEATURES...

More information

1) Log in to Therap https://secure.therapservices.net/auth/login 2) From the dashboard, check to see if your profile is set to Internal.

1) Log in to Therap https://secure.therapservices.net/auth/login 2) From the dashboard, check to see if your profile is set to Internal. Initiating a New Case Note How to Create a Case Note- Case Manager Steps that will be used in this How-To process. 1. Initiating a New Case Note 2. Entering Data on a Case Note 3. Submitting a Case Note

More information

Page 1 of 6 Procedures > Pages > Procedures Use -the-system > MI-generate-report MI - Generate Report I Like It Tags & Notes MI - Generate Report This is an explanation of how to access, view and filter

More information

Organize and Organize LITE

Organize and Organize LITE Using GruntWorx to Organize Your Client Tax Documents NEED HELP? Call us: 877-830-6059 X2 for Sales X3 for Support Organize GruntWorx Organize classifies, organizes and labels your client s source documents

More information

CMS Shado 9. Quick Start Guide

CMS Shado 9. Quick Start Guide CMS Shado 9 Quick Start Guide 1 Logging In 3 Shado Central Interface 4 Sections, Pages and Containers 7 Sections 7 Pages 7 Containers 7 The Site Tree 8 Edit Content on a Page 9 Editing Container Content

More information

Course Builder. Quick Start Guide

Course Builder. Quick Start Guide Course Builder Quick Start Guide What this guide will cover: 01 Creating a New Course 02 Developing a Course 03 Downloading a Course Creating a Course Keepin it basic one step at a time. Step 1: Select

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Application Testing Suite Lab Session S318966 Oracle Enterprise Manager 11g Application Testing Suite 9.1 Hands on Lab Introduction to

More information

Managing the Startup Folder in Windows 8

Managing the Startup Folder in Windows 8 Managing the Startup Folder in Windows 8 Introduction In this lab, you will customize the Startup Folder and the Run Key in the Registry to manage what applications are started automatically when Windows

More information

Style Report Enterprise Edition

Style Report Enterprise Edition INTRODUCTION Style Report Enterprise Edition Welcome to Style Report Enterprise Edition! Style Report is a report design and interactive analysis package that allows you to explore, analyze, monitor, report,

More information

Getting started with M-Files

Getting started with M-Files Getting started with M-Files This guide helps you to get up to speed with M-Files. M-Files Desktop M-Files Desktop is the full-featured client UI for M-Files users and is the primary user interface that

More information

KNOWLEDGE MANAGEMENT (SHAREPOINT ADD-IN)

KNOWLEDGE MANAGEMENT (SHAREPOINT ADD-IN) KNOWLEDGE MANAGEMENT (SHAREPOINT ADD-IN) Enterprise version Updated: May 2018 Version 1.0.0.2 Copyright Beyond Intranet 2017. All Rights Reserved i Notice Beyond Technologies LLC. This is a controlled

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

Creating Accounts Using Batch Load

Creating Accounts Using Batch Load User Guide Creating Accounts Using Batch Load Document Purpose This document guides site administrators through the process of creating ACT WorkKeys online accounts for multiple examinees using a batch

More information

How to Create and Submit Data Filings Using the Florida Office of Insurance Regulation Filing System (IRFS)

How to Create and Submit Data Filings Using the Florida Office of Insurance Regulation Filing System (IRFS) The Florida Office of Insurance Regulation has launched the Insurance Regulation Filing System (IRFS) -- a new online application -- to replace the DCAM system. How to Create and Submit Data Filings Using

More information

Remote Desktop How to guide

Remote Desktop How to guide CaseMap Remote Desktop for Windows User Contents How to open Remote Desktop Connection and Login to the Terminal Server... 2 How to save your connection settings and create a shortcut on your desktop...

More information

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases.

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. BRIEFCASES & TASKS ZIMBRA BRIEFCASES Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. Options Briefcase New Briefcase To create briefcases,

More information

WebsitePanel User Guide

WebsitePanel User Guide WebsitePanel User Guide User role in WebsitePanel is the last security level in roles hierarchy. Users are created by reseller and they are consumers of hosting services. Users are able to create and manage

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Drupal Manual Plug-in installation... 4 Plug-in

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview January 2015 2014-2015 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

PRESENCE. News Engine Guide. SchoolMessenger. 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. News Engine Guide. SchoolMessenger. 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE News Engine Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Contents Introduction... 3 Key Information... 3 Definitions... 3

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 2.5.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 2.5.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 3 Plug-in

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

MN Studio Website - User Guide

MN Studio Website - User Guide MN Studio Website - User Guide Version 1.1 MN Studio Website Program 1. Introduction Welcome to the new website program! The MN Studio Website program allows you to create your own website with customized

More information

How to Create and Submit Title Filings Using the Florida Office of Insurance Regulation Filing System (IRFS)

How to Create and Submit Title Filings Using the Florida Office of Insurance Regulation Filing System (IRFS) The Florida Office of Insurance Regulation has launched the Insurance Regulation Filing System (IRFS) -- a new online application -- to replace the DCAM system. How to Create and Submit Title Filings Using

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information

WMI log collection using a non-admin domain user

WMI log collection using a non-admin domain user WMI log collection using a non-admin domain user To collect WMI logs from a domain controller in EventLog Analyer, it is necessary to add a domain admin account of that domain in it. Alternatively, you

More information

Ion Client User Manual

Ion Client User Manual Ion Client User Manual Table of Contents About Ion Protocol...3 System Requirements... 4 Hardware (Client)... 4 Hardware (Server Connecting to)... 4 Software (Ion Client)... 4 Software (Server Connecting

More information

PDF Share Forms with Forms Central extended features

PDF Share Forms with Forms Central extended features PDF SHARE FORMS Online, Offline, OnDemand PDF forms and SharePoint are better together PDF Share Forms with Forms Central extended features Product: PDF Share Forms Enterprise for SharePoint 2010 Contents

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

SharePoint 2010 Instructions for Users

SharePoint 2010 Instructions for Users SharePoint 2010 Instructions for Users 1. Access your SharePoint Web site...2 2. Work with folders and documents in a Shared Documents Library...3 2.1 Edit a document...3 2.2 Create a New Document...3

More information

Using Blackboard Drive to upload/manage content in Blackboard Learn

Using Blackboard Drive to upload/manage content in Blackboard Learn Using Blackboard Drive to upload/manage content in Blackboard Learn Downloading and Installing Blackboard Drive 1. Login to Blackboard Learn, and click on the Utilities Tab. 2. Locate the Blackboard Drive

More information

2015 Mobiliya. All Rights Reserved Page 2

2015 Mobiliya. All Rights Reserved Page 2 Contents About this Guide... 3 Getting Started... 3 About Mobiliya Shoonya... 3 Key Features... 3 Add-on Features... 4 1. Sign In... 5 2. Admin Dashboard... 6 1. Licenses... 6 2. Users... 7 3. Devices...

More information

About this Application

About this Application About this Application The Who Wants to be? application allows you to create a game similar to the Who Wants to be a Millionaire game on television. You can add 10 to 100 multiplechoice questions to the

More information

JAMS 7.X Getting Started Guide

JAMS 7.X Getting Started Guide Table of Contents JAMS Overview 2 Working with Servers 3-4 The JAMS Client Interface 5 Customizing the JAMS Client 6-8 JAMS Scheduler Overview 9 Defining Folders and Jobs 10-13 1 2017 MVP Systems Software,

More information

Export Metadata. Learning Objectives. In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7

Export Metadata. Learning Objectives. In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7 Export Metadata Learning Objectives In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7 Last updated: July 8, 2013 Overview You can export content metadata

More information

An Introduction to Box.com

An Introduction to Box.com An Introduction to Box.com Box is an online file sharing and cloud content management service and it provides features such as: Security controls Space Mobility Online collaboration Mobile access Version

More information

LimeSurvey User Guide to Creating Surveys

LimeSurvey User Guide to Creating Surveys LimeSurvey User Guide to Creating Surveys Created: October 7, 2016 Last updated: March 20, 2017 Contents Gaining access to LimeSurvey... 3 Change your LimeSurvey password... 3 Importing an existing survey

More information

WebDAV User guide. Danish Government Infostructurebase. Upload and download documents within the Repository. Prepared by: Simon T.

WebDAV User guide. Danish Government Infostructurebase. Upload and download documents within the Repository. Prepared by: Simon T. M Danish Government Infostructurebase Prepared by: Simon T. Riemann Index Index...1 Before you start...1 What can you do with WebDAV?...1 Operating systems and programs supporting WebDAV...1 WebDAV using

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

University of Pittsburgh Communications Services. Basic Training Manual Drupal 7

University of Pittsburgh Communications Services. Basic Training Manual  Drupal 7 University of Pittsburgh Communications Services Basic Training Manual www.shrs.pitt.edu Drupal 7 Table of Contents Users... 3 Log In... 3 Log Out... 3 What is a Content Management System?... 4 What are

More information

Telerik Test Studio. Web/Desktop Testing. Software Quality Assurance Telerik Software Academy

Telerik Test Studio. Web/Desktop Testing. Software Quality Assurance Telerik Software Academy Telerik Test Studio Web/Desktop Testing Software Quality Assurance Telerik Software Academy http://academy.telerik.com The Lectors Iliyan Panchev Senior QA Engineer@ DevCloud Testing & Test Studio Quality

More information

SES User Manual. Offline Exam Result Entry & Result Import in M-Star SES

SES User Manual. Offline Exam Result Entry & Result Import in M-Star SES SES User Manual Offline Exam Result Entry & Result Import in M-Star SES Contents Contents... 2 Introduction!... 3 04-19-01: Generate Exam Result Porting Sheet... 4 04-20-01: Import Exam Result from the

More information

User Manual: Logi Vision

User Manual: Logi Vision User Manual: Logi Vision December 2016 Table of Contents Administration... 2 Uploading Data Dashboard 1... 2 Dashboard 2... 5 Dashboard 3... 6 Dashboard 4... 8 Dashboard 5... 9 Dashboard 6... 10 Dashboard

More information

How to take up my assessment?

How to take up my assessment? 2011, Cognizant How to take up my assessment? Step 1 : You have to take up the assessment only using the Virtual Desktop Interface (VDI environment) Please use the URL, https://learninglabs.cognizant.com

More information

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

Managing Load Plans in OTBI Enterprise for HCM Cloud Service

Managing Load Plans in OTBI Enterprise for HCM Cloud Service Managing Load Plans in OTBI Enterprise for HCM Cloud Service Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Objective After completing this lesson, you should be able to use Configuration

More information

PASSPORTAL PLUGIN DOCUMENTATION

PASSPORTAL PLUGIN DOCUMENTATION Contents Requirements... 2 Install or Update Passportal Plugin Solution Center... 3 Configuring Passportal Plugin... 5 Client mapping... 6 User Class Configuration... 7 About the Screens... 8 Passportal

More information

IndustrySafe Guide to Importing and Editing Inspection Checklist

IndustrySafe Guide to Importing and Editing Inspection Checklist IndustrySafe Guide to Importing and Editing Inspection Checklist This guide describes the process for uploading and editing inspection checklists using the IndustrySafe Safety Management Software. 1 Log

More information

Applied Machine Learning

Applied Machine Learning Applied Machine Learning Lab 3 Working with Text Data Overview In this lab, you will use R or Python to work with text data. Specifically, you will use code to clean text, remove stop words, and apply

More information

Quick Start Guide. Microinvest Barcode Printer Pro

Quick Start Guide. Microinvest Barcode Printer Pro Quick Start Guide Microinvest Barcode Printer Pro 2016 Microinvest Barcode Printer Pro provides barcode printing functionality specifically designed to account for new orders and existing entries in the

More information