Importing Data Guide

Size: px
Start display at page:

Download "Importing Data Guide"

Transcription

1 Importing Data Guide This guide should be used as reference when importing data directly into the database. This assumes experience of Microsoft Access or SQL Server depending on database engine used. Contents Prepare Import Data... 1 Import into Access Database Guidelines... 2 To import data: To Append new records: Import into SQL Database Guidelines... 2 To import data: To copy and paste Date... 3 Importing User Details (sitehelpdesk/sitehelpdesk-it)... 3 Importing Customer Details (sitewebdesk)... 4 Key contacts columns are described below... 5 Importing Hardware Details (sitehelpdesk-it)... 6 Further Assistance Prepare Import Data The simplest format to import into the database is from a CSV (Comma Separated) Text File or Excel Spreadsheet although many other formats are available. Before attempting any import it is advisable to backup your database. Data should be cleaned and any leading or trailing spaces removed. Also any single or double quotes, commas, & and? marks should be removed as this causes issues within the application (you can use Find/Replace functionality). Eg. If importing Hardware remove the double quote from text like: You could edit to say 17 inch monitor 17" monitor as in St Clement s remove the apostrophe & change to and? remove or change to qmark, commas either remove or enclose the whole text in quotes e.g "southampton, hants"

2 Import into Access Database Guidelines With a Microsoft Access database the simplest method is to import the complete source file into the database and then create a query to append the new records. To import data: - Open \sitehelpdesk\database\shddb.mdb in Microsoft Access 2000 Click on File, Get External Data, Import Select Filetype and name of file Click on Finish to import data (or click on Next and configure as required) This will create a new table To Append new records: - Click on Insert, Query Select Design View Select new table and close pop-up table window Click on Query, Append Query Select table (see Database Table Definition for more info) Then select each column from Imported table and select the destination in Append To Click on Query, Run to execute Import into SQL Database Guidelines With a SQL Server database the simplest method is to use the Import Data wizard to import the data directly into the destination table. To import data: - Select Import and Export Data from the SQL Program Group (or by right clicking on the Database name and then Tasks, Export or Import. Select Source Data Source (Excel, Text) and locate File Select Destination sitehelpdesk database and Authentication credentials Select Copy table option Select Sheet if Excel Spreadsheet Use the Preview button to display data to be imported Click on Destination table and select the relevant table Click on Transform You can then modify the source and destination mappings Ensure that Append rows to destination is checked Remove check for Enable Identity Insert Click OK and Next to continue Select Run Immediately, Next then Finish to complete import Either use the import routines as in 2000, or if you only have SQL Express then the easiest way is to create a spreadsheet with the same number of columns as the database. Leaving blank any that are irrelevant. Note: You can create a sample spreadsheet by go to the database in SQL Server, right click, select Tasks, Export and follow the Wizard, export to a destination of Excel spreadsheet and make sure that First row Includes column heading is ticked. Take not of the Excel version you select and use that same version for saving the completed spreadsheet and when importing later. Then complete the spreadsheet with your data. Tip: If you login to the helpdesk and run /tools/cleardb.asp to clear out any demo data from the system and manually enter one of your own records as an example to see what goes into each column.

3 To copy and paste Date Having completed a spreadsheet from the exported example: Highlight the data in the spreadsheet that you want to import (ie not the example record as that is already there) and select copy Go to the database, open the table and Return all rows. Put the cursor on the next row in the database table. Select paste. If you do not have the option to copy and paste then use the Import data wizard from the previous section. Importing User Details (sitehelpdesk/sitehelpdesk-it) Note: The simplest way to create staff records is to use the helpdesk feature to import from active Directory which will populated all related tables and obtain the user domain and ID for windows Authentication. Refer to the Administration guide. To manually import: Before importing user details it is required that the Department and Site information be populated. You can do this from within the application (under Administration menu option) or by importing/entering into the following Table columns. Dept_Code Dept_Name Dept_Costcode Dept_Charge DEPARTMENT Auto Identity Department Name Department Cost Code (optional) Department Hourly Charge (optional) Location_Code Location_Name Location_Address Location_Phone Location_Autoass LOCATION Auto Identity Site Name Site Address (optional) Site Phone Number (optional) Auto assign Operator can be a valid Operator id (Optional) Once Department and Site data exists the User data can be imported using the columns as described below. User_Code User_Name User_Location User_Deptname User_Phone User_ User_JobDesc User_Active User_NTAcc User_EAlert User_CHPriv PEOPLE Auto Identity leave this blank, SQL will create the unique reference during import. User Name Users Default Site (needs to exist in Locations) Users Default Department (needs to exist in Departments) Users Phone Number (optional) Users Address (optional) Users Job Description (optional) Set to T to enable User Users Window Account (domain\account) (optional) Set to T to enable User to receive alerts Set to F or T for the user to be a Change Management Approver (sitehelpdesk-it only)

4 Importing Customer Details (sitewebdesk) The main customer detail records can be imported directly into the sitehelpdesk database. It is advisable to add the contact and product information through the application after records have been imported but a method to import contacts is described below. Key customer columns described below. PEOPLE User_Code Auto Identity leave this blank, SQL will create the unique reference during import. User_Name Customer Name (should be unique for branches add (location) to the name. User_SWDAddr1 Address Line 1 User_SWDAddr2 Address Line 2 User_SWDAddr3 Address Line 3 User_SWDTown Town / City User_SWDCounty County / State User_SWDPostcode Postcode / Zip User_SWDCountry Country User_Phone Telephone Number User_Active Set to T (true) to display Comments automatically when logging calls or F to hide them. User_SWDFax Fax Number USER_SWDCOMMENTS Notes against Customer User_SWDStatus Customer Status (needs to be exist in cust_status value list) User_SWDAccNo Account Number User_SWDCoType Customer Type (optional but if used then needs to be exist in cust_type value list) User_SWDCOLINK User_code of head office (used to relate to branch to a head office) As user_code is auto created during import this cannot be populated now. However, you could import all head offices first. Then obtain the user_code from the database and populate this column for related branches and then import the branches. Otherwise you must manually relate branches to a head office in the helpdesk customer administration page User_SWDCharge Customer Hourly Charge, set to 0.00 if not used. User_SWDCATGROUP SLA Profile (must exist in CAT_PROFILE value list ) User_SWDSUPCON Nominated support person or Team (optional value must exist as Operator or Team id.) User_SWDACCMAN Nominated Sales person or Team name (optional value must exist as Operator or Team id) User_NOCONTACT User_Depthead Set to F ( T means all contacts are excluded from lists) Set to T (this is the Active flag in SWD to include that customer in selection lists)

5 Key contacts columns are described below Con_Code Con_Name Con_ Con_mobile Con_SWDUSERCODE CON_ACTIVE CON-Nocontact Con_Address CONTACTS Auto Identity leave this blank, SQL will create the unique reference during import. Contacts full name and title address should be unique as may be used a sid to log in. i.e. Don t create the same contact under multiple companies. You only need one contact against a head office for them to be selectable on calls form branches. Mobile phone number This is the User_Code from PEOPLE table record of that customer. This will not be known so leave blank and you can populate froma SQL statement later. Set to T Set to F (or T if they are not to be included in lists) Enter the full name of Customer that contact is in so that a relationship can be built using SQL commands Once the customers and contacts have been import the following sql command may be run to relate the contacts to the customers. Go the SQL server New Query and select your helpdesk database. Then use this statement and run. Update contacts set CON_SWDUSERCODE = User_code from people where convert(varchar(255),contacts.con_address) = convert(varchar(255),people.user_name) Check in the helpdesk that the contacts are now visible against their respective customers.

6 Importing Hardware Details (sitehelpdesk-it) The simplest way to import hardware records is using the Hardware Import Wizard, which will also create all related tables of data like Type and Location for you. Refer to this FAQ guide: Hardware records can be imported directly into the sitehelpdesk database. You will need to ensure that all Value List properties (Administration, Value Lists) are populated before importing the hardware records. Key hardware columns described below. HARDWARE HW_Site Site of Hardware (needs to exist in Location) HW_Location Details of Location HW_Hostname Asset Number * HW_Hosttype Host type (needs to be exist in host_type value list) HW_Username Department or Username (needs to exist in Department/People) HW_Make Machine type (needs to be exist in host_make value list) HW_Model Machine Model HW_SerialNo Serial Number * HW_AssetNo Host Name * HW_Pono Purchase Order Number HW_Buydate Purchase Date HW_Cost Purchase Cost HW_WarPeriod Warranty Period HW_MaintCo Maintenance Company (needs to exist in External Contacts) HW_OS Operating System (needs to be exist in host_os value list) HW_Proc Processor Speed HW_Mem Memory HW_Comments Additional comments HW_Spare1 Spare field HW_Spare2 Spare field * Key hardware columns are user definable and can be configured in Administration, Configuration under the Hardware Logging option section. The use of these columns can be altered. Default settings are shown above. Note that the key field you use to identify hardware should be unique, e.g asset number, host name or serial number. Further Assistance Please contact support@sitehelpdesk.com should you require further assistance with importing data.

How to Import Customers & Suppliers into SortMyBooks Online Pt 1.

How to Import Customers & Suppliers into SortMyBooks Online Pt 1. How to Import Customers & Suppliers into SortMyBooks Online Pt 1. You can import your Customer and Suppliers address & contact details into SortMyBooks online from anywhere that can export them into.csv

More information

VisitEye Tutorial for Admins

VisitEye Tutorial for Admins VisitEye Tutorial for Admins Introduction By the end of this tutorial you will be able to: 1. Have a working account 2. Add new users manually with their respective security roles. Load locations in bulk

More information

Create CSV for Asset Import

Create CSV for Asset Import Create CSV for Asset Import Assets are tangible items, equipment, or systems that have a physical presence, such as compressors, boilers, refrigeration units, transformers, trucks, cranes, etc. that are

More information

REPORTING Copyright Framework Private Equity Investment Data Management Ltd

REPORTING Copyright Framework Private Equity Investment Data Management Ltd REPORTING Copyright Framework Private Equity Investment Data Management Ltd - 2016 Table of Contents Standard Reports... 3 Standard Report Pack... 4 General Data Protection and Framework... 7 Partner Bank

More information

Apprenticeship data: course directory provider portal user guide

Apprenticeship data: course directory provider portal user guide Apprenticeship data: course directory provider portal user guide Version 6 March 2018 Of interest to apprenticeship training providers. Contents 1. Introduction...2 1.1. Who can enter data?...2 1.2. How

More information

Creating and Editing Budgets

Creating and Editing Budgets EXO Business CRM User Guide 4. Select the levels to create budgets at by ticking the required boxes in the Budget Model section. It is only necessary to tick one box for each column - ticking the box for

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

More information

VisitBasis Tutorial for Admins

VisitBasis Tutorial for Admins VisitBasis Tutorial for Admins Introduction By the end of this tutorial you will be able to:. Have a working account. Create and use divisions. Add new users manually with their respective security roles

More information

How to Import a Text File into Gorilla 4

How to Import a Text File into Gorilla 4 Bill Good Marketing Excel: Text to Columns How to Import a Text File into Gorilla 4 The information in this article applies to: Importing a text file into the Gorilla database. Questions that apply to

More information

Version 1.5 Inbound Integration (POP3) Installation, Configuration and User Guide

Version 1.5 Inbound  Integration (POP3) Installation, Configuration and User Guide Version 1.5 Inbound Email Integration (POP3) Installation, Configuration and User Guide Last updated July 2010 1 Introduction and Overview... 1 2 The Case for Email monitoring... 1 3 Upgrading from earlier

More information

Apprenticeship data: course directory provider portal user guide

Apprenticeship data: course directory provider portal user guide Apprenticeship data: course directory provider portal user guide Version 1 August 2016 Of interest to apprenticeship training providers with an apprenticeship contract funding allocation for the 2016 to

More information

Creating letters using mail merge in Microsoft Word (Windows PC)

Creating letters using mail merge in Microsoft Word (Windows PC) Creating letters using mail merge in Microsoft Word (Windows PC) What is mail-merge? Mail merge is a tool in Microsoft Word that allows you to send out batches of personalised letters. Instead of sending

More information

MADE4TRADE USER GUIDE

MADE4TRADE USER GUIDE 1 MADE4TRADE USER GUIDE 2 Table of contents CREATING AN ACCOUNT... 3 MAIN NAVIGATION... 4 ORDERING A PRODUCT... 5 ADHOC ORDERS...15 DELIVERY TRACKING...21 EVENTS PROCESS... 2123 EVENT PRE-ORDERING/ CALL-OFF

More information

Appendix C: Run a Report of Individual Listings for your Department

Appendix C: Run a Report of Individual Listings for your Department for your Department The Directory Report The Directory report lists each person in your department along with the information from the HR database that will be printed in the next directory. The Directory

More information

2. This will bring you to a new window asking what type of policy you are inserting. Personal Policies. Commercial Policies. All Other Policies

2. This will bring you to a new window asking what type of policy you are inserting. Personal Policies. Commercial Policies. All Other Policies How to Insert a New Client File To insert a new client file you can do this one of two ways. The first way is to manually insert the client file through Hawksoft. You would use this method if you are writing

More information

Manual Physical Inventory Upload Created on 3/17/2017 7:37:00 AM

Manual Physical Inventory Upload Created on 3/17/2017 7:37:00 AM Created on 3/17/2017 7:37:00 AM Table of Contents... 1 Page ii Procedure After completing this topic, you will be able to manually upload physical inventory. Navigation: Microsoft Excel > New Workbook

More information

Operators Guide Version 6.8

Operators Guide Version 6.8 Operators Guide Version 6.8 Last updated 6 th February 2006 for 6.8 Patch 10 Refer to the separate Administration Guide for Configuration of your helpdesk 2006 sitehelpdesk.com Ltd Table of Contents Section

More information

Administration and Configuration Guide

Administration and Configuration Guide Administration and Configuration Guide Version 8.4 Latest features Summary (these are shown in red in this document): Hide Call Types / Categories from Operators Task based Workflow to change Operator

More information

Apprenticeship data: course directory provider portal user guide

Apprenticeship data: course directory provider portal user guide Apprenticeship data: course directory provider portal user guide Version 5 October 2017 Of interest to apprenticeship training providers. Contents 1. Introduction... 2 1.1. Who can enter data?... 2 1.2.

More information

Comodo One Software Version 3.18

Comodo One Software Version 3.18 rat Comodo One Software Version 3.18 Service Desk Staff Guide Guide Version 4.8.122817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1 Introduction to Service Desk Module...

More information

THE STARTING POINT FOR EACH STEP WILL BE

THE STARTING POINT FOR EACH STEP WILL BE MODULE 1 - INTRODUCTION Having completed registration there are 5 essential steps to set up Yendo. Taking the time to set-up correctly eliminates the risk of errors going forward. 5 ESSENTIAL STEPS 1.

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

Microsoft Access Database How to Import/Link Data

Microsoft Access Database How to Import/Link Data Microsoft Access Database How to Import/Link Data Firstly, I would like to thank you for your interest in this Access database ebook guide; a useful reference guide on how to import/link data into an Access

More information

External Data Connector for SharePoint

External Data Connector for SharePoint External Data Connector for SharePoint Last Updated: July 2017 Copyright 2014-2017 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

User Guide. Created: Tuesday, August 06, OCI ChequeWriter System

User Guide. Created: Tuesday, August 06, OCI ChequeWriter System User Guide Created: Tuesday, August 06, 2013 Copyright OC Innovations Pte Ltd. All rights reserved. http://www.ocisystem.com/ The information contained in this document is subject to change without notice.

More information

Data Import Guide DBA Software Inc.

Data Import Guide DBA Software Inc. Contents 3 Table of Contents 1 Introduction 4 2 Data Import Instructions 5 3 Data Import - Customers 10 4 Data Import - Customer Contacts 16 5 Data Import - Delivery Addresses 19 6 Data Import - Suppliers

More information

User Manual. Interactive

User Manual. Interactive User Manual Interactive Instructions for: Report Nov 2016 Interactive User Manual for Report Overviews Purpose This document describes the Report module in DHL Interactive (DHLi). Scope of this Document

More information

SYNTHESYS MANAGEMENT APPLICATIONS

SYNTHESYS MANAGEMENT APPLICATIONS SYNTHESYS MANAGEMENT APPLICATIONS CUSTOMER RELATIONSHIP MANAGEMENT CRM Maintenance Table CRM Properties Table 1 SYNTHESYS APPLICATIONS: CRM EDITOR Introduction... 3 Using CRM Details in a Synthesys Webflow...

More information

EZ Arms Keeper. Instruction Manual. EZ Arms Keeper Instruction Manual Page 1 of 162 Copyright EZ Arms, LLC. All rights reserved.

EZ Arms Keeper. Instruction Manual. EZ Arms Keeper Instruction Manual Page 1 of 162 Copyright EZ Arms, LLC. All rights reserved. EZ Arms Keeper Instruction Manual EZ Arms Keeper Instruction Manual Page 1 of 162 Table of Contents Preface... 8 Overview... 8 Technical Assistance... 8 Getting Started... 9 Launch EZ Arms Keeper Program...

More information

Quick Start Guide for Kwik Quotation System

Quick Start Guide for Kwik Quotation System Quick Start Guide for Kwik Quotation System >> After login Kwik Order, access Go To Quotation System >> Below is the Kwik Quotation home page. Initial Setup >> Access Contact Setup and click Add New Contact

More information

Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE

Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE 11 2015 CONTENTS INTRODUCTION... 3 USERS... 4 FUNCTION ROLES AND DATA ROLES... 5 FUNCTION ROLES... 5 Create a Function Role... 8

More information

Welcome to Cole On-line Help system!

Welcome to Cole On-line Help system! Welcome to Cole On-line Help system! Cole Online is an Internet based information directory that allows fast and efficient access to demographic information about residences and businesses. You can search

More information

Mobile Forms Integrator

Mobile Forms Integrator Mobile Forms Integrator Introduction Mobile Forms Integrator allows you to connect the ProntoForms service (www.prontoforms.com) with your accounting or management software. If your system can import a

More information

Frequently Asked Questions and other helpful information

Frequently Asked Questions and other helpful information Frequently Asked Questions and other helpful information FAQ How do I chart? To create a chart, left click on the Chart toolbar button in the upper left corner of your CQG screen. A chart appears. In the

More information

Interfacing with MS Office Conference 2017

Interfacing with MS Office Conference 2017 Conference 2017 Session Description: This session will detail procedures for importing/exporting data between AeriesSIS Web Version/AeriesSIS Client Version and other software packages, such as word processing

More information

Updating Users. Updating Users CHAPTER

Updating Users. Updating Users CHAPTER CHAPTER 18 Update the existing user information that is in the database by using the following procedure:, page 18-1 Retaining Stored Values, page 18-2 Using the BAT Spreadsheet to Create a CSV Data File

More information

Termination Payout Calculator

Termination Payout Calculator Termination Payout Calculator User guide System requirements Installation Getting started & logging in Changing your password Users Searching Importing termination records Exporting (CSV or for the Tax

More information

Active Messenger User Guide

Active Messenger User Guide Active Messenger User Guide 0 2 8 Active Messenger User Guide Index 1. Login 2 1.1 Login to Vibe Active SMS 2 2. Set Up Your User Profile 3 2.1 Profile 3 2.2 Fill in the Invoice Contact details 4 2.3 Settings

More information

1 SEARCHING FOR A MEMBER SEARCHING FOR A WI ADDING A NEW MEMBER HOW TO ADD A DUAL MEMBER... 9

1 SEARCHING FOR A MEMBER SEARCHING FOR A WI ADDING A NEW MEMBER HOW TO ADD A DUAL MEMBER... 9 Contents 1 SEARCHING FOR A MEMBER... 2 2 SEARCHING FOR A WI... 4 3 ADDING A NEW MEMBER... 6 4 HOW TO ADD A DUAL MEMBER... 9 6 HOW TO CHANGE A MEMBER S WI... 19 7 HOW TO UPLOAD A DOCUMENT OR WEB LINK...

More information

Pubzilla Online Pub Database 18 th October 2011

Pubzilla Online Pub Database 18 th October 2011 Pubzilla Online Pub Database 18 th October 2011 Background Pubzilla is an online pub database that branches can use if they wish. It is centrally maintained and operated, so all a branch needs to use it

More information

Data Automator Installation and Getting Started Guide

Data Automator Installation and Getting Started Guide Data Automator Installation and Getting Started Guide Contents Introduction... 3 Minimum Requirements... 4 Supported Operating Systems... 4 Other requirements... 4 Installation... 5 Configuration Folder

More information

Chapter 2 Autodesk Asset Locator... 3

Chapter 2 Autodesk Asset Locator... 3 Contents Chapter 2 Autodesk Asset Locator....................... 3 Supported Operating Systems....................... 3 Installing Autodesk Asset Locator..................... 4 Define a Search...............................

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

External Data Connector for SharePoint

External Data Connector for SharePoint External Data Connector for SharePoint Last Updated: August 2014 Copyright 2014 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

www.insightsoftware.com for JD Edwards World and EnterpriseOne Version: 3.3 Last Updated: September 2, 2011 Contents 1. Architecture... 3 Overview... 3 Deployment... 4 Database Space... 4 Using This Guide...

More information

Comodo One Software Version 3.16

Comodo One Software Version 3.16 rat Comodo One Software Version 3.16 Service Desk Staff Guide Guide Version 4.6.112817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1 Introduction to Service Desk Module...3

More information

Creating a Mail Merge Document

Creating a Mail Merge Document Creating a Mail Merge Document 1. Set up your Data in an Excel spreadsheet Each column should represent a particular category of information to be included in the Mail Merge. In this example the First

More information

Training Manual for HR Managers ( Business Unit Admin level)

Training Manual for HR Managers ( Business Unit Admin level) UK Umbrella Service Ltd online DBS applications Training Manual for HR Managers ( Business Unit Admin level) UK Umbrella Service Ltd Page 1 of 12 1 Accessing the system: From the Log In page: https://ukdbschecks.employmentcheck.org.uk/user_login.php

More information

How to Mail Merge a file with Microsoft Word 2003

How to Mail Merge a file with Microsoft Word 2003 2003 February 2005 How to create a query in SOS, export the report to a Text file and then use the report to do a mail merge with Microsoft Word 2003. The same example applies to any of the export options

More information

How to Create Excel Dashboard used in Solutions Conference By Matt Mason

How to Create Excel Dashboard used in Solutions Conference By Matt Mason How to Create Excel Dashboard used in Solutions Conference 2017 By Matt Mason The following is a step by step procedure to create the Dashboard presented by Matt Mason in the Excel Tips and Tricks session

More information

Chapter 19. Indebtedness Reports

Chapter 19. Indebtedness Reports Chapter 19 Indebtedness Reports This Page Left Blank Intentionally CTAS User Manual 19-1 Indebtedness Reports: Introduction There are two reports that you can create and print from the Indebtedness Reports

More information

Creating Mailing Labels (2010)

Creating Mailing Labels (2010) Creating Mailing Labels (2010) The procedure through to printing is a two-stage process. Firstly the client list for the mailing labels is created in Query Builder and then the information is merged within

More information

My MessageMedia User Guide

My MessageMedia User Guide My MessageMedia User Guide Copyright and Trademark Statement 2011 MessageMedia All rights reserved. Apart from any use permitted under the Copyright Act 1968, no part of this publication may be reproduced,

More information

1. About AP Invoice Wizard

1. About AP Invoice Wizard 1. About AP Invoice Wizard Welcome to AP Invoice Wizard. We have developed this tool in response to demand from Oracle Payables users for a user friendly and robust spreadsheet tool to load AP Invoices

More information

Obvious reason for using a mail merge then is to save time in drafting a form document which needs to be sent to multiple folks.

Obvious reason for using a mail merge then is to save time in drafting a form document which needs to be sent to multiple folks. 1 2 A mail merge is made up of two components a document (which can be a letter, envelope, or label) and a data set. Putting the two together using a mail merge results in producing several letters, envelopes,

More information

HOW TO USE THE EXPORT FEATURE IN LCL

HOW TO USE THE EXPORT FEATURE IN LCL HOW TO USE THE EXPORT FEATURE IN LCL In LCL go to the Go To menu and select Export. Select the items that you would like to have exported to the file. To select them you will click the item in the left

More information

Performing Administrative Tasks

Performing Administrative Tasks CHAPTER 6 This section provides information about administrative tasks. It includes these topics: Stopping and Restarting the Cisco License Manager Server, page 6-1 How to Manage Users, page 6-2 Working

More information

Microsoft Word 2010 Introduction to Mail Merge

Microsoft Word 2010 Introduction to Mail Merge Microsoft Word 2010 Introduction to Mail Merge Elizabeth Wells February 2012 Copyright 2012 ElizabethWells All rights reserved. Except as permitted under current legislation, no part of this work may be

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

About Lead Retrieval User

About Lead Retrieval User About Lead Retrieval User manual Index 1. About Lead Retrieval 2. Setting up the service on the Web Portal 1. Logging in the Web Portal 2. Dashboard 3. Company Code 4. Surveys 5. Tags 6. Uploading documents

More information

Importing Local Contacts from Thunderbird

Importing Local Contacts from Thunderbird 1 Importing Local Contacts from Thunderbird Step 1, Export Contacts from Thunderbird In Thunderbird, select Address Book. In the Address Book, click on Personal Address Book and then select Export from

More information

Fast, flexible and in control

Fast, flexible and in control - Océ Posterizer Enterprise Data Entry Fast, flexible and in control o User manual Application guide Copyright 2010 Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or

More information

Scribe SolutionPak: QuickBooks Desktop to Salesforce

Scribe SolutionPak: QuickBooks Desktop to Salesforce Scribe SolutionPak: QuickBooks Desktop to Salesforce 9/26/2012 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means,

More information

Eukleia LMS Tenant administrator guide

Eukleia LMS Tenant administrator guide Eukleia LMS Tenant administrator guide Version 1.1 Date published 4 January 2017 This guide will occasionally be updated. It is advisable not to download a copy, and instead access it from the LMS each

More information

GN4: Section 3 How to enter, authorise and validate data

GN4: Section 3 How to enter, authorise and validate data 1 Introduction This guidance note is intended to provide you with information on how to enter, authorise and validate data in WDF. It covers the following areas (these are links which will take you to

More information

Parts Updater. Last Update: August 10, (440)

Parts Updater. Last Update: August 10, (440) Parts Updater Last Update: August 10, 2018 www.sedonaoffice.com (440) 247-5602 Table of Contents Overview... 4 Setup... 5 Downloading the Updater... 5 Acquiring Your Parts List... 6 Running the Parts Updater...

More information

Copyright Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3

Copyright Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3 Copyright 1999-2017 Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3 1 Overview of Vendor Portal Setup Basware P2P s vendor portal allows vendors to retrieve easily

More information

Creating Codes with Spreadsheet Upload

Creating Codes with Spreadsheet Upload Creating Codes with Spreadsheet Upload In order to create a code, you must first have a group, prefix and account set up and associated to each other. This document will provide instructions on creating

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

Getting Started Guide for HR Admins

Getting Started Guide for HR Admins Getting Started Guide for HR Admins Table of Contents: Table of Contents:... 2 What is included in the Getting Started Guide for HR Admins?... 4 Getting Started with SimplyMerit... 4 What is SimplyMerit?

More information

APS Installation Documentation

APS Installation Documentation APS Installation Documentation Sites Using APS in Conjunction with SunSystems: SunSystems must be installed on the system so that connections with APS can be set up. Installation Sequence 1. Go to Adventist

More information

USER MANUAL BULK UPLOAD CONTENTS FEBRUARY 2014 INTRODUCTION 2 1. HOW DO I ACCESS THE BULK UPLOAD FACILITY? 3 2. BULK UPLOAD CODES 4

USER MANUAL BULK UPLOAD CONTENTS FEBRUARY 2014 INTRODUCTION 2 1. HOW DO I ACCESS THE BULK UPLOAD FACILITY? 3 2. BULK UPLOAD CODES 4 USER MANUAL BULK UPLOAD CONTENTS INTRODUCTION 2. HOW DO I ACCESS THE BULK UPLOAD FACILITY? 3 2. BULK UPLOAD CODES 4 3. BULK UPLOAD TEMPLATE - EXCEL FORMAT 5 4. BULK UPLOAD TEMPLATE - CSV FORMAT 0 5. ACW

More information

Agilent Partner Central

Agilent Partner Central User Guide for Partners 6/1/2010 For External Partners/US_Canada Version Author: Betsy Savarese/Trish Kohrt/Tamie LeBar/CEG Version: 1.0 Partner Central Training for Partners June 7 th through June 11

More information

MyFloridaMarketPlace. equote Training State Agencies

MyFloridaMarketPlace. equote Training State Agencies MyFloridaMarketPlace equote Training State Agencies 1 What is an equote When to use an equote Benefits Creating an equote Managing equotes Awarding & Viewing Results Resources Agenda What is an equote

More information

Hewlett Packard Enterprise Smart Quote

Hewlett Packard Enterprise Smart Quote Hewlett Packard Enterprise Smart Quote User Guide for Reseller Table of contents 1 Introduction to Smart Quote... 3 1.1 What is Smart Quote?... 3 1.2 Who will use Smart Quote?... 3 1.3 Do I require a special

More information

DB Export/Import/Generate data tool

DB Export/Import/Generate data tool DB Export/Import/Generate data tool Main functions: quick connection to any database using defined UDL files show list of available tables and/or queries show data from selected table with possibility

More information

ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0

ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0 ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0 Contents Contents... i Oracle isupplier Portal Overview...1 Recommended Browsers and Settings...2 Advanced Settings...2 Turn-off pop-up blocker or Allow pop-up

More information

Note: For more information on creating labels in CDS, watch Volume 22 of the Fast Class Update: Label Creation.

Note: For more information on creating labels in CDS, watch Volume 22 of the Fast Class Update: Label Creation. Information used to create labels the Client Data System (CDS) can be exported out of CDS and used to create labels in Microsoft Word. In Word, you can make changes to the style, size, and color of fonts

More information

University of Massachusetts Amherst * Boston * Dartmouth * Lowell * President s Office * Worcester

University of Massachusetts Amherst * Boston * Dartmouth * Lowell * President s Office * Worcester Running Queries Users can access the Query Viewer to run pre-defined queries. The results of these queries will aid and assist in statistical analysis and decision making. This job aid explains the procedure

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

BEIMSWeb Administrator Training Manual

BEIMSWeb Administrator Training Manual Administrator Training Manual Mercury Computer Systems (Aust) Pty Ltd Level 3, 271 William Street, Melbourne VIC 3000 ABN: 75 632 408 132 Tel: +61 3 9602 2255 Fax: +61 3 9602 2595 support@beims.com www.beims.com

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

Release Notice. Version Release Date: June 12, (440)

Release Notice. Version Release Date: June 12, (440) Release Notice Version 5.7.57 Release Date: June 12, 2017 www.sedonaoffice.perennialsoftware.com (440) 247-5602 Table of Contents About this Document... 5 Overview... 5 Applications Enhancements/Improvements...

More information

ATS Ultimate Spreadsheet Importer. A Difficult Task Made Easy

ATS Ultimate Spreadsheet Importer. A Difficult Task Made Easy ATS Ultimate Spreadsheet Importer A Difficult Task Made Easy Presented by: About ATS Serving imis community since 1995 Full-service Authorized imis Solutions Provider (AiSP) Application development to

More information

Business Process Procedures

Business Process Procedures Business Process Procedures 14.40 MICROSOFT EXCEL TIPS Overview These procedures document some helpful hints and tricks while using Microsoft Excel. Key Points This document will explore the following:

More information

Relational Population Service (RPS)

Relational Population Service (RPS) Relational Population Service (RPS) Jade Software Corporation Limited cannot accept any financial or other responsibilities that may be the result of your use of this information or software material,

More information

Importing Career Standards Benchmark Scores

Importing Career Standards Benchmark Scores Importing Career Standards Benchmark Scores The Career Standards Benchmark assessments that are reported on the PIMS Student Fact Template for Career Standards Benchmarks can be imported en masse using

More information

CREATE LISTS WITH MILLENNIUM II

CREATE LISTS WITH MILLENNIUM II CREATE LISTS WITH MILLENNIUM II IUGSA, Pretoria. 9-10 November 2006 Anette Lessing Library Systems Administrator Academic Information Service. University of Pretoria Anette.lessing@up.ac.za 1 Content Working

More information

Version 1.9. Inbound Integration (POP3, IMAP and EWS) Installation, Configuration and User Guide. Last updated February 2015

Version 1.9. Inbound  Integration (POP3, IMAP and EWS) Installation, Configuration and User Guide. Last updated February 2015 Version 1.9 Inbound Email Integration (POP3, IMAP and EWS) Installation, Configuration and User Guide Last updated February 2015 Version 1.9 new Features: MS Exchange Web Services (EWS/OWA/IMAP) connectivity.

More information

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

More information

ASX Clear (Futures) Static Data Portal User Manual ETD only Clearing Participants

ASX Clear (Futures) Static Data Portal User Manual ETD only Clearing Participants ASX Clear (Futures) Static Data Portal User Manual ETD only Clearing Participants Table of Contents 1. CLEARING PARTICIPANT ETD ONLY... 4 1.1. INTRODUCTION... 4 1.1.1. Purpose of ASX Clear (Futures) Static

More information

FAQs Data Workbench SAP Hybris Cloud for Customer PUBLIC

FAQs Data Workbench SAP Hybris Cloud for Customer PUBLIC FAQs Data Workbench SAP Hybris Cloud for Customer PUBLIC Table of Contents FAQS DATA WORKBENCH... 4 1. Why is it mandatory to select a template or an object?... 4 2. Can I map my ID key to the Internal

More information

YGL 3.0 // The Basics

YGL 3.0 // The Basics YGL 3.0 // The Basics Thank you for your continued support of You ve Got Leads! The following document is intended to help with the many features of the program. Each community may have different features

More information

Importing and exporting Net2 user data

Importing and exporting Net2 user data Importing and exporting user data User data User data is defined as all the information holds about an individual cardholder. Often most of this information already exists in other databases owned by the

More information

Ticketing Table of Contents:

Ticketing Table of Contents: Table of Contents: Manage Tickets Configure 362 Chapter 8 - Sadjadi et al. Introduction While deployed agents provide extremely useful information regarding the state of all managed machine, facilitating

More information

This document contains information that will help you to create and send graphically-rich and compelling HTML s through the Create Wizard.

This document contains information that will help you to create and send graphically-rich and compelling HTML  s through the Create  Wizard. This document contains information that will help you to create and send graphically-rich and compelling HTML emails through the Create Email Wizard. or warranty by AT&T and is subject to change. 1 Contents

More information

Adding Users. Adding Users CHAPTER

Adding Users. Adding Users CHAPTER CHAPTER 15 You can use Cisco Unified Communications Manager Bulk Administration (BAT) to add a group of new users and to associate users to phones and other IP Telephony devices in the Cisco Unified Communications

More information

ADERP ISUPPLIER PORTAL USER MANUAL VERSION 1.2

ADERP ISUPPLIER PORTAL USER MANUAL VERSION 1.2 ADERP ISUPPLIER PORTAL USER MANUAL VERSION 1.2 Document Control Change Record 4 Date Author Version Change Reference 12-Dec-2016 DOF 1.0 08-Feb-2017 DOF 1.1 Updated with new URL links 23-Mar-2017 DOF 1.2

More information

Employee User s Guide

Employee User s Guide Employee User s Guide INTRODUCTION The instructions and information contained in this document outline the steps necessary to use the ivisitor application. This guide is designed to help facilitate your

More information

1-Step Appraisals Personal Property Appraisal Software

1-Step Appraisals Personal Property Appraisal Software User Guide for 1-Step Appraisals Personal Property Appraisal Software Home & Business Software for Windows Page Table of Contents Getting Started... Page 3 Image Preferences... Page 4 Adding Business/Company

More information