IT Project Writing Sample DATA REQUIREMENT DOCUMENT

Size: px
Start display at page:

Download "IT Project Writing Sample DATA REQUIREMENT DOCUMENT"

Transcription

1 DATA REQUIREMENT DOCUMENT Author Christina Lee Status Final Revision Version 1.0 Creation Date 01/01/2009 Last Updated 01/01/2009

2 Table of Contents IT Project Writing Sample 1. Introduction Summary Project References 3 2. Assumptions and Dependencies Project Inventory File Assumptions Inventory File Dependencies Event Date File Assumptions Event Date File Dependencies 4 3. Data Processing Rules Inventory File Import Load Sunday Inventory File Only Event Date File Import Import Event Date from Event Date File 4 4. Data Requirements Inventory File Data Frequency and Transfer Method Data Import Rule Data Mapping Information New Data Stream Event Date File Data Frequency and Transfer Method Data Mapping Information Event Date Import Rule 6 5. Exception and Escalation Procedure Inventory File Not Received Event Date File Not Received Modified File Received Contact Grid 7 October 26, 2009 Page 2 of 7

3 1. Introduction 1.1 Summary The purpose of the Data Requirements Document (DRD) is to define all of the data requirements and processing rules necessary in order to complete the Data Foundation phase of The Project. The collection and aggregation of this data is required to deliver business team reporting in areas of Inventory, Product Attributing and Vendor Improvements. The DRD will provide a framework for the Company business and IT teams to deliver solutions for The Project in an ongoing basis. The project process will follow the prime objectives of Project Team efforts as pertains to the swift delivery of value to the retailer. 1.2 Project References Business Requirements Document IT Project SharePoint Site Data Dictionary 2. Assumptions and Dependencies 2.1 Inventory File Assumptions The file will be provided each Monday no later than 7:00 PM local time with a stock date of Sunday. The file will be up to date and accurate at the time it is received. The file will be stable and remain unchanged from submission to submission. In the event that any file is received with a modified data structure, The Company will be unable to process that file. The IT Team will then follow up with the appropriate contact, and assist them in resubmitting a file with the correct data structure. If the file requires a permanent change to structure, those changes will be subject to the standard Company change control process. The IT Team will provide assistance with requesting the change control. If the Sunday Inventory file is not received on the following Monday, processing will continue using the most current data in the staging table, and the escalation contact will be alerted. Use the following contact grid to contact the appropriate IT representative so that they may resolve the discrepancy with the customer. 2.2 Inventory File Dependencies The numeric data for units and value file require recalculation upon receipt in order to provide the correct amounts when processed. 2.3 Event Date File Assumptions The file will be provided by the client to The Company on an ad hoc basis. Initially, the file will be reviewed by Company staff for accuracy and data integrity before being submitted for processing. This will take place until the end of March, 2010, and at that time the procedure will be evaluated to determine if the quality assurance review is still necessary. The file will be stable and remain unchanged from submission to submission. In the event that any file is received with a modified data structure, The Company will be unable to process that file. The IT Team will then follow up with the appropriate contact, and assist them in resubmitting a file with the correct data structure. If the file requires a permanent change to structure, those changes will be subject to the standard Company change control process. The IT Team will provide assistance with requesting the change control. If a new file is unavailable for weekly processing, the most recent Event Date file submitted will October 26, 2009 Page 3 of 7

4 be an acceptable substitute. In the event that the same Event Date file is used for processing a total of three consecutive cycles, an automated notification will need to be sent to the IT Team requesting a new Event Date file. Weekly processing will continue regardless of the age of the most current file, and no further action will be required. 2.4 Event Date File Dependencies Processing of Event Date file for reporting purposes requires that Company staff will complete the data integrity check before submission. An existing, non-stale-dated version of the Event Date file will need to be imported and available for weekly processing. 3. Data Processing Rules 3.1 Inventory File Import Load Sunday Inventory File Only Rule is to load the daily Inventory file for Sunday only, and not load the Inventory file received for any other day of the week. 3.2 Event Date File Import Import Event Date from Event Date File The Event Date file is considered the most accurate source of event date information. When a record in the event date file has a key match with a record in the main item file (DEST_TABLE2), the event date from the event date file will be used to populate a generic date field in the main item table. This date value will then be used to perform Event Days calculations. October 26, 2009 Page 4 of 7

5 Process Flow Join event date file record to DEST_TABLE2 using the Key Matching Key found in DEST_TABLE2? No Do not import event date Yes Use the date value from Column1 to populate COL1 4. Data Requirements 4.1 Inventory File Data Frequency and Transfer Method The Project Inventory file is submitted to the FTP server on a daily basis. The file is in Unicode text file format with (PIPE) character used as a field separator, zipped to facilitate transfer. The data load schedule documentation can be found in the IT Project SharePoint Site Data Import Rule Import the record from the Project Inventory file only if the following criteria is met: o There is a matching record found in the Project Items file, AND o The matching record does not contain The Project Code = 000 or 999. The Project Code can be determined by accessing the Project Items staging table, and concatenating the values from the third, fourth, and fifth columns in the staging table Data Mapping Information Import Table / Field Description Rule Destination Table / Field Import_yyyymmmdd.key Key Must match DEST_TABLE.KEY. If no Key match found in DEST_TABLE, insert source DEST_TABLE.KEY October 26, 2009 Page 5 of 7

