Basics of Electronic Data Exchange: XML and EDI
|
|
|
- Griffin Shields
- 10 years ago
- Views:
Transcription
1 Presenter Monique L. Snowden Director of Enrollment Research & Technology Texas A&M University AAACRO SPEEDE Committee, Chair-elect
2 Session Description This is an introduction to the electronic exchange of student data using approved EDI and XML standards. Basic concepts and benefits of EDI and XML will be described in this non-technical session for beginners. Included will be a discussion of how to choose between EDI and XML-- comparisons, contrasts and interoperability. Intended Audience: New to the profession ANSCI (American National Standards Institute) X12 EDI: 130 Student Educational Record 131 Student Educational Record Acknowledgment 146 Request for Student Educational Record 147 Response to Request for Student Educational Record 189 Application for Admissions PESC (Postsecondary Education Standards Council) XML: College Transcript High School Transcript
3 The primary goal is to go from this Sender Receiver Data File Re-key Data Transcript Conventional Mail Transcript Request Processed Recipient Data Files
4 Coded To: Student Data File Sender Standard Format To this Secure Network Receiver Standard Format Decoded From: Recipient Data Files Request Processed Request Transfer Complete
5 The structuring problem Interchangeable files attempting to transfer a file only to discover that the recipient can t read the format you used Forces developers to use same tools Limits types of tools used in the organization Limits developer/knowledge worker productivity Customized page layouts limited in accessing web content via different devices Forces web authors to provide different pages for each mode of access Limits devices for accessing pages Limits reach to client-base
6 The structuring problem Business Integration inefficient or absence of integrated applications and databases Impedes connectivity between different applications and databases Limits the coherent view of information for a particular function/area Trading partner coordination interpretation of data/information Impedes the agreement of terms of the trading relationship Impedes the agreement of polices to apply during trading Impedes the automation of processing of data received
7 The structuring problem Each party accessing data may have different perspectives of what that data means Geographic colloquialisms Professional jargon Different languages The more parties involved the data the greater the opportunity for misinterpretation Many application developed for distributed networks Greater reach of networks = greater opportunity for data exchange problems
8 AACRAO SPEEDE Committee The AACRAO SPEEDE Committee develops and assists with the implementation and approval of standards for electronic data exchange for student transcripts, admission applications, and other educational records. Standardization of Postsecondary Education Electronic Data Exchange Standards are Essential! SPEEDE has been actively involved in the development and approval of EDI & XML standards
9 Imagine a world without Standards no order
10 Imagine a world without Standards no consistency
11 When and Why Electronic Data Exchange Standards? Is your data handling redundant, inefficient, inconsistent frustrating? Data standards facilitate the leveraging of efficiency, quality and transparency of electronic data exchange. Do you want to improve the quality of information? reduce costs? sharpen competitive strengths? increase trading partners? increased security? improve your customers experience?
12 Do you want prove to your leadership that the return on investment in technology is achievable - not elusive? Today s leaders in higher education are using data standards, resources, guidance, and collaborative environments to draw blueprints for tomorrow s success!
13 The Introduction: EDI EDI stands for Electronic Data Interchange Organizations that send or receive documents to and/or from each other are referred to as "trading partners Many view EDI from the technical perspective that EDI is a data format EDI is a system for exchanging business documents with external entities, and integrating the data from those documents into an organization s internal systems
14 The Promise: EDI electronic transmission of standard business documents in a predetermined format from one company s business computer application to it s trading partners business computer application. - Cannon, 1993 EDI was first developed by the automobile/transportation industry in the 1960s. Today, it is widely used in a variety of industries, including distribution, finance and accounting, health care, manufacturing, purchasing, retail, tax form filing, and shipping and Higher Education. EDI is a subset of electronic commerce that encompasses the exchange of business information in a standardized electronic form (layout). EDI is still used for the vast majority of electronic commerce transactions in the world
15 An Example EDI Transmission ST!189! \ BGN!00! ! !1830!CT\ N1!AS!!ZZ!ADAPP\ N1!AT!!73!999999\ REF!48! !FFRESHMAN APPLICATION ID\ DTP!196!CM!200709\ REF!SY! !STUDENT REPORTED SSN\ IN1!1!02\ IN2!05!SMITH\ IN2!02!JOHN\ IN2!03!ADAM\ REF!PSM! ! V JOHN A SMITH\ DMG!D8! !M!I!E!1!!8\ IND!!AZ!!TEMPE\ N3!1234 CANYON LN\ N4!TEMPE!AZ!85280!!CY!013MARICOPA\ N3!LOCAL SAME AS PERMANENT\ COM!HP! \ COM!CP! \ [email protected]\ ST = Start BGN = Begin N1 = Name REF = Reference DTP = Date and Time Period IN1 = Individual Identification IN2 = Individual Name Structure DMG = Demographic IND = Individual Info N3 = Address Info N4 = Geographic Location COM = Communication and Contact Info
16 The Introduction: XML XML stands for EXtensible Markup Language A markup language combines text and extra information about the text. The extra information about the text's structure or presentation is expressed using markup, which is intermingled with the primary text. The term "markup" is derived from the traditional publishing practice of "marking up" a manuscript, that is, adding printer's instructions in the margins of a paper manuscript. For centuries, this task was done by specialists known as "markup men" who marked up text to indicate what typeface, font, style, and size should be applied to each part, and then handed off the manuscript to someone else for the tedious task of typesetting by hand.
17 The Promise: XML In the early 1980s, the idea that markup should be focused on the structural aspects of a document and leave the visual presentation of that structure to the interpreter led to the creation of Standardized General Markup Language (SGML) In the early 1990s, HTML was designed for formatting text on a Web page Adequate for web page layout Inadequate for describing the data e.g. author, document and subject Inadequate for data analysis e.g. web server and format of data returned XML simplifies SGML by focusing on a particular problem documents on the Internet XML like SGML is a meta-language that allows users to create any tags needed (thus it's extensible) and then describe those tags and their permitted uses. Key Point: XML was designed to describe data
18 An Example XML Document <?xml version="1.0" encoding="utf-8"?> <Recipe name="bread" prep_time="5 mins" cook_time="3 hours> <title>basic bread</title> <ingredient amount="3" unit="cups">flour</ingredient> <ingredient amount="0.25" unit="ounce">yeast</ingredient> <ingredient amount="1.5" unit="cups">warm Water</ingredient> <ingredient amount="1" unit="teaspoon">salt</ingredient> <Instructions> <step>mix all ingredients together, and knead thoroughly.</step> <step>cover with a cloth, and leave for one hour in warm room.</step> <step>knead again, place in a tin, and then bake in the oven.</step> </Instructions> </Recipe>
19 EDI & XML: Compared and Contrasted Functional group, transaction set, header, detail, summary EDI transaction set (TS) made up of: Segments in predefined order (e.g., an address) Each segment made up of related data fields (e.g., street number) in specific order Each data field is defined by data type (e.g. character, numeric) and codes which can be used XML schema made up of: Simple and complex elements, analogous to segments and data fields
20 EDI & XML: Compared and Contrasted EDI is a well-established technology for automating processing and document interchange XML is an emerging standard designed to simplify Web-based transactions EDI documents are typically in a compressed, machine-only readable form XML is an open human-readable, text format EDI was traditionally built from the ground up without being able to share resources XML is being developed w/low-cost tools and open source projects EDI typically requires dedicated servers XML requires a reliable PC with an Internet connection EDI can involve high transaction based costs higher education solution Texas Server XML in Internet-based has low ongoing flat-rate costs
21 EDI & XML: Interoperability Many organizations who embrace both EDI and XML, started out in the EDI arena years and in some cases, decades ago There is a significant investment and mass built around EDI EDI will not simply disappear and be replaced by XML Many organizations create gateways and interconnectivity between EDI and XML, so that the two fronts of data exchange are available and interoperable for their business needs. The motivation for EDI organizations to utilize XML has resulted from the recognition that it is an effective method for broadening the group of trading partners including those who may not currently use EDI
22 Things to consider Business Needs trade, share, intra-, inter- Trading Partners Openness Scalability influence of volume Acceptance software vendors
23 Questions??? Monique L. Snowden Director of Information Technology Texas A&M University Office of Admissions and Records 0200 TAMU College Station, Texas (979) voice (979) fax
ELECTRONIC TRANSCRIPT EXCHANGES AT THE UNIVERSITY OF ARIZONA
ELECTRONIC TRANSCRIPT EXCHANGES AT THE UNIVERSITY OF ARIZONA Beth Acree Assistant Vice President, Enrollment Management [email protected] Deborah Thompson Director, Student Affairs Systems Group
How TO Get Started: EDI Step-BY
How TO Get Started: EDI Step-BY BY-Step Date: 3/2/2007 1pm 2pm Session ID: 329 1 Tuan Anh Do DBA/Systems Analyst San Francisco State University [email protected] My Experiences with EDI Member SPEEDE Committee
EDI Compliance Report
The EDI Deenvelope business processes (that is, X12Deenvelope, EDIFACTDeenvelope, CIIDeenvelope) perform a compliance check to verify absolute adherence to the supported EDI standards, including ANSI X12,
In-Network Translation User s Guide
GXS EDI Services In-Network Translation User s Guide GC34-3282-02 Third Edition (November 2005) This book replaces GC34-3282-01. Copyright GXS, Inc. 1998, 2005. All rights reserved. Government Users Restricted
Collaboration Protocol Agreement Guide. Public Health Information Network Messaging System (PHINMS)
Collaboration Protocol Agreement Guide Public Health Information Network Messaging System (PHINMS) Version: 1.0.0 Prepared by: U.S. Department of Health & Human Services Date: April 15, 2008 EXECUTIVE
The Document Review Process: Automation of your document review and approval. A White Paper. BP Logix, Inc.
The Document Review Process: Automation of your document review and approval A White Paper BP Logix, Inc. The Document Review Process A document encompasses many forms technical documentation, product
www.rbs.co.uk Delivering electronic invoicing for accounts payable and receivable
www.rbs.co.uk Delivering electronic invoicing for accounts payable and receivable 2 Management summary Since 1997, the internet revolution has laid the foundations for a better business environment. Many
e-business Frameworks based on MDA
e-business Frameworks based on MDA Haeng-Kon Kim Abstract In this paper, we survey and analyze the actual conditions of EDI system for B2B business of transport companies in Korea. As the result of our
Purpose... 2. What is EDI X12... 2. EDI X12 standards and releases... 2. Trading Partner Requirements... 2. EDI X12 Dissected... 3
Beginners Guide to EDI X12 (including HIPAA) Copyright 2006-2011 Etasoft Inc. Main website http://www.etasoft.com Products website http://www.xtranslator.com Purpose... 2 What is EDI X12... 2 EDI X12 standards
DOCUMENTS ON WEB OBJECTIVE QUESTIONS
MODULE 11 DOCUMENTS ON WEB OBJECTIVE QUESTIONS There are 4 alternative answers to each question. One of them is correct. Pick the correct answer. Do not guess. A key is given at the end of the module for
Managing DICOM Image Metadata with Desktop Operating Systems Native User Interface
Managing DICOM Image Metadata with Desktop Operating Systems Native User Interface Chia-Chi Teng, Member, IEEE Abstract Picture Archiving and Communication System (PACS) is commonly used in the hospital
Ultramar Ltd IMPLEMENTATION GUIDE
IMPLEMENTATION GUIDE for electronic data interchange November 2002 TABLE OF CONTENTS INTRODUCTION... 1 KEY CONTACTS... 1 EDI STANDARDS... 1 DOCUMENT PROCESSING FREQUENCY... 1 RESPONSIBILITY FOR COMMUNICATION
Overview: FedPayments Reporter Interface to Online Banking Cash Management Systems
Overview: FedPayments Reporter Interface to Online Banking Cash Management Systems Revised 9/16/2015 Contents Brief FedPayments Reporter Service Overview Interface with online banking cash management systems
Electronic Commerce. 6. Electronic Data Interchange and XML. V Rajaraman
Electronic Commerce 6. Electronic Data Interchange and XML V Rajaraman B2B e-commerce requires participating businesses to exchange business forms such as purchase order and invoice electronically without
The Great Atlantic & Pacific Tea Co., Inc. Imaging and Workflow Automation (IWA) Vendor Guide to Electronic Invoicing
The Great Atlantic & Pacific Tea Co., Inc. Imaging and Workflow Automation (IWA) Vendor Guide to Electronic Invoicing Version 1.0 April, 2007 Table of Contents Table of Contents... 2 1. Introduction...
A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract
A Web services solution for Work Management Operations Venu Kanaparthy Dr. Charles O Hara, Ph. D Abstract The GeoResources Institute at Mississippi State University is leveraging Spatial Technologies and
Top 10 Questions to Ask when Choosing a Secure File Transfer Solution
Top 10 Questions to Ask when Choosing a Secure File Transfer Solution Top 10 Questions to Ask when Choosing a Secure File Transfer Solution Companies that have made an investment in a Secure File Transfer
PCRecruiter Internal Email Client
PCRecruiter Internal Email Client The standard email buttons on contact record screens and lists allow PCRecruiter users to send email out to any contact in the database. However, if you are using PCRecruiter
Mobile Apps for Business to Business Commerce
Mobile Apps for Business to Business Commerce MAS 490: Theory and Practice of Mobile Apps Professor John F. Clark What is B2B? Business-to-business (B2B) describes commerce transactions between businesses,
Arkansas Blue Cross Blue Shield EDI Report User Guide. May 15, 2013
Arkansas Blue Cross Blue Shield EDI Report User Guide May 15, 2013 Table of Contents Table of Contents...1 Overview...2 Levels of Editing...3 Report Analysis...4 1. Analyzing the Interchange Acknowledgment
ELECTRONIC DATA INTERCHANGE
Electronic Data Interchange 6CHAPTER ELECTRONIC DATA INTERCHANGE LEARNING OBJECTIVES During this chapter, we will learn: What is EDI? EDI Software EDI Services EDI Standards 6.1 INTRODUCTION Processing
Outsourced EDI Services
Outsourced EDI Services E-COMMERCE FOR SMALL & MID-SIZED BUSINESSES AN OUTSOURCED, INTERNET-BASED SERVICE SPS Commerce s Outsourced Electronic Data Interchange (EDI) Services quickly enable your organization
Florida Blue Health Plan
FLORIDA BLUE HEALTH PLAN COMPANION GUIDE Florida Blue Health Plan ANSI 276/277- Health Care Claim Status Inquiry and Response Standard Companion Guide Refers to the Technical Report Type Three () of 005010X212A1
The Complete SPEEDE Suite for Electronic Exchanges of Student Information. July 2010. Kansas City, MO
The Complete SPEEDE Suite for Electronic Exchanges of Student Information Session ID 013 AACRAO Technology Conference July 2010 Kansas City, MO SPEEDE A Professional Development Committee of AACRAO American
ICT Year 8 Unit 8.1 Publishing on the web
ICT Year 8 Unit 8.1 Publishing on the web About this Unit: In this unit pupils use web technology to design and create a website for a virtual visit to a school. Groups of four pupils design and implement
EDI 101 An Introduction to EDI. NewEDI 1
EDI 101 An Introduction to EDI NewEDI 1 Table of Contents Introduction...3 What is EDI?...4 How EDI Works...7 Why Use EDI...9 What EDI Solutions are Available?...11 Need More Help?...13 Glossary of EDI
HDX/ICC EasyEDI: Frequently Asked Questions
HDX/ICC EasyEDI: Frequently Asked Questions Including: What is EDI? What Are The Benefits Of EDI? How Does EDI Work? What is an EDI Network or VAN? Is HDX a VAN? Does My Business System Support HDX Services
Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings
Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings White Paper Published: May 2004 Contents Introduction...1 Streamlining
Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols
E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and
This document has been provided as a courtesy to anyone who wants to learn more about EDI and how it applies to their TrueCommerce solution.
EDI Overview A practical guide to EDI and the TrueCommerce solution This document has been provided as a courtesy to anyone who wants to learn more about EDI and how it applies to their TrueCommerce solution.
Introduction to Web Services
Department of Computer Science Imperial College London CERN School of Computing (icsc), 2005 Geneva, Switzerland 1 Fundamental Concepts Architectures & escience example 2 Distributed Computing Technologies
1 EDI Source, Inc. 31875 Solon Road Solon, OH 44139 877.334.1334 Fax: 440.542.9370 www.1edisource.com EDI 101. An Introductory Guide to EDI
1 EDI Source, Inc. 31875 Solon Road Solon, OH 44139 877.334.1334 Fax: 440.542.9370 www.1edisource.com EDI 101 An Introductory Guide to EDI Introduction At 1 EDI Source, we have spent more than 20 years
Microsoft Outlook 2010 Part 1: Introduction to Outlook
CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Outlook 2010 Part 1: Introduction to Outlook Spring 2015, Version 1.4 Table of Contents Introduction...3 Starting Outlook...3
Fast and Easy Delivery of Data Mining Insights to Reporting Systems
Fast and Easy Delivery of Data Mining Insights to Reporting Systems Ruben Pulido, Christoph Sieb [email protected], [email protected] Abstract: During the last decade data mining and predictive
d. a world wide interconnected network of computers which use a common protocol to communicate with one another
11.1 Internet is a. a local computer network b. a world wide network of computers c. an interconnected network of computers d. a world wide interconnected network of computers which use a common protocol
The Business Value of a Web Services Platform to Your Prolog User Community
The Business Value of a Web Services Platform to Your Prolog User Community A white paper for project-based organizations that details the business value of Prolog Connect, a new Web Services platform
EDI 101. Your Basic Course in Electronic Data Interchange
EDI 101 Your Basic Course in Electronic Data Interchange Direct EDI, Inc., 2009 IRECT EDI, INCI DIRECT NC. Direct EDI, Inc. is an e commerce solution provider specializing in providing web based EDI solutions
How to increase Marketing Efficiency to Gain and Retain Customers
How to increase Marketing Efficiency to Gain and Retain Customers A White Paper by Soffront Software, Inc. Abstract Marketing departments in mid-sized businesses face a myriad of challenges such as how
XML for Manufacturing Systems Integration
Information Technology for Engineering & Manufacturing XML for Manufacturing Systems Integration Tom Rhodes Information Technology Laboratory Overview of presentation Introductory material on XML NIST
Authoring Within a Content Management System. The Content Management Story
Authoring Within a Content Management System The Content Management Story Learning Goals Understand the roots of content management Define the concept of content Describe what a content management system
The Continuity of Care Document. Changing the Landscape of Healthcare Information Exchange
The Continuity of Care Document Changing the Landscape of Healthcare Information Exchange 1 Electronic Clinical Document Exchange Prior to the approval of the Continuity of Care Document (CCD) as an ANSI
Extensible Markup Language (XML): Essentials for Climatologists
Extensible Markup Language (XML): Essentials for Climatologists Alexander V. Besprozvannykh CCl OPAG 1 Implementation/Coordination Team The purpose of this material is to give basic knowledge about XML
Understanding IP Faxing (Fax over IP)
Understanding IP Faxing (Fax over IP) A detailed technical overview of how VoIP technology and IP Faxing (Fax over IP) are changing the way organizations utilize existing network infrastructures for voice
EUDRAVIGILANCE TELEMATICS IMPLEMENTATION GROUP
European Medicines Agency Post-authorisation Evaluation of Medicines for Human Use London, 29 October 2004 Doc. Ref: EMEA/115735/2004 EUDRAVIGILANCE TELEMATICS IMPLEMENTATION GROUP NOTE FOR GUIDANCE ON
Digital media glossary
A Ad banner A graphic message or other media used as an advertisement. Ad impression An ad which is served to a user s browser. Ad impression ratio Click-throughs divided by ad impressions. B Banner A
Management Information Systems. B08. Interorganizational and Global Information Systems
Management Information Systems Management Information Systems B08. Interorganizational and Global Information Systems Code: 166137-01+02 Course: Management Information Systems Period: Spring 2013 Professor:
Lecture 1. Lecture Overview. Intro to Networking. Intro to Networking. Motivation behind Networking. Computer / Data Networks
Lecture 1 An Introduction to Networking Chapter 1, pages 1-22 Dave Novak BSAD 146, Introduction to Networking School of Business Administration University of Vermont Lecture Overview Brief introduction
HIPAA Transaction Standard Companion Guide 834 Eligibility Enrollment and Maintenance
HIPAA Transaction Standard Companion Guide 834 Eligibility Enrollment and Maintenance Refers to the Implementation Guides Based on X12 version 005010 Errata Companion Guide Version Number: 2.1 June 21,
An Analysis of the future of B2B E-Commerce
An Analysis of the future of B2B E-Commerce By Dale Boeth Vice President of Strategic Development PurchasePro.com PurchasePro.com, Inc. 3291 Buffalo Drive Las Vegas, NV 89129 (702) 316-7000 www.purchasepro.com
Discovering Computers 2008. Chapter 3 Application Software
Discovering Computers 2008 Chapter 3 Application Software Chapter 3 Objectives Identify the categories of application software Explain ways software is distributed Explain how to work with application
Understanding IP Faxing (Fax over IP)
A RICOH COMPANY Understanding IP Faxing (Fax over IP) A detailed technical overview of how VoIP technology and IP Faxing (Fax over IP) are changing the way organizations utilize existing network infrastructures
Chapter 5. B2B E-Commerce: Selling and Buying in Private E-Markets
Chapter 5 B2B E-Commerce: Selling and Buying in Private E-Markets Learning Objectives 1. Describe the B2B field. 2. Describe the major types of B2B models. 3. Discuss the characteristics of the sell-side
Blue Cross and Blue Shield of Texas (BCBSTX)
Blue Cross and Blue Shield of Texas (BCBSTX) 835 Electronic Remittance Advice (ERA) Companion Guide Refers to the Implementation Guides Based on ASC X12 version 005010 Version 1.0 BCBSTX January 2014 A
WHAT IS EDI AND HOW DOES IT WORK?
2012 Hochschule Furtwangen University Term Paper WHAT IS EDI AND HOW DOES IT WORK? Salman Shahzad Matriculation ID: 238636 Course: BCM 2011-12 Subject: E-Business Technologies Prof.Dr. Eduard Heindel Certificate
Chapter 3. Application Software. Chapter 3 Objectives. Application Software. Application Software. Application Software. What is application software?
Chapter 3 Objectives Chapter 3 Application Software Identify the the categories of of application software Explain ways software is is distributed Explain how to to work with application software Identify
DEPARTMENT OF HEALTH & MENTAL HYGIENE MEDICAL CARE PROGRAM
DEPARTMENT OF HEALTH & MENTAL HYGIENE MEDICAL CARE PROGRAM COMPANION GUIDE FOR 270/271 - HEALTH CARE ELIGIBILITY BENEFIT INQUIRY AND RESPONSE VERSION 005010X279A1 January 1, 2013 Draft Version 2 Disclosure
CONTENTS. Effective Communication... 3. Six Steps to a Successful Newsletter... 8. Online Networking... 10. Chapter Mailings... 11
CONTENTS Effective Communication... 3 Get to the Right Audience Use Appropriate Media Be Timely Include the Right Information Be Clear Be Efficient Six Steps to a Successful Newsletter... 8 Newsletter
Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems
Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems If company want to be competitive on global market nowadays, it have to be persistent on Internet. If we
Document Archiving White Paper. Secure. Accessible. Reliable
Document Archiving White Paper Secure Accessible Reliable Table of Contents IS THERE A SIMPLE WAY TO ARCHIVE PAPER DOCUMENTS ELECTRONICALLY?... 3 HOW IT WORKS... 3 WHAT PROCESSES CAN YOU AUTOMATE?... 6
6.2 Reporting BIPublisher Improvements
6.2 Reporting BIPublisher Improvements Paul Hamill Senior Director, OTM Development 2011 OTM SIG Philadelphia, PA August 16-18, 2011 Safe Harbor Statements The following is intended
Microsoft Outlook 2010 Part 1: Introduction to Outlook
CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Outlook 2010 Part 1: Introduction to Outlook Spring 2012, Version 1.0 Table of Contents Introduction...3 Starting the
Phone Routing Stepping Through the Basics
Ng is Phone Routing Stepping Through the Basics Version 2.6 Contents What is Phone Routing?...3 Logging in to your Ifbyphone Account...3 Configuring Different Phone Routing Functions...4 How do I purchase
b-comm ERP 5 - SAP ERP An Automated Solution for Time and Attendance, Access Control, and Shop Floor Data Collection Data Collection ERP Integration
b-comm ERP 5 - SAP ERP An Automated Solution for Time and Attendance, Access Control, and Shop Floor Data Collection Data Collection ERP Integration 2 Index Kaba s b-comm ERP 5 - SAP Solution Kaba as Your
EDI 101 Guide 1EDISOURCE BUYER S GUIDE
EDI 101 Guide 1EDISOURCE BUYER S GUIDE 3 TABLE OF CONTENTS CHAPTER 1: WHAT IS ELECTRONIC DATA INTERCHANGE (EDI)? 3 CHAPTER 2: SEVEN GOOD REASONS TO USE EDI 5 CHAPTER 3: WHAT S THE PROCESS OF EXCHANGING
Chapter 14! Enterprise Computing!
Chapter 14 Enterprise Computing Enterprise computing involves the use of computers in networks, such as LANs and WANs, or a series of interconnected networks that encompass a variety of different operating
Web Development I & II*
Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology
Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard
Intro to Mail Merge David Diskin for the University of the Pacific Center for Professional and Continuing Education Contents: Word Mail Merge Wizard Mail Merge Possibilities Labels Form Letters Directory
Software installation and configuration IEC-line series
Software installation and configuration IEC-line series update: 04-10-2014 IEC-line by OVERDIGIT overdigit.com Table of contents 1. Installing the software... 3 1.1. Installing CoDeSys... 4 1.2. Installing
Six Best Practices to Improve Compliance with a Restricted Party Screening Solution
Six Best Practices to Improve Compliance with a Restricted Party Screening Solution A critical first step to building an export compliance program Management Dynamics, Inc. One Meadowlands Plaza East Rutherford,
XML WEB TECHNOLOGIES
XML WEB TECHNOLOGIES Chakib Chraibi, Barry University, [email protected] ABSTRACT The Extensible Markup Language (XML) provides a simple, extendable, well-structured, platform independent and easily
MANAGEMENT INFORMATION SYSTEMS 8/E
MANAGEMENT INFORMATION SYSTEMS 8/E Raymond McLeod, Jr. and George Schell Chapter 14 The Virtual Office Copyright 2001 Prentice-Hall, Inc. 14-1 Introduction Automation began in the factory Numerical control
Chapter 3. Application Software. Chapter 3 Objectives. Application Software
Chapter 3 Objectives Chapter 3 Application Software Identify the categories of application software Explain ways software is distributed Explain how to work with application software Identify the key features
Introducing Cisco Unified Communications Express
CHAPTER 1 Introducing Cisco Unified Communications Express Cisco Unified Communications Express is an award-winning communications solution that is provided with the Cisco Integrated Services Router portfolio.
EDI. Overview. A Practical Guide to EDI and the TrueCommerce EDI Platform
EDI Overview A Practical Guide to EDI and the TrueCommerce EDI Platform The purpose of this paper is to provide an overview of EDI or Electronic Data Interchange. It explains the technology, the benefits
W.A.R.N. Passive Biometric ID Card Solution
W.A.R.N. Passive Biometric ID Card Solution Updated November, 2007 Biometric technology has advanced so quickly in the last decade that questions and facts about its cost, use, and accuracy are often confused
The three stages of e-commerce
The three stages of e-commerce Understanding the types of e-commerce avaliable In order to benefit from e-commerce organizations must first understand the types of e-commerce solutions and models available.
38 Essential Website Redesign Terms You Need to Know
38 Essential Website Redesign Terms You Need to Know Every industry has its buzzwords, and web design is no different. If your head is spinning from seemingly endless jargon, or if you re getting ready
Receiving Email: Managing Email Messages. How do I get new email messages?
Receiving Email: Managing Email Messages Using Zimbra, there are several ways to manage the email messages you receive: How do I get new email messages? How do I see the number of email messages in my
306 276-277 HEALTH CARE CLAIM STATUS REQUEST AND RESPONSE
Handbook for Electronic Processing Chapter 300 Requirements for Electronic Processing 306 276-277 HEALTH CARE CLAIM STATUS REQUEST AND RESPONSE 306.1 GENERAL INFORMATION Introduction This chapter contains