6 Import Table / Field Description Rule Destination Table / Field record to EXCEPTION_TABLE Import_yyyymmmdd.col1 Column1 DEST_TABLE.COL1 Import_yyyymmmdd.col2 Column2 DEST_TABLE.COL2 Import_yyyymmmdd.col3 Column3 DEST_TABLE.COL3 Additional data mapping details for this file can be found in the Data Dictionary. 4.2 New Data Stream Event Date File Data Frequency and Transfer Method The Event Date file will be a tab delimited.txt file, and will be received on the FTP site ftp.company.com with username johndoe and password The frequency for transmitting this file is expected to be a minimum of once per month. Weekly processing of the Event Date file should occur during standard weekly processing for all data. The most recent version of the Event Date file will need to be on hand in order to complete weekly processing, even if it has already been used during the previous week. Once the same Event Date file has been processed for three consecutive weeks, an ALERT will need to be generated requesting a new Event Date file Data Mapping Information Import Table / Field Description Rule Destination Table / Field Import2_yyyymmmdd.key Key Must match DEST_TABLE2.KEY. If no Key match found, go to next record DEST_TABLE2.KEY Import2_yyyymmmdd.col1 Column1 DEST_TABLE2.COL1 Import2_yyyymmmdd.col2 Column2 DEST_TABLE2.COL2 Import2_yyyymmmdd.col3 Column3 DEST_TABLE2.COL3 Additional data mapping details for this file can be found in the Data Dictionary Event Date Import Rule The following logic will illustrate how to correctly populate the value in the COL1 column of the DEST_TABLE2 table: 1. Is DEST_TABLE2.COL1 NULL? a. If no Use the value from Import2_yyyymmmdd.col1 for event date b. If yes Update DEST_TABLE2.COL1 with the value from Import2_yyyymmmdd.col2 2. Continue 3. End October 26, 2009 Page 6 of 7

7 Data Flow Diagram: No Use the value from Import2_yyyymmmd d.col1 for event date Is DEST_TABLE2.COL1 NULL? Yes Update DEST_TABLE2.COL 1 with the value from Import2_yyyymmmd d.col2 5. Exception and Escalation Procedure 5.1 Inventory File Not Received If the Sunday Inventory file is not received on the following Monday, processing will continue using the most current data in the staging table, and the escalation contact will be alerted. Use the following contact grid to contact the appropriate IT representative so that they may resolve the discrepancy with the customer. 5.2 Event Date File Not Received If the Inventory file is not received for the current week, processing will continue using the most current data in the staging table, and the escalation contact will be alerted. Use the following contact grid to contact the appropriate IT representative so that they may resolve the discrepancy with the customer. 5.3 Modified File Received In the event that any file received has had their data structure modified, The Company will be unable to process that file. The support team should contact the appropriate IT representative using the contact grid so that they can follow up with the customer and assist them in resubmitting a file with the correct data structure. If the customer requires a permanent change to the file structure, the IT representative can also assist the customer in initiating the change control process to make it happen. These types of changes will be subject to the standard change control process. 5.4 Contact Grid Order Contact Role Phone Primary John Doe Analyst john.doe@ .com Secondary Jane Doe Manager jane.doe@ .com October 26, 2009 Page 7 of 7

25Live: How to Submit a Request

25Live: How to Submit a Request 25Live: How to Submit a Request Need help? If you can t remember your passcode, contact the UTS Help Desk at 303-871-4700 to have your passcode reset or reset it yourself through Forgot Passcode link on

More information

Online GDR System. Vendor User Guide

Online GDR System. Vendor User Guide Online GDR System Vendor User Guide April 2015 TABLE OF CONTENTS 1 OVERVIEW... 3 2 PROCESS FLOWCHART... 4 3 LOGGING INTO THE ONLINE GDR SYSTEM... 4 4 SEARCHING TICKETS... 7 5 ADDING / VIEWING NOTES...

More information

User Guide for Employers Version 1.0 Resolution Interface

User Guide for Employers Version 1.0 Resolution Interface Welcome to the User Guide for Employers Version 1.0 Resolution Interface Contents Chapter 1... 2 Introduction to HPHConnect s Resolution Interface... 2 1.1 Overview... 2 1.2 HPHConnect Support... 2 1.3

More information

WHITE PAPER- Managed Services Security Practices

WHITE PAPER- Managed Services Security Practices WHITE PAPER- Managed Services Security Practices The information security practices outlined below provide standards expected of each staff member, consultant, or customer staff member granted access to

More information

Great Start to Quality STARS Quality Improvement Consultants User Manual STARS - Systematic Tiered Assessment and Rating Solution

Great Start to Quality STARS Quality Improvement Consultants User Manual STARS - Systematic Tiered Assessment and Rating Solution STARS Quality Improvement Consultants User Manual STARS - Systematic Tiered Assessment and Rating Solution Table of Contents 1 Great Start to Quality... 4 1.1 Welcome... 4 1.2 Introduction to the Great

More information

Tyler s Versatrans Triptracker User s & Administrator s Guide

Tyler s Versatrans Triptracker User s & Administrator s Guide Tyler s Versatrans Triptracker User s & Administrator s Guide Tyler s Versatrans Triptracker 9.18 For more information, www.tylertech.com Copyright Copyright 2004 Tyler Technologies, Inc. All Rights Reserved.

More information

CAQH ProView Reports Summary

CAQH ProView Reports Summary Submit Roster From participating organization to CAQH. Ad hoc based on participating organization s need Providers that the participating organization wants to: The roster is uploaded to the Participating

More information

The Beer Store On-line Ordering System User Guide

The Beer Store On-line Ordering System User Guide Registration Customers must register with The Beer Store to obtain a username and password required to use the Internet ordering facility. If you are a customer with multiple licenses/locations you must

More information

Regina Leader-Post iservices

Regina Leader-Post iservices Regina Leader-Post iservices iservices is a web-based interface that enables you to: View charges and payments. View routes and draw information. Enter single copy returns. Use email to contact Regina

More information

UAccess ANALYTICS Working with Agents: Delivering Data to Your Desktop

UAccess ANALYTICS Working with Agents: Delivering Data to Your Desktop UAccess ANALYTICS : Delivering Data to Your Desktop Arizona Board of Regents, 2015 THE UNIVERSITY OF ARIZONA updated 08.20.2015 v.3.00 For information and permission to use our PDF manuals, please contact

More information

Data Quality 2 (DQ2) User Manual

Data Quality 2 (DQ2) User Manual Data Quality 2 (DQ2) User Manual Table of Contents About This Manual... 2 Login... 3 System Roles and Operations... 4 Home Pages... 5 District Dashboard... 5 Gateway... 6 WDIS Dashboard... 7 Screens...

More information

MV Advanced Features Overview. MV Advanced Features Workshop: Steps: 1. Logon to Multiview 1. Username: MANAGER 2. Password: manager 3.

MV Advanced Features Overview. MV Advanced Features Workshop: Steps: 1. Logon to Multiview 1. Username: MANAGER 2. Password: manager 3. MV Advanced Features Workshop: Ever wonder what some of the screens actually do in Multiview? Well this is the session for you! During this handson session, we'll explore some of the little used but very

More information

CIC Scheduled Reports

CIC Scheduled Reports CIC Scheduled Reports User Guide 2018 R2 Last updated 2018-02-08 (See Change Log for summary of changes.) Abstract Scheduled Reports is a reporting tool that schedules Crystal Reports to run and distributes

More information

TeamDynamix Project Manager User Guide. November TeamDynamix Project Manager User Guide rev. 11/2015 Page 1

TeamDynamix Project Manager User Guide. November TeamDynamix Project Manager User Guide rev. 11/2015 Page 1 TeamDynamix Project Manager User Guide November 2015 TeamDynamix Project Manager User Guide rev. 11/2015 Page 1 Table of Contents I. Introduction... 3 II. Accessing TeamDynamix... 3 III. Create a Project/Workspace...

More information

Electronic Appraisal Delivery (EAD) Portal. FHA EAD General User Guide

Electronic Appraisal Delivery (EAD) Portal. FHA EAD General User Guide Electronic Appraisal Delivery (EAD) Portal FHA EAD General User Guide Last Updated: October 2015 FHA EAD General User Guide Page 2 of 87 Version 1.3.1 TABLE OF CONTENTS INTRODUCTION... 6 WHAT IS THE ELECTRONIC

More information

Technical Communications Systems Overview JLR WEB

Technical Communications Systems Overview JLR WEB Jaguar Land Rover elearning TC-JLR-WEB: Technical Communications Systems Overview JLR WEB Contents Overview 3 Document Details 9 Posting and Notification 13 Electronic Product Quality Reporting (EPQR)

More information

Quick Guide to Online Scheduling

Quick Guide to Online Scheduling Quick Guide to Online Scheduling Accessing AAA Webfile or Panelist ecenter Step 1: Once you receive the AAA correspondence advising that a calendar is available on a particular case, login to AAA WebFile

More information

Customer Care - How to Order Replacement Parts Using RPP

Customer Care - How to Order Replacement Parts Using RPP Customer Care - How to Order Replacement Parts Using RPP February 07 How to Access the site RPP is accessed by entering www.replacementpartspros.com in your web browser: The RPP home/login page is shown

More information

efiletexas.gov Individual Filer User Guide Release

efiletexas.gov Individual Filer User Guide Release efiletexas.gov Individual Filer User Guide Release 2017.1 EFS-TF-200-4071 v.1 October 2017 Copyright and Confidentiality Copyright 2017 Tyler Technologies, Inc. All rights reserved Use of these materials

More information

Problem Management MANDATORY CRITERIA

Problem Management MANDATORY CRITERIA MANDATORY CRITERIA 1. Does the tool facilitate the creation, modification, and closure of Problem records? Comments: Yes. The tool provides two (2) methods in which to create a problem record. The record

More information

Odyssey File & Serve Firm Administrator User Guide Release 3.16

Odyssey File & Serve Firm Administrator User Guide Release 3.16 Odyssey File & Serve Firm Administrator User Guide Release 3.16 OFS-FS-220-3911 v.1 May 2017 COPYRIGHT AND CONFIDENTIALITY Copyright 2017 Tyler Technologies, Inc. All rights reserved Use of these materials

More information

User Guide. Simplified Contribution Platform

User Guide. Simplified Contribution Platform Simplified Contribution Platform Introduction This guide provides instructions for employers to submit retirement plan contributions to Fidelity Investments through the online Simplified Contribution Platform

More information

Administrative Tasks CHAPTER

Administrative Tasks CHAPTER 15 CHAPTER This chapter describes administrative tasks to perform with WCS. These tasks include the following: Running Background Tasks, page 15-2 (such as database cleanup, location server synchronization,

More information

Guidelines for Submitting NERC Reliability Standards Required Documents to the SPP Reliability Coordinator and the SPP Balancing Authority Version 1

Guidelines for Submitting NERC Reliability Standards Required Documents to the SPP Reliability Coordinator and the SPP Balancing Authority Version 1 Guidelines for Submitting NERC Reliability Standards Required Documents to the SPP Reliability Coordinator and the SPP Balancing Authority Version 1 Revision History Version Effective Date Summary of Revisions

More information

3.10 BILLING (L ; M.3.1)

3.10 BILLING (L ; M.3.1) 3.10 BILLING (L.34.2.3.10; M.3.1) The Government wants billing information that is accessible, understandable, accurate, and secure. Supported by a single, dedicated billing system, the Qwest Control Networx

More information

OATS Web Interface User Guide

OATS Web Interface User Guide OATS Web Interface User Guide The OATS Web Interface User Guide provides an overview of the OATS Web Interface. It describes the functionality and steps used to navigate, view, and take action on OATS

More information

DCARC Defense Cost & Resource Center

DCARC Defense Cost & Resource Center DCARC Defense Cost & Resource Center EVM Central Repository Reviewer Guide 8/1/2013 1 Reviewer Training The following document provides step-by-step screenshots to illustrate the major actions performed

More information

Console Training Version Copyright IBRC, Inc.

Console Training Version Copyright IBRC, Inc. 1 Console Training Version 1.4.0 Copyright IBRC, Inc. Table of Contents 1. Introduction to OPEN-LINE.................. 3 2. The Customer s Experience.................. 6 3. The Console User s Experience................

More information

Version v November 2015

Version v November 2015 Service Description HPE Project and Portfolio Management on Software-as-a- Service Version v2.0 26 November 2015 This Service Description describes the components and services included in HPE Project and

More information

ReadySub for Substitutes. Substitute User Guide. ReadySub

ReadySub for Substitutes. Substitute User Guide. ReadySub ReadySub for Substitutes Substitute User Guide ReadySub What is ReadySub? ReadySub is a state of the art employee absence management and substitute placement system. As a substitute, you can review jobs,

More information

DCARC Defense Cost & Resource Center

DCARC Defense Cost & Resource Center DCARC Defense Cost & Resource Center EVM Central Repository Reviewer Guide 7/26/2014 1 Reviewer Guide The following document provides step-by-step screenshots to illustrate the major actions performed

More information

Business ebanking Mail and Alerts

Business ebanking Mail and Alerts Business ebanking Mail and Alerts Business ebanking Mail and Alerts 11.01.2016 Page 1 of 16 This guide provides instructions for sending electronic mail to and receiving electronic mail from Chemical Bank.

More information

Integrated Assessment Record (IAR)

Integrated Assessment Record (IAR) Community Care Information Management (CCIM) Integrated Assessment Record (IAR) Project Integrated Assessment Record (IAR) RAI-MDS 2.0 Implementation Validation Guide For Vendors Document Version 2.3 November

More information

BEEDS portal Bank of England Electronic Data Submission portal. User guide. Credit unions Version 1.2

BEEDS portal Bank of England Electronic Data Submission portal. User guide. Credit unions Version 1.2 BEEDS portal Bank of England Electronic Data Submission portal User guide Credit unions Version 1.2 May 2018 Contents Document versions 3 1. Introduction 4 a. Bank of England contact details 4 2. General

More information

STX & ios Devices. Setting up and using STX iphone, ipad, ipod touch

STX & ios Devices. Setting up and using STX iphone, ipad, ipod touch STX & ios Devices Setting up and using STX iphone, ipad, ipod touch STX for ios provides more flexibility and efficiency for you and your staff. With all the most often used features of STX desktop built-in,

More information

What s New in PowerSchool 9.0

What s New in PowerSchool 9.0 What s New in PowerSchool 9.0 PowerSchool 9.0 contains many new features and enhancements to existing functionality. These features are designed to improve efficiency and overall SIS productivity. This

More information

User Guide. Customized Patient Instrumentation Web Based Surgical Planning and Tracking Software Guide

User Guide. Customized Patient Instrumentation Web Based Surgical Planning and Tracking Software Guide User Guide Customized Patient Instrumentation Web Based Surgical Planning and Tracking Software Guide DePuy Orthopaedics TruMatch Personalized Solutions Ordering and Web Portal User Guide This User Guide

More information

Oracle HCM Cloud Common Release 12. What s New

Oracle HCM Cloud Common Release 12. What s New Oracle HCM Cloud Common Release 12 What s New TABLE OF CONTENTS REVISION HISTORY... 4 OVERVIEW... 7 RELEASE FEATURE SUMMARY... 8 HCM COMMON FEATURES... 11 APPLICATIONS SECURITY... 11 User Account Management...

More information

User Reference Guide

User Reference Guide LEARNING CENTRE http://lms.toyota.com.au User Reference Guide Page 1 Learning Centre User Overview Reference Guide Last Modified 23/07/10 2010 Toyota Institute Australia. All rights reserved. All brand

More information

NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS

NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS Version: 2.0 Date: 3 rd November 2016 Document History Document Location The source of the document will be found on the Programme

More information

Pathway Net User s Guide

Pathway Net User s Guide Pathway Net User s Guide TABLE OF CONTENTS 3. Logging onto Pathway Net 4. Changing Passwords 5. Transaction View 7. Viewing Transaction Detail 8. Reallocating Transactions 9. Splitting Transactions 11.

More information

RDMS AUTOMATED FILE EXTRACT SERVICE REQUEST APPROVAL FORM

RDMS AUTOMATED FILE EXTRACT SERVICE REQUEST APPROVAL FORM AUTOMATED FILE EXTRACT SERVICE REQUEST APPROVAL FORM This form is intended for University of California Office of the President Risk Services (OPRS) affiliates. The form is designed to collect key information

More information

Contents. allpay Ltd Webconnect user guide V1.3

Contents. allpay Ltd Webconnect user guide V1.3 Contents 1 Introduction to Webconnect... 4 2 Technicalities... 4 2.1 Internet Security... 4 3 Support and Training... 4 3.1 allpay Support... 4 3.2 Training... 4 4 Accessing Webconnect... 4 4.1 Logging

More information

efiletexas.gov Review Queue User Guide Release

efiletexas.gov Review Queue User Guide Release efiletexas.gov Review Queue User Guide Release 2017.1 EFS-TF-200-4075 v.1 October 2017 Copyright and Confidentiality Copyright 2017 Tyler Technologies, Inc. All rights reserved Use of these materials is

More information

Instructions for Using CuestaView

Instructions for Using CuestaView Instructions for Using CuestaView CuestaView is Cuesta College s new room information system. With it you can view room availability and features (size, furniture, equipment, etc.). If you are a Scheduler

More information

2. or by navigation through the industry supplier portal: European Space Agency

2. or by navigation through the industry supplier portal:   European Space Agency Purpose The aim of this work instruction is to provide a step-by-step procedure to create and approve a Milestone Achievement Certificate (MAC) referred to in esa-p as 'Confirmation' or 'Goods Receipt'.

More information

Louisiana Community and Technical College System (LCTCS) egrants Applicant/Grantee User Guide

Louisiana Community and Technical College System (LCTCS) egrants Applicant/Grantee User Guide Louisiana Community and Technical College System (LCTCS) egrants Applicant/Grantee User Guide This page has been left blank intentionally. 1 Contents LIST OF FIGURES... 3 GUIDE LEGEND... 5 1 APPLICANT

More information

System Performance Measures:

System Performance Measures: March 2018 Version 2.0 System Performance Measures: FY 2017 (10/1/2016-9/30/2017) Data Submission Guidance CONTENTS 1. Purpose of this Guidance... 3 2. The HUD Homelessness Data Exchange (HDX)... 5 Create

More information

HL7 Messaging Tool Individual Site

HL7 Messaging Tool Individual Site CIIS Resource Center User Guidance The HL7 Messaging Tool, in the CIIS Resource Center, allows provider staff or an EHR vendor the ability to validate HL7 messages for a practice. This tool provides instantaneous,

More information

P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS

P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS Updated March 2016 Contents INTRODUCTION... 3 P3 REGISTRATION PROCESS... 4 P3 MARKET ACTOR PROFILE... 6 Create New Market

More information

SPS Commerce Dashboards & Alerts User Guide

SPS Commerce Dashboards & Alerts User Guide SPS Commerce Dashboards & Alerts User Guide 1 Table of Contents Introduction... 3 Additional Resources... 3 Logging In... 4 Changing your password... 4 The Portal Homepage... 5 Administration... 5 My Reports...

More information

Using the OPT Field Trip Application

Using the OPT Field Trip Application Using the OPT Field Trip Application Review Field Trip Guidelines Information on the OPT web site for information on: When Field Trips are available Dates Field Trips are not provided One-Way Trips Yellow

More information

SchoolFusion Parent Guide Student ID Number plus Birthday With Personal Dashboard 2.0 Audience: Website Administrators, Parents

SchoolFusion Parent Guide Student ID Number plus Birthday With Personal Dashboard 2.0 Audience: Website Administrators, Parents 6:45:22 AM SchoolFusion Parent Guide Student ID Number plus Birthday With Personal Dashboard 2.0 Audience: Website Administrators, Parents What is SchoolFusion? SchoolFusion is where you can view all your

More information

DOE Intranet Quick Reference Getting Started

DOE Intranet Quick Reference Getting Started DOE Intranet Quick Reference Getting Started How do I get to the DOE Intranet? DOE employees can access the DOE intranet two ways: 1) Go directly to the DOE intranet using the following address: https://intranet.hawaiipublicschools.org/

More information

CHAP LinQ User Guide. CHAP IT Department Community Health Accreditation Partner 1275 K Street NW Suite 800 Washington DC Version 1.

CHAP LinQ User Guide. CHAP IT Department Community Health Accreditation Partner 1275 K Street NW Suite 800 Washington DC Version 1. 2015 CHAP LinQ User Guide CHAP IT Department Community Health Accreditation Partner 1275 K Street NW Suite 800 Washington DC 2005 Version 1.1 CHAP LINQ USER GUIDE - OCTOBER 2015 0 Table of Contents ABOUT

More information

eibc Program User Guide

eibc Program User Guide eibc Program User Guide The University Of Iowa Environmental Health & Safety 122 Grand Avenue Court Iowa City, IA 52242-1000 Phone: 319-335-8501 Date Revised/Reviewed: 3/26/2018 Table of Contents 1. eibc

More information

Mozy Rewards Training Guide: North America

Mozy Rewards Training Guide: North America Mozy Rewards Training Guide: North America 1 WELCOME This training guide is designed to help you navigate the Mozy Rewards portal, answer commonly asked questions and help you learn how to: Navigate the

More information

Defense Cost and Research Center

Defense Cost and Research Center Defense Cost and Research Center CSDR Submit-Review Website Submitter Guide 8/1/2014 1 Submitter Training The following document provides step-by-step screenshots to illustrate the major actions performed

More information

System Performance Measures:

System Performance Measures: February 2019 System Performance Measures: HDX 1.0 Data Submission Guidance CONTENTS 1. Purpose of this Guidance... 3 2. The HUD Homelessness Data Exchange (HDX)... 5 Create an HDX Account... 5 Update

More information

Harmony Claims Submission Process

Harmony Claims Submission Process Vendor data prerequisites (completed by DSP Vendor Manager) Required fields in provider record: Vendor No., taxpayer ID, & claims identifier Provider open to fund code Services attached to provider Participant

More information

Gigamon Service Offering Overview

Gigamon Service Offering Overview Version 4 Purpose This document is a summary document of changes in August 2017 to Gigamon core support offerings and limited warranty support. More detailed information will be available in the Gigamon

More information

Welcome to the latest edition of your PCSE cervical screening bulletin

Welcome to the latest edition of your PCSE cervical screening bulletin Welcome to the latest edition of your PCSE cervical screening bulletin In this bulletin you will find updates on: Ceasing forms for use in GP practices Planned downtime of Exeter systems Christmas opening

More information

Once the Scala Po is created kindly processed the below vendor process

Once the Scala Po is created kindly processed the below vendor process Adobe Licenses ( OLP NL Orders) Licenses ( OLP NL Orders) Once the Scala Po is created kindly processed the below vendor process a) For Placing the Licenses order Go to the below Link https://licensing2.adobe.com/sap(bd1lbizjptawmw==)/bc/bsp/sap/zliclogin/login_use

More information

CRD - Crystal Reports Scheduler. Software Features. This document only outlines the main features of CRD

CRD - Crystal Reports Scheduler. Software Features. This document only outlines the main features of CRD CRD - Crystal Reports Scheduler Software Features This document only outlines the main features of CRD please contact us to arrange a demo to see every feature in action. Call +1 888 781 8966 or email

More information

STANDARD (PAY AS YOU GO) PRE-PAID SUPPORT PACKAGE SERVICE LEVEL AGREEMENT

STANDARD (PAY AS YOU GO) PRE-PAID SUPPORT PACKAGE SERVICE LEVEL AGREEMENT Standard Service Level Agreement STANDARD (PAY AS YOU GO) & PRE-PAID SUPPORT PACKAGE SERVICE LEVEL AGREEMENT Prepared and effective as of Monday, 5th September 2016 By Daniel Herr Director of Tech Help

More information

Task Management User Guide

Task Management User Guide Task Management User Guide Version 18 April 2018 Contents About This Guide... 5 Tasks Overview... 5 Create a Project for Task Management... 5 Project Templates Overview... 5 Add a Project Template...

More information

Self-serve Incentive Program (SIP) User Guide Version 3.0. For use by Power Smart Alliance members for Lighting System and Compressed Air projects

Self-serve Incentive Program (SIP) User Guide Version 3.0. For use by Power Smart Alliance members for Lighting System and Compressed Air projects Self-serve Incentive Program (SIP) User Guide Version 3.0 For use by Power Smart Alliance members for Lighting System and Compressed Air projects Introduction The Self-serve Incentive Program (SIP) allows

More information

MyCare Ohio Provider Portal User Guide May, 2014

MyCare Ohio Provider Portal User Guide May, 2014 MyCare Ohio Provider Portal User Guide May, 2014 MYCARE OHIO PROVIDER PORTAL TABLE OF CONTENTS MyCare Ohio Provider Portal... 4 Log In... 4 Log Out... 4 Registration... 4 Manage Users... 7 Current User

More information

Arkansas State University Time Tracker for Supervisors

Arkansas State University Time Tracker for Supervisors Arkansas State University Time Tracker for Supervisors Contents Helpful Information... 2 Accessing Time Tracker... 3 Your Dashboard... 4 Approving/Denying Requests... 5 Viewing Hours Worked... 7 Employee

More information

Use Cases Nutritional Application: Nutrigotchi

Use Cases Nutritional Application: Nutrigotchi Use Cases Nutritional Application: Nutrigotchi Authors Raymond Paseman Project Manager Kevin Ngo Deputy/Senior System Analyst Stephanie Ho Software Architect Stan Chen Software Development Lead Lisa Ke

More information

v February 2016

v February 2016 Service Description HPE Application Performance Management on Software-as-a- Service v2.1 20 February 2016 This Service Description describes the components and services included in HPE Application Performance

More information

Asset Management User s Manual Presto Version. Presto Asset Management

Asset Management User s Manual Presto Version. Presto Asset Management Presto Asset Management User s Manual revised February 21 2017 Table of Contents Page Access to Asset Management......................... 1 6 Search for Assets................................... 7 14 Update

More information

Website Ordering User Guide (New customer) https://www.finelinetech.com/fasttrak_ userguide/

Website Ordering User Guide (New customer) https://www.finelinetech.com/fasttrak_ userguide/ Website Ordering User Guide (New customer) https://www.finelinetech.com/fasttrak_ userguide/ Contact Information: US: support@finelinetech.com Asia: support@finelinetech.com.hk Customer Service: USA: 1-800-500-8687

More information

Odyssey File & Serve. Firm Administrator User Guide Release 3.10

Odyssey File & Serve. Firm Administrator User Guide Release 3.10 Odyssey File & Serve Firm Administrator User Guide Release 3.10 OFS-FS-220-3324 v.1 April 2015 Copyright and Confidentiality Copyright 2015 Tyler Technologies, Inc. All rights reserved. All documentation,

More information

HPHConnect for Employers User s Guide

HPHConnect for Employers User s Guide HPHConnect for Employers User s Guide Copyright 2017 Harvard Pilgrim Health Care, Inc. All rights reserved. Harvard Pilgrim Health Care and the Harvard Pilgrim Health Care logo are trademarks of Harvard

More information

ProTrav Travel Training

ProTrav Travel Training University of Iowa ProTrav Travel Training Accounts Payable/Purchasing/Travel 202 PCO Iowa City, IA 52242 9/25/2013 L:\AP_Purchasing\Purchasing\JBergeon\Web Docs\ProtravTravelTrain_092513v2.docx PROTRAV

More information

How to request, find and cancel room bookings in Resource Booker

How to request, find and cancel room bookings in Resource Booker How to request, find and cancel room bookings in Resource Booker Before You Log Into Resource Booker How To Log Into Resource Booker Making a booking request To book by Date and Time To book by room Rules

More information

Register ASA. A Guide to Registering Travel Teams RETURNING TEAM 2014 Version

Register ASA. A Guide to Registering Travel Teams RETURNING TEAM 2014 Version Register ASA A Guide to Registering Travel Teams RETURNING TEAM 2014 Version Southern California ASA Revised 12/10/2013 1 New for 2014 Photo ID s are no longer required. Travel Teams have the option of

More information

TaxAct Professional Reports User Guide

TaxAct Professional Reports User Guide TaxAct Professional Reports User Guide For tax year 2017 V 1.0 Thank you for choosing TaxAct Professional Editions. Accessible from your TaxAct Account (Practice Manager) or from within your Professional

More information

HEWLETT PACKARD. COMPASS Invoicing. Frequently Asked Questions. Global Procurement 9/30/2011. AP Online 2. Approved Time Report 2

HEWLETT PACKARD. COMPASS Invoicing. Frequently Asked Questions. Global Procurement 9/30/2011. AP Online 2. Approved Time Report 2 HEWLETT PACKARD COMPASS Invoicing Frequently Asked Questions Global Procurement 9/30/2011 Frequently Asked Questions Topics: AP Online 2 Approved Time Report 2 Electronic Funds Transfer 4 Invoicing.. 4

More information

Web Report Library User Guide

Web Report Library User Guide Web Report Library User Guide Advanced Course Prepared for: Finance & Administration Updated on: 7/18/2011 1:48:00 PM Page 1 Table of Contents Introduction.... 3 InfoView overview. 3 Header Panel.. 3 Workspace

More information

Release Notes V9.5 (inc V9.4) Release Notes. Phone: Fax:

Release Notes V9.5 (inc V9.4) Release Notes. Phone: Fax: Release Notes V9.5 (inc V9.4) 2016 Release Notes Phone: 01981 590410 Fax: 01981 590411 E-mail: information@praceng.com RELEASE NOTES These Release Notes give you information regarding changes, modifications

More information

Monitoring Location Servers and Site

Monitoring Location Servers and Site 8 CHAPTER This chapter describes how to monitor location servers by configuring and viewing alarms, events, and logs. It also describes how to use Cisco WCS to view location server, client and asset tag

More information

Firm Gateway Information Requests Request Manager June 2017

Firm Gateway Information Requests Request Manager June 2017 Firm Gateway Information Requests Request Manager June 2017 Request Manager - June 2017 Table of Contents What requests are in the system?... 2 How to Access Request Manager... 2 Finding Items... 3 Responding

More information

Firm Gateway Information Requests Request Manager March 2018

Firm Gateway Information Requests Request Manager March 2018 Firm Gateway Information Requests Request Manager March 2018 Request Manager - January 2018 Table of Contents What requests are in the system?... 3 How to Access Request Manager... 3 Finding Items... 4

More information

Loan Closing Advisor SM. User Guide. December 2017

Loan Closing Advisor SM. User Guide. December 2017 Loan Closing Advisor SM User Guide December 2017 Notice This User Guide is Freddie Mac s CONFIDENTIAL INFORMATION as defined in and subject to the provisions of the Freddie Mac Single Family Seller/Servicer

More information

Backup Tab. User Guide

Backup Tab. User Guide Backup Tab User Guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Create a New Backup... 3 3. Manage backup jobs... 4 Using the Edit menu... 5 Overview... 5 Destination...

More information

BK-CSR-IG-0150 On-Line Meter Point Search Facility GTC User Guide

BK-CSR-IG-0150 On-Line Meter Point Search Facility GTC User Guide BK-CSR-IG-0150 On-Line Meter Point Search Facility GTC User Guide Revised October 2010 CONTENTS 1. Introduction...3 2. User Access...4 2.1 Successful Login...5 2.2 Failed Login...6 3. Services...7 3.1

More information

USER GUIDE. June 2012 VERSION 1.0. Supplier Portal. Kimberly-Clark. E-sourcing

USER GUIDE. June 2012 VERSION 1.0. Supplier Portal. Kimberly-Clark. E-sourcing USER GUIDE June 2012 VERSION 1.0 Supplier Portal Kimberly-Clark E-sourcing Copyright 2005, Kimberly-Clark Worldwide, Inc. All rights reserved. This document and its associated training materials are proprietary

More information

Respondent Help Guide

Respondent Help Guide Respondent Help Guide https://nqphnetender.openwindowscontracts.com Welcome to the Northern Queensland Primary Health Network etendering Portal. Using NQPHN s etendering Portal is free for all users. There

More information

Objective of the Postgraduate Online Approval Procedure: Description of the Postgraduate Online Approval Procedure:

Objective of the Postgraduate Online Approval Procedure: Description of the Postgraduate Online Approval Procedure: Institution Name: Originating Department: Contact Name: The University of Warwick IT Services Membership & Staff Application Mgmt Service David Hall (David.Hall@Warwick.ac.uk) Service Owner Objective of

More information

Note: For Single Sign-on (SSO) access for local contracted providers, please reference the tip sheet Pre-service Review for an out-of-area member.

Note: For Single Sign-on (SSO) access for local contracted providers, please reference the tip sheet Pre-service Review for an out-of-area member. July 2016 The iexchange Web tool supports direct submission and provides online approval of benefits for preauthorization requests. Listed below are the steps for submitting a treatment search to Blue

More information

LexisNexis Capital Monitor User Guide

LexisNexis Capital Monitor User Guide LexisNexis Capital Monitor User Guide CONTENTS About This Guide 2 Intended Audience 2 User Roles and Privileges 3 A. Corporate Administrator /User 4 Home Page 5 Create Users / View Users 6 Assign Services

More information

Acronis Data Cloud plugin for ConnectWise Automate

Acronis Data Cloud plugin for ConnectWise Automate Acronis Data Cloud plugin for ConnectWise Automate USER'S GUIDE Revision: 24.08.2018 Table of contents 1 Introduction...3 2 What's new in Update 4...3 3 What's new in Update 3...3 4 What's new in Update

More information

COOKIES TECHNOLOGY GUIDE

COOKIES TECHNOLOGY GUIDE ABC SMART COOKIES TECHNOLOGY GUIDE Table of Contents Getting Started - Registering a Volunteer Page 3 Managing Girls in a Troop Page 5 Initial Order and Scheduling Pick up Date and Time Page 7 Requesting

More information

Works Approver Sign Off Presentation (revised March 2013)

Works Approver Sign Off Presentation (revised March 2013) Works Approver Sign Off Presentation 2013 (revised March 2013) Department Review of P-Card Expense P-card expense requires 3 levels of review at department level. Level 1: Cardholder Review The cardholder

More information

State Report Using the edmr. Denise Seman City of Youngstown

State Report Using the edmr. Denise Seman City of Youngstown State Report Using the edmr Denise Seman City of Youngstown Create an ebiz account (if you haven t already) Go to https:ebiz.epa.ohio.gov Click on create new account Create a user ID and password Use

More information

Scheduling. Scheduling Tasks At Creation Time CHAPTER

Scheduling. Scheduling Tasks At Creation Time CHAPTER CHAPTER 13 This chapter explains the scheduling choices available when creating tasks and when scheduling tasks that have already been created. Tasks At Creation Time The tasks that have the scheduling

More information

Frequently Asked Question Frequently Asked Question response for Store Procedure for Support team to resolve

Frequently Asked Question Frequently Asked Question response for Store Procedure for Support team to resolve Claims and claiming Frequently Asked Question Frequently Asked Question response for Store Procedure for Support team to resolve Why is the claims process changing? The introduction of DSD has provided

More information

USING THE FINANCIAL AID COMMUNICATION SYSTEM

USING THE FINANCIAL AID COMMUNICATION SYSTEM USING THE FINANCIAL AID COMMUNICATION SYSTEM Using the Finanical Aid Communication System b Module 5: Using FACS INTRODUCTION The Financial Aid Communication System (FACS) is a web-based software program

More information