DOVE Departmental Online Verification Engine. State of New Jersey

Size: px
Start display at page:

Download "DOVE Departmental Online Verification Engine. State of New Jersey"

Transcription

1 2011 NASCIO Recognition Award Nomination New Jersey Department of Human Services and New Jersey Office of Information Technology DOVE Departmental Online Verification Engine Category: Enterprise IT Management Initiatives State of New Jersey Page 1 of 6

2 B. Executive Summary The NJ Office of Information Technology (OIT) developed the Departmental Online Verification Engine (DOVE) for the NJ Department of Human Services to streamline the verification process required for enrollment into the NJ FamilyCare (NJFC) health insurance program. The NJ FamilyCare program requires state and county workers to verify the identity, income, citizenship status, and level of state and federal benefits that could be provided to a program applicant. This information resides in multiple computer systems maintained by the NJ Department of Labor, NJ Department of Human Services, and the US Social Security Administration. During the deep economic recession, the number of New Jersey citizens who needed human service benefits such as NJFC, Food Stamps, and TANF (Temporary Aid to Needy Families) was increasing rapidly. Some county agencies had lines that went out their doors. The Governor requested multiple initiatives to reduce the time to process benefit applications. One priority was to reduce the time it takes for county workers to determine if a person or family is eligible for NJFC. DOVE was implemented to efficiently access, query, retrieve, and compile information from multiple, disconnected computer systems, and present it in an easily comprehensible and manipulated form to agency workers, who were tasked with processing benefit applications and rendering an eligibility determination for NJ FamilyCare health insurance. This project provided a single interface to the nine systems and twenty-one screens of data previously used for verification. It also produced a detailed report for the eligibility unit, replacing inches of paper previously produced from the mainframe screen prints. Case workers time to retrieve the typical information required for eligibility determination has been reduced from one to two hours down to minutes. This project required cooperation and priority setting from multiple state agencies and IT groups, and New Jersey had a nine-month window for the project lifecycle. The solution had to meet the needs of 21 independent county offices as well as private vendors that process applications for benefits for the state. It was also the priority of the State CIO and DHS IT organization to solve this problem quickly but in a manner that was extensible and re-usable. DOVE went into production for three counties in January 2010 and was deployed to the remaining counties over the course of Page 2 of 6

3 C. Description of Business Problem and Solution On behalf of the Department of Human Services (DHS), county welfare agencies and private vendors ( case workers ) receive applications for NJ FamilyCare health insurance benefits from families throughout the State. Applicants provide identity and income information about each member of their household. In the past, case workers then searched computer systems to determine citizenship (birth records obtained from the Bureau of Vital Statistics) and existing State provided benefits. If DHS benefits were then being provided to any household member, those existing cases were related to the application just received. The workers the searched and compiled screen shots of all matches found. The case workers accessed computer systems maintained by the Department of Labor to determine the Unemployment and Disability Insurance benefits, family leave income, and wages earned for each household member. Authorized workers also accessed a Social Security Administration application to verify and document the federal benefits being received. The screen prints were then assembled into a case file for the purpose of determining eligibility. These various systems required independent logons, searches, and screen prints to complete the case file. Not all case workers had privileges to logon to, search, and print from all of the systems required to produce the case file. Backlogs were growing as incomplete case files sat waiting for workers to complete the verification process. Volumes of paper were used to screen print every mainframe screen, wasting paper, toner, and creating huge case files that required review by an Eligibility Unit. Eligibility workers had to sift through these mounds of paper to correctly determine eligibility for the various programs offered by New Jersey. The verification process required data from four Labor systems, four DHS systems, and one federal system for a minimum of 21 screens worth of information for each person on an application. If any one applicant had multiple claims in any system, all additional claims and associated screens had to be searched and printed. All information needed to be printed and stored in a case file for examination by an Eligibility staff person. Solution Decisions Two options were considered to develop the new Departmental Online Verification Engine (DOVE) application within the 9-month timeframe: write one program to deliver all functionality, or build the solution with reusable components using an Enterprise Service Bus layer. Option One: This first option would involve writing one computer program to authenticate the user, collect and edit the applicant information, determine the systems to be searched, Page 3 of 6

4 communicate to one or more of the nine source systems, extract the necessary data elements from each system, translate and format the source system data, deliver that data back to the application, assemble the returned information into a summary and detailed format, present that information back to the user, and finally provide record selection and discard functionality for inclusion into the printed report. Option Two: It was obvious that one program could not be built in the desired narrow timeframe of nine months, and that a component-based solution must be architected; this precluded Option One. Since the State had an investment in IBM s Message Broker technology, this technology was explored and determined to be a good fit for this application. The decision was made to expand the existing Message Broker infrastructure and build the DOVE solution using Option Two as follows: 1. User Interface [UI] and Data Entry: Authenticate users via a web service call to the DHS Active Directory. Once authenticated, present a data entry screen to collect and edit the applicant information. Provide options for the systems to be searched and submit the request to the Broker. 2. Broker: Receive one request from the UI; parse that request into multiple messages for the back-end systems; wait for reply and handle timeouts; translate/transform returned data into user-friendly formats; assemble transformed data into one message; and return one message to the user interface. 3. Legacy System Extracts: Legacy system programmers were assigned to extract the data elements from each source system or to compose user-interface messages when information was not found or when the system was unavailable for Broker use. 4. User Interface and Presentation: Once the message was returned to the UI, the data was formatted as a summary page and detailed page. The summary page listed each application with a link to the detail for each match found in that system. The user could browse the detail and decide to keep or discard that information for inclusion into the detailed report. The detailed report included all information not discarded and was formatted in an easy-to-read layout. The summary and detailed reports were printed as the complete case file for the Eligibility Unit. 5. Communications: Broker queues and request listeners had to be enabled in the mainframe environments to allow the mainframe to acknowledge and respond to Broker requests. 6. Infrastructure: The existing infrastructure was expanded, creating an additional test and production environment for this project. In-house technicians were trained on this upgraded product and its maintenance requirements. 7. Quality Control: The user interface had to produce the same results as the legacy mainframe systems. This exercise lead to exhaustive loops of requesting screen shots from the source systems (enough to hit upon every condition with associated data elements), and examining output from the Message Broker and outputs from the User Interface when the results were not the same. The differences were highlighted and returned to the Broker or legacy programmers for correction. 8. Training: User training materials were developed to demonstrate the requirements for user authentication as well as the user interface functionality. The manuals Page 4 of 6

5 highlighted the legacy system screen shots and showed which fields were included in the new interface. All pilot users were trained and Train-the-Trainer classes were conducted. 9. Pilot Users: Users from three pilot counties, State Eligibility Staff, and one private vendor participated in the design and development of this system. They were instrumental in comparing legacy-produced case files to DOVE-produced case files, and declared the production readiness of this solution. 10. Policies and Data Agreements: The streamlined user provisioning process was agreed to by the data custodians and DHS to ensure this highly sensitive information was granted to the fewest public and private employees, and that auditing of transactions was sufficient to detect abuse. 11. Monitoring: All components required for a round-trip transaction, excluding the mainframes, are monitored for availability. The OIT and DHS Help Desks are notified of outages, causes, and estimated duration of the outage. Call chains are in place to notify the counties and private vendors during normal business hours. 12. Auditing: All user requests are logged on the Broker with the user information, search criteria and date/time of request. No private information retrieved from the legacy systems is logged. The project officially kicked off in March 2009 with weekly user requirement sessions with representative county agencies. Development began in August 2009 and testing started in November DOVE went into production for three counties in January 2010 and deployed to the remaining 18 counties over the course of D. Significance of the Project This project greatly improved the workflow for county case workers. Verifying applicant information was simplified for the eligibility workers due to the fact that multiple systems could be accessed with one login. This application streamlined the user provisioning process; reduced the number of logins assigned, screens accessed and printed for the verification process; and streamlined the case file for the eligibility determination process. Case workers time to retrieve the typical information required for eligibility determination has been reduced from one to two hours down to minutes. There are hundreds of these inquiries performed in each of over 50 offices across the State on a daily basis. The lives of New Jersey citizens are also improved by reducing the time they had to wait before a decision could be rendered about their eligibility and by quickening their time to be covered by insurance. The project was a successful piece in the Governor s initiative to reduce the number of citizens waiting for benefits and the time it takes to process these benefits. The project was aligned with the State s IT strategic plan of incorporating web services on a platform that is shared by multiple State agencies. The underlying architecture and the web service code can be re-used for multiple other initiatives. Page 5 of 6

6 For example, the DOVE project is the basis for the large scale Consolidated Access Support System (CASS) project that NJ is implementing. The DOVE user access functionality will be incorporated into CASS; however, the data retrieval services built on the ESB will be used to provide data to CASS. The architecture helps to eliminate point-to-point interfaces and instead provide reusable services for CASS and other systems. E. Benefit of the Project The DOVE project benefits the citizens of New Jersey who require social services as well as the DHS workers who must provide these services. The main benefit to clients and staff is the reduced time to determine eligibility. There are hundreds of these inquiries performed in each of over 50 offices across the State on a daily basis. (Again, case workers time to retrieve the typical information required for eligibility determination has been reduced from one to two hours down to minutes.) Additionally, the architecture provides the framework to benefit the implementation of other projects that require similar data. This will reduce the cost and schedule of new projects. The Office of Information Technology staff are also excited to be implementing new technologies. This project supports several of the NASCIO State CIO Priorities, including Nos. 1, 2, 3, 5, 7, 9, and 10. The implementation of this architecture has already been reused. OIT was able to implement a second system that needed to verify income information for a new federal program to determine eligibility of unemployed/underemployed residents applying for home mortgage assistance. That application was built in two months and is already in production for 20 users. The income retrieval web service is also used to support eligibility determination for requests by families for catastrophic illness insurance. The web service (ESB) architecture will be used to support New Jersey s Health Information Technology initiative. A Master Client Index (MCI) is being deployed to support the access and exchange of health information. Services to add, delete, and update records will be built on the ESB as the gateway to the MCI. Record locator, record retrieval, access control, and auditing services will also be supported. This project allowed the State of NJ to become more responsive to its citizens by reducing the time that they had to wait to receive benefits. By saving state and county workers time, reducing the administration of user logins and passwords, and reducing the amount of paper to store benefit information, the project avoids costs. Reusing the technology to support similar data needs reduces IT development time on similar projects. Page 6 of 6

State of Ohio Integrated Eligibility System. Category: Cross-Boundary Collaboration

State of Ohio Integrated Eligibility System. Category: Cross-Boundary Collaboration State of Ohio Integrated Eligibility System Category: Cross-Boundary Collaboration Contact: Katrina B. Flory Ohio Department of Administrative Services Office of Information Technology 614.995.5466 Katrina.flory@das.ohio.gov

More information

Kentucky Enterprise User Provisioning System (KEUPS)

Kentucky Enterprise User Provisioning System (KEUPS) Commonwealth of Kentucky 2010 NASCIO Recognition Awards Nomination Category: Improving State Operations Kentucky Enterprise User Provisioning System (KEUPS) Submitted by: Commonwealth Office of Technology

More information

Global Case Management & Food and Nutrition Services Integration. State of North Carolina

Global Case Management & Food and Nutrition Services Integration. State of North Carolina North Carolina Families Accessing Services through Technology Global Case Management & Food and Nutrition Services Integration Category: Improving State Operations Contact: Wendy Keller Phone: 919-707-4007

More information

State of Michigan. Achieving Breakthrough Data Transformation through a Shared Solution

State of Michigan. Achieving Breakthrough Data Transformation through a Shared Solution State of Michigan Department of Information Technology Achieving Breakthrough Data Transformation through a Shared Solution NASCIO 2009 Recognition Awards Category: Data, Information and Knowledge Management

More information

Medicaid Enterprise System Program

Medicaid Enterprise System Program Medicaid Enterprise System Program Integration Services and Integration Platform (ISIP) previously Systems Integrator and Enterprise Services Bus Vendor Forum May 9, 2018 Notice Information contained in

More information

State of Michigan Department of Information Technology And Bureau of Worker s & Unemployment Compensation

State of Michigan Department of Information Technology And Bureau of Worker s & Unemployment Compensation State of Michigan Department of Information Technology And Bureau of Worker s & Unemployment Compensation Electronic Filed (Telephone and Internet) Unemployment Claims Project 2004 NASCIO Awards Recognition

More information

Kansas Eligibility Enforcement System (KEES) Joint Committee on Information Technology. Glen Yancey KEES Project Director May 3, 2017

Kansas Eligibility Enforcement System (KEES) Joint Committee on Information Technology. Glen Yancey KEES Project Director May 3, 2017 Kansas Eligibility Enforcement System (KEES) Joint Committee on Information Technology Glen Yancey KEES Project Director May 3, 2017 1 KEES Programs Programs Implemented with the KEES System: Phase 2 In

More information

Pennsylvania epermitting System. Digital Government: Government to Business (G to B) Category. Contact: Phil Tomassini, CIO

Pennsylvania epermitting System. Digital Government: Government to Business (G to B) Category. Contact: Phil Tomassini, CIO Pennsylvania epermitting System Digital Government: Government to Business (G to B) Category Contact: Phil Tomassini, CIO Pennsylvania Department of Transportation Project Initiation Date: May 15, 2011

More information

Oracle s Service-Oriented Architecture Strategy

Oracle s Service-Oriented Architecture Strategy Pierre Fricke VP and Lead Analyst, Web Application Infrastructure web-infra@dhbrown.com Business velocity refers to a company s ability to generate operational speed while heading in the right direction.

More information

EUROPEAN SHAREPOINT COMMUNITY AWARDS 2012

EUROPEAN SHAREPOINT COMMUNITY AWARDS 2012 EUROPEAN SHAREPOINT COMMUNITY AWARDS 2012 Submission for Best SharePoint Public WebSite project information Project Name: Pestana Transactional WebSite Platform URL 1: http://www.pousadas.pt URL 2: http://www.pestanapriority.com

More information

Accenture Federal Services. US Department of Homeland Security: At a Tipping Point Agile Solutions or Aging Infrastructure?

Accenture Federal Services. US Department of Homeland Security: At a Tipping Point Agile Solutions or Aging Infrastructure? Accenture Federal Services US Department of Homeland Security: At a Tipping Point Agile Solutions or Aging Infrastructure? Despite our best efforts to stall the process of aging, growing older is a constant

More information

Nomination Form Please complete entire form. All nominations must be postmarked no later than May 18, 2003.

Nomination Form Please complete entire form. All nominations must be postmarked no later than May 18, 2003. Nomination Form Please complete entire form. All nominations must be postmarked no later than May 18, 2003. Title of Nomination: Using Biometrics to improve the Texas Welfare System Project/System Manager:

More information

The State of North Dakota. proudly submits to the NASCIO Awards Committee

The State of North Dakota. proudly submits to the NASCIO Awards Committee The State of North Dakota proudly submits to the NASCIO Awards Committee Office of Management and Budget Central Service s Vendor Registry Work Request System in the Government to Business category B.

More information

Understanding the Business Benefits of an Open Source SOA Platform

Understanding the Business Benefits of an Open Source SOA Platform Understanding the Business Benefits of an Open Source SOA Platform A Hurwitz white Paper Hurwitz White Paper Copyright 2009, Hurwitz & Associates All rights reserved. No part of this publication may be

More information

Create IT. Winner for Best SharePoint Public WebSite

Create IT. Winner for Best SharePoint Public WebSite Create IT Winner for Best SharePoint Public WebSite project information Project Name: Pestana Transactional WebSite Platform URL 1: http://www.pousadas.pt URL 2: http://www.pestanapriority.com URL 3: http://www.pestana.com

More information

OSS TENDER PORTAL MANAGEMENT SYSTEM (ASP.NET)

OSS TENDER PORTAL MANAGEMENT SYSTEM (ASP.NET) OSS TENDER PORTAL MANAGEMENT SYSTEM (ASP.NET) APPLICATION SPECIFICATIONS, FEATURES DESCRIPTIONS SCREEN SHOT ILLUSTRATION Version: ASP.NET (2) Updated: 3Q/2007, v-2 Reference: Middleware 0445/86 1. TECHNICAL

More information

California Technology Agency

California Technology Agency NASCIO 2013 State IT Recognition Awards California Technology Agency The State of California GeoPortal www.portal.gis.ca.gov Category: State CIO Office Special Recognition Project Initiation Date: February

More information

Accenture Software for Health and Public Service. Accenture Public Service Platform. Taking SOA from the Whiteboard to the Data Center and Beyond

Accenture Software for Health and Public Service. Accenture Public Service Platform. Taking SOA from the Whiteboard to the Data Center and Beyond Accenture Software for Health and Public Service Accenture Public Service Platform Taking SOA from the Whiteboard to the Data Center and Beyond The Accenture Public Service Platform The Accenture Public

More information

IBM SOA Fundamentals. Download Full Version :

IBM SOA Fundamentals. Download Full Version : IBM 000-664 SOA Fundamentals Download Full Version : http://killexams.com/pass4sure/exam-detail/000-664 QUESTION: 46 An enterprise governance committee authorizes an upgrade to a business service. The

More information

Construction Documentation System (CDS V3) Improving State Operations. Contact: Phil Tomassini, CIO. Pennsylvania Department of Transportation

Construction Documentation System (CDS V3) Improving State Operations. Contact: Phil Tomassini, CIO. Pennsylvania Department of Transportation Construction Documentation System (CDS V3) Improving State Operations Contact: Phil Tomassini, CIO Pennsylvania Department of Transportation Project Initiation Date: May 2012 Project Completion Date: March

More information

IBM WebSphere Information Integrator Content Edition Version 8.2

IBM WebSphere Information Integrator Content Edition Version 8.2 Introducing content-centric federation IBM Content Edition Version 8.2 Highlights Access a broad range of unstructured information sources as if they were stored and managed in one system Unify multiple

More information

2003 NASCIO Recognition Awards Nomination Form

2003 NASCIO Recognition Awards Nomination Form 2003 NASCIO Recognition Awards Nomination Form Please complete entire form. All nominations must be postmarked no later than Sunday, May 18, 2003. Title of Nomination: Missouri Adaptive Enterprise Architecture

More information

Integrated Eligibility and TIERS Implementation Subcommittee Report

Integrated Eligibility and TIERS Implementation Subcommittee Report Integrated Eligibility and TIERS Implementation Subcommittee Report The House Committee on Human Services is charged with the oversight of the Health and Human Services Commission(HHSC) as it relates to

More information

Achieving Healthcare Interoperability in the Cloud with WebSphere ESB

Achieving Healthcare Interoperability in the Cloud with WebSphere ESB Achieving Healthcare Interoperability in the Cloud with WebSphere ESB Ajay Asthana Business Solution Architect, Business Performance and Service Optimization Group IBM software division Tom Fausel Chief

More information

Montana DPPHS Enterprise Architecture. Montana Department of Public Health and Human Services Deloitte Consulting LLP

Montana DPPHS Enterprise Architecture. Montana Department of Public Health and Human Services Deloitte Consulting LLP Montana DPPHS Enterprise Architecture Montana Department of Public Health and Human Services Deloitte Consulting LLP Presenters Ron Baldwin CIO, Montana Department of Public Health and Human Services David

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Table of Contents. Headquarters Cary, NC USA US Fax International

Table of Contents. Headquarters Cary, NC USA US Fax International Desktop Automation Table of Contents Easy Automation for the Contact Center and Back Office... 3 Use Cases... 3 Activity Intelligence + Automation... 4 Cicero Automation Architecture... 5 Cicero Automation

More information

Wisconsin CARES. An Overview. October 13 th, WI CARES Overview for HHS.ppt

Wisconsin CARES. An Overview. October 13 th, WI CARES Overview for HHS.ppt Wisconsin CARES An Overview October 13 th, 2010-1- Contents Overview of CARES Enterprise in 2003 3 Overview of CARES Enterprise in 2010 4 Incremental Renewal Timeline 5 CARES / Functional Breakdown 6-7

More information

The Computerworld Honors Program

The Computerworld Honors Program The Computerworld Honors Program Honoring those who use Information Technology to benefit society Status: Laureate Final Copy of Case Study Year: 2013 Organization Name: Allegheny County Department of

More information

On demand operating environment solutions To support your IT objectives Transforming your business to on demand.

On demand operating environment solutions To support your IT objectives Transforming your business to on demand. On demand operating environment solutions To support your IT objectives Transforming your business to on demand. IBM s approach to service-oriented architecture Doing business in the on demand era Technological

More information

Publish and Subscribe Provisioning Interfaces. Copyright

Publish and Subscribe Provisioning Interfaces. Copyright Publish and Subscribe Provisioning Interfaces 1 Copyright Agenda Interface Objectives Requirements Interface Alternatives Pros and Cons Design Principles Architecture and Connectors Connector Design Specifications

More information

SUPPLEMENTS MANAGEMENT PROGRAM v2.1 Administrator User Guide. Table of contents

SUPPLEMENTS MANAGEMENT PROGRAM v2.1 Administrator User Guide. Table of contents 1 SUPPLEMENTS MANAGEMENT PROGRAM v2.1 Administrator User Guide Table of contents Menu Functions Page(s) Pay dates 2-4 Category / Subcategory 5-7 Organizations 7-8 Program Settings 8-9 User Management 10-11

More information

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE Oracle Service Cloud Release 18C New Feature Summary ORACLE TABLE OF CONTENTS Revision History 3 Overview 3 Agent Browser Desktop Automation 3 Workflow Enable Save Option for Workflow Elements 3 Workflow

More information

Commonwealth of Pennsylvania. Enterprise Portal. Digital Government: Government-to-Citizen (G to C)

Commonwealth of Pennsylvania. Enterprise Portal. Digital Government: Government-to-Citizen (G to C) Commonwealth of Pennsylvania Enterprise Portal Digital Government: Government-to-Citizen (G to C) Executive Summary The Commonwealth Keystone Technology Plan provides the information technology blueprint

More information

Solution Overview Enabling the efficient management of justice

Solution Overview Enabling the efficient management of justice Enabling the efficient management of justice Legal Case Management System Legal agencies are looking for solutions that will enhance business performance, increase citizen engagement, and improve service

More information

LOS ANGELES COUNTY SHERIFF S DEPARTMENT REQUEST FOR INFORMATION RFI NUMBER 491-SH PERSONNEL TRACKING MANAGEMENT SYSTEM

LOS ANGELES COUNTY SHERIFF S DEPARTMENT REQUEST FOR INFORMATION RFI NUMBER 491-SH PERSONNEL TRACKING MANAGEMENT SYSTEM LOS ANGELES COUNTY SHERIFF S DEPARTMENT REQUEST FOR INFORMATION RFI NUMBER 491-SH PERSONNEL TRACKING MANAGEMENT SYSTEM (PTMS) Table of Contents 1.0 INTRODUCTION... 3 2.0 SYSTEM OVERVIEW AND REQUIREMENTS...

More information

A Fresh Look at the Mainframe

A Fresh Look at the Mainframe A Fresh Look at the Mainframe Unlock the Value of Your Mainframe Assets Using SOA On Demand Insurance Business Problems 1. We want to increase revenues by selling insurance polices through external Brokers

More information

MEDICAID TRANSFORMATION GRANT APPLICATION SECURE VERIFICATION OF CITIZENSHIP THROUGH AUTOMATION OF VITAL RECORDS

MEDICAID TRANSFORMATION GRANT APPLICATION SECURE VERIFICATION OF CITIZENSHIP THROUGH AUTOMATION OF VITAL RECORDS MEDICAID TRANSFORMATION GRANT APPLICATION STATE: MASSACHUSETTS PROJECT TITLE: SECURE VERIFICATION OF CITIZENSHIP THROUGH AUTOMATION OF VITAL RECORDS NAME OF MEDICAID AGENCY: OFFICE OF MEDICAID, EXECUTIVE

More information

Architecting Web Service Applications for the Enterprise

Architecting Web Service Applications for the Enterprise Architecting Web Service Applications for the Enterprise Michael Rosen Chief Enterprise Architect mike.rosen@iona.com March 5, 2002 Copyright IONA Technologies 2002 Slide 1 END 2 ANYWHERE Basic Web Service

More information

State of Illinois. Phase 2 of The Integrated Eligibility System (IES) and ABE's "Manage My Case" and Appeals Portals

State of Illinois. Phase 2 of The Integrated Eligibility System (IES) and ABE's Manage My Case and Appeals Portals State of Illinois Phase 2 of The Integrated Eligibility System (IES) and ABE's "Manage My Case" and Appeals Portals Make Medicare Work October 27, 2017 Lauren Polite, HFS IES Phase 2 Go Live Case Information

More information

Youth Service Elements:

Youth Service Elements: Attachment E: Training and Career Services Provider Provide Services for eligible WIOA Adults, Dislocated Workers and Youth, and others identified by the ETLWB The WIOA Title I Services Provider component

More information

Implementing Physical Inventory for Telecommunications Operational Support Systems.

Implementing Physical Inventory for Telecommunications Operational Support Systems. Implementing Physical Inventory for Telecommunications Operational Support Systems. Tony Tonkin Telstra Corporation Limited Manish Arora Infotech Enterprise Limited Introduction Contents Scope History

More information

Unlock the power of your data FOUR STEPS TO CHOOSING A DATA INTEGRATION TOOL

Unlock the power of your data FOUR STEPS TO CHOOSING A DATA INTEGRATION TOOL Unlock the power of your data FOUR STEPS TO CHOOSING A DATA INTEGRATION TOOL Table of Contents Introduction \ Find the right tool to unlock the power of your data 1 \ Examine how your organization uses

More information

B. Executive Summary. Category: Digital Government: Government to Citizen Page 2 of 6

B. Executive Summary. Category: Digital Government: Government to Citizen Page 2 of 6 B. Executive Summary Through MyDMV it is now possible in New York State for there to be a citizen single logon for a multitude of programs, services, and applications across state agencies. MyDMV is the

More information

Better, Faster Public Services

Better, Faster Public Services Better, Faster Public Services Social services work has always been a very manual process, with mountains of paper being handled by case workers. Citizens seeking assistance must fill out applications

More information

Integrating Configuration Management Into Your Release Automation Strategy

Integrating Configuration Management Into Your Release Automation Strategy WHITE PAPER MARCH 2015 Integrating Configuration Management Into Your Release Automation Strategy Tim Mueting / Paul Peterson Application Delivery CA Technologies 2 WHITE PAPER: INTEGRATING CONFIGURATION

More information

INFORMATION PAPER Migration from MWS & AMS Terminals to New Securities Trading Device

INFORMATION PAPER Migration from MWS & AMS Terminals to New Securities Trading Device INFORMATION PAPER Migration from MWS & AMS Terminals to New Securities Trading Device April 2014 CONTENTS Page No. SECTION 1 Introduction... 2 1 SECTION 2 Overview of ET Trade Speed Station... 4 SECTION

More information

IBM WebSphere Application Server family: Flexible infrastructure for today s business world.

IBM WebSphere Application Server family: Flexible infrastructure for today s business world. Integration and infrastructure software To support your business objectives IBM Application Server family: Flexible infrastructure for today s business world. Build On Demand Business solutions with a

More information

2017 Ways and Means Human Services Joint Subcommittee Presentation. Shared Services

2017 Ways and Means Human Services Joint Subcommittee Presentation. Shared Services 2017 Ways and Means Human Services Joint Subcommittee Presentation Shared Services Dr. Reginald Richardson, Deputy Director, DHS Don Erickson, Assistant Deputy Director, DHS Eric Moore, Chief Financial

More information

SIMPLIFIES AND STREAMLINES THE CLAIMS SUBMISSION, MONITORING AND RESOLUTION PROCESS

SIMPLIFIES AND STREAMLINES THE CLAIMS SUBMISSION, MONITORING AND RESOLUTION PROCESS SIMPLIFIES AND STREAMLINES THE CLAIMS SUBMISSION, MONITORING AND RESOLUTION PROCESS A Jardine Matheson Associate Company what is? JLT Interactive s 3rd generation online claims management product helps

More information

New and noteworthy in Rational Asset Manager V7.5.1

New and noteworthy in Rational Asset Manager V7.5.1 Rational Asset Manager New and noteworthy in Rational Asset Manager V7.5.1 IBM Corporation 2011 The information contained in this presentation is provided for informational purposes only. While efforts

More information

The Commonwealth of Pennsylvania Department of Human Services

The Commonwealth of Pennsylvania Department of Human Services The Commonwealth of Pennsylvania Department of Human Services CASE STUDY CLIENT The Commonwealth of Pennsylvania Drives Agility across its Operations with Progress Corticon, Improving Productivity and

More information

MNDNR Permitting and Reporting System (MPARS)

MNDNR Permitting and Reporting System (MPARS) MNDNR Permitting and Reporting System () Digital Government: (G to C) Government to Citizen Launched May 2014 Executive Summary In Minnesota, local units of government, landowners and businesses are required

More information

SC341 Umoja Requesting Services of Consultants and Individual Contractors

SC341 Umoja Requesting Services of Consultants and Individual Contractors SC341 Umoja Requesting Services of Consultants and Individual Contractors Umoja Requesting Services of Consultants and Individual Contractors Version 18 Last Modified: 20 November 2013 1 Agenda Course

More information

Enhancing. PeopleSoft Applications With Oracle Fusion Middleware

Enhancing. PeopleSoft Applications With Oracle Fusion Middleware Enhancing PeopleSoft Applications With Oracle Fusion Middleware Page 1 of 6 Introduction Changing markets, increasing competitive pressures, and evolving customer needs are placing greater pressure on

More information

Building Information Systems

Building Information Systems Building Information Systems Content Explain how building new systems produces organizational change. Describe the core activities in the systems development process. Describe the principal methodologies

More information

STATE OF MINNESOTA Office of Governor Mark Dayton 130 State Capitol 75 Rev. Dr. Martin Luther King Jr. Boulevard Saint Paul, MN 55155

STATE OF MINNESOTA Office of Governor Mark Dayton 130 State Capitol 75 Rev. Dr. Martin Luther King Jr. Boulevard Saint Paul, MN 55155 STATE OF MINNESOTA Office of Governor Mark Dayton 130 State Capitol 75 Rev. Dr. Martin Luther King Jr. Boulevard Saint Paul, MN 55155 December 13, 2013 Ms. Virginia M. Rometty Chairman, President, and

More information

EMC Documentum. Insurance. Solutions for. Solutions for Life, Property & Casualty, Health and Reinsurance

EMC Documentum. Insurance. Solutions for. Solutions for Life, Property & Casualty, Health and Reinsurance Solutions for Solutions for Life, Property & Casualty, Health and Solutions For Back Office Support Life, Property & Casualty, Health, Legal & Claims Marketing & New Product Creation Underwriting & Sales

More information

IBM Global Services. Accelerating business flexibility, while reducing costs, with composite business services.

IBM Global Services. Accelerating business flexibility, while reducing costs, with composite business services. IBM Global Services Accelerating business flexibility, while reducing costs, with composite business services. Accelerating business flexibility, while reducing costs, with composite business services.

More information

Contents About This Guide... 5 Upgrade Overview... 5 Examining Your Upgrade Criteria... 7 Upgrade Best Practices... 8

Contents About This Guide... 5 Upgrade Overview... 5 Examining Your Upgrade Criteria... 7 Upgrade Best Practices... 8 P6 EPPM Upgrade Best Practices Guide 16 R2 September 2016 Contents About This Guide... 5 Upgrade Overview... 5 Upgrade Process... 5 Assessing the Technical Environment... 6 Preparing for the Upgrade...

More information

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems.

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. 1 On completion of this topic, you will be able to: Explain the

More information

An Introduction to Oracle Identity Management. An Oracle White Paper June 2008

An Introduction to Oracle Identity Management. An Oracle White Paper June 2008 An Introduction to Oracle Identity Management An Oracle White Paper June 2008 An Introduction to Oracle Identity Management INTRODUCTION Oracle Identity Management's best-in-class suite of identity management

More information

Building Information Systems

Building Information Systems Chapter 13 Building Information Systems 13.1 2010 by Prentice Hall LEARNING OBJECTIVES Demonstrate how building new systems produces organizational change. Identify and describe the core activities in

More information

Page 2 Cargo Control and Release Capabilities Entry Summary Processing Capabilities Future ACE Features Entry Summary, Accounts and Revenue

Page 2 Cargo Control and Release Capabilities Entry Summary Processing Capabilities Future ACE Features Entry Summary, Accounts and Revenue What s Inside: Overview of the Automated Commercial Environment Page 1 Overview of ACE Secure Data Portal Page 2 ACE Features Currently Available Account Management Capabilities Reports Capabilities Revenue

More information

NASCIO Award Application. Section A: Cover Page. NCDOT Vendor Prequalification System. Digital Government: Government to Business (G to B)

NASCIO Award Application. Section A: Cover Page. NCDOT Vendor Prequalification System. Digital Government: Government to Business (G to B) NASCIO Award Application Section A: Cover Page NCDOT Vendor Prequalification System Digital Government: Government to Business (G to B) North Carolina Contact Information: Name Role Phone Email Tim Frost

More information

2011 NASCIO Recognition Award Application. Digital Government: Government to Business (G to B)

2011 NASCIO Recognition Award Application. Digital Government: Government to Business (G to B) 2011 NASCIO Recognition Award Application Digital Government: Government to Business (G to B) West Virginia Division of Motor Vehicles Vehicle Registration System West Virginia Dept. of Transportation

More information

ITIL Intermediate Capability Stream:

ITIL Intermediate Capability Stream: ITIL Intermediate Capability Stream: OPERATIONAL SUPPORT AND ANALYSIS (OSA) CERTIFICATE Sample Paper 2, version 6.1 Gradient Style, Complex Multiple Choice SCENARIO BOOKLET This booklet contains the scenarios

More information

Flexible Scalable Complete. Sustainable Future Maximum Investment

Flexible Scalable Complete. Sustainable Future Maximum Investment SYSTEM GALAXY SOFTWARE SOLUTIONS SYSTEM GALAXY System Galaxy is a complete, enterprise-class access control and security management solution that offers unsurpassed ability to satisfy the requirements

More information

MMW Webinar IES Phase 2 Rollout New Manage My Case and Appeals Portals

MMW Webinar IES Phase 2 Rollout New Manage My Case and Appeals Portals MMW Webinar IES Phase 2 Rollout New Manage My Case and Appeals Portals August 3, 2016 Webinar Logistics: Audio: Listen through your computer speakers or call in using a telephone. To get call-in information,

More information

Flexible Scalable Complete. Sustainable Future Maximum Investment

Flexible Scalable Complete. Sustainable Future Maximum Investment SYSTEM GALAXY SOFTWARE SOLUTIONS SYSTEM GALAXY System Galaxy is a complete, enterprise-class access control and security management solution that offers unsurpassed ability to satisfy the requirements

More information

EVA Netmodeler VERSION Q

EVA Netmodeler VERSION Q VERSION 2.6 - Q3 2011 1 CONTENTS Desirable Futures... 3 Easy Data Gathering... 4 Powerful Analysis... 5 Easy Output and Sharing... 7 Standards Compliance... 8 Easy Deployment... 9 More information... 9

More information

ExtendTime A completely automated IP Telephony time and attendance solution that immediately realizes an organizational return on investment.

ExtendTime A completely automated IP Telephony time and attendance solution that immediately realizes an organizational return on investment. A completely automated IP Telephony time and attendance solution that immediately realizes an organizational return on investment. Introduction Companies that are considering purchasing IP Telephony systems,

More information

UI IT Modernization Pre-Implementation Planning Checklist

UI IT Modernization Pre-Implementation Planning Checklist Before Functionality is Fully Available or Workaround in Place for the following: All benefit and tax functions have been fully tested and are fully operational (unless work around planned for and tested)

More information

DMAS Enhancement Brief

DMAS Enhancement Brief DMAS Enhancement Brief A DMAS enhancement from I/O International, Inc. Inventory Management Enhancement with Additional Tools and Reports The Inventory Management Enhancement for iseries 400 DMAS from

More information

Streamlining Access Control for SAP Systems

Streamlining Access Control for SAP Systems WHITE PAPER Streamlining Access Control for SAP Systems The Many Advantages of Automated User Provisioning For organizations with high-volumes of employees leveraging SAP solutions, managing access to

More information

Chapter Contents. Manage Employers Option Screen

Chapter Contents. Manage Employers Option Screen 16: Manage Employers Chapter Contents Create an Employer Account (Registration)... 16-2 Add Employer Locations... 16-6 Assign a Case Manager... 16-8 Add Contacts... 16-9 Assist an Employer... 16-13 Search

More information

U N I V E R S I TY. FormFire Broker Guides and Training Videos. FormFire Broker Guides. Welcome and Introduction Guide - Click to view

U N I V E R S I TY. FormFire Broker Guides and Training Videos. FormFire Broker Guides. Welcome and Introduction Guide - Click to view F O R M F I R E U N I V E R S I TY FormFire Broker Guides and Training Videos FormFire Broker Guides Welcome and Introduction Guide - Click to view 1. New Broker Setup Guide - Click to view 2. Adding Clients

More information

Automating On-Boarding and Off-Boarding Through ServiceNow and Provisioning Portals for Avaya and Skype for Business

Automating On-Boarding and Off-Boarding Through ServiceNow and Provisioning Portals for Avaya and Skype for Business Automating On-Boarding and Off-Boarding Through ServiceNow and Provisioning Portals for Avaya and Skype for Business David Raanan, Partner, Starfish Associates Bill Magnuson, Director of Unified Communication,

More information

On-Demand Solution Planning Guide

On-Demand Solution Planning Guide On-Demand Solution Planning Guide Powering On-Demand Solutions www.growthclick.com hello@growthclick.com Copyright 2019 GrowthClick Inc. All Rights Reserved. 1 3 Steps to Planning an On-Demand Solution

More information

CONVERSION GUIDE CCH Client Accounting Suite Premier Client Write-Up to Accounting CS

CONVERSION GUIDE CCH Client Accounting Suite Premier Client Write-Up to Accounting CS CONVERSION GUIDE CCH Client Accounting Suite Premier Client Write-Up to Introduction... 1 Conversion program overview... 2 Processing steps required for each client before running the conversion program...

More information

Perfect Service. Testing: Landesk Service Desk 7.6. Dr. Götz Güttich

Perfect Service. Testing: Landesk Service Desk 7.6. Dr. Götz Güttich Testing: Landesk Service Desk 7.6 Perfect Service Dr. Götz Güttich With Service Desk 7.6, LANDesk delivers a powerful IT service management solution for IT service providers and support organizations.

More information

HCM Employee Benefits Managed Services. Provide a superior employee experience. HCM, MANAGED SERVICES AND EMPLOYEE BENEFITS 1

HCM Employee Benefits Managed Services. Provide a superior employee experience. HCM, MANAGED SERVICES AND EMPLOYEE BENEFITS 1 HCM Employee Benefits Managed Services Provide a superior employee experience. HCM, MANAGED SERVICES AND EMPLOYEE BENEFITS 1 PeopleStrategy offers employers a single source provider for key elements that

More information

IBM Case Manager on Cloud

IBM Case Manager on Cloud Service Description IBM Case Manager on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the Cloud

More information

Document Control Information

Document Control Information Document Control Information Document Details Document Name Purpose of Document Document Version Number 5.3 Document Status Document Owner Prepared By The ITIL Intermediate Qualification Service Transition

More information

Business Process Innovations Connecticut Mark Raymond, Chief Information Officer Category: State: Contact:

Business Process Innovations Connecticut Mark Raymond, Chief Information Officer Category: State: Contact: Connecticut makes an in Human Services Infrastructure Category: State: Contact: Project Initiation: September 3, 2013 Project Completion: October 12, 2017 Business Process Innovations Connecticut Mark

More information

Reining in Maverick Spend. 3 Ways to Save Costs and Improve Compliance with e-procurement

Reining in Maverick Spend. 3 Ways to Save Costs and Improve Compliance with e-procurement 3 Ways to Save Costs and Improve Compliance with e-procurement Contents The Need to Eliminate Rogue Spending Exists for all Businesses...3 Leveraging Technology to Improve Visibility...5 Integrate your

More information

INTRODUCTORY GUIDE. February Copyright 2017, National Association of State Workforce Agencies. All Rights Reserved.

INTRODUCTORY GUIDE. February Copyright 2017, National Association of State Workforce Agencies. All Rights Reserved. INTRODUCTORY GUIDE February 2017 Copyright 2017, National Association of State Workforce Agencies. All Rights Reserved. TABLE OF CONTENTS 1.0 INTRODUCTION... 3 2.0 BACKGROUND... 3 3.0 SIDES OPERATIONS

More information

Reduce the time & labor to process and archive documents. Reduce document cycle times. Create audit trails of document handling activities

Reduce the time & labor to process and archive documents. Reduce document cycle times. Create audit trails of document handling activities NashuaDocs NashuaDocs works for you: Reduce costs Reduce the time & labor to process and archive documents Minimise shipping costs Enhance productivity Reduce document cycle times Improve accuracy Ensure

More information

BRIDGE INSURANCE SOFTWARE SUITE. Modern Approach For An Increasingly Complex Market

BRIDGE INSURANCE SOFTWARE SUITE. Modern Approach For An Increasingly Complex Market BRIDGE INSURANCE SOFTWARE SUITE Modern Approach For An Increasingly Complex Market The insurance industry has always been, and continues to be, increasingly complex. Today s insurers are navigating more

More information

Financial Fusion. Feature Guide. Consumer e-finance Suite. version 4.6

Financial Fusion. Feature Guide. Consumer e-finance Suite. version 4.6 Financial Fusion Consumer e-finance Suite version 4.6 Feature Guide Financial Fusion, e-finance, and Financial Fusion Server are trademarks of Financial Fusion, Inc. Sybase is a registered trademark of

More information

E-Verify User Manual

E-Verify User Manual E-Verify User Manual For General Users, Program Administrators and Designated Agents E-Verify Program in partnership with The Social Security Administration Replaces April 2004 and September 2007 Basic

More information

DHS Integrated Eligibility Determination Project

DHS Integrated Eligibility Determination Project DHS Integrated Eligibility Determination Project Using (ONE) Presentation to Joint Interim Legislative Committee on Information Management & Technology Clyde Saiki, DHS Director (Interim) Sarah Miller,

More information

i-coin General non-technical platform definition

i-coin General non-technical platform definition General non-technical platform definition Propentus Oy, 2007 20.6.2007 HISTORY OF THIS DOCUMENT Version and date Author Description 1.0 / 22.3.2007 Sami Laaksonen First version was created. 1.1 / 27.3.2007

More information

DON T START FROM SCRATCH. Neos ADF KickStart KICKSTART NOW. Ready for Oracle Cloud?

DON T START FROM SCRATCH. Neos ADF KickStart KICKSTART NOW. Ready for Oracle Cloud? DON T START FROM SCRATCH Neos ADF KickStart Ready for Oracle Cloud? KICKSTART NOW Is your business ready to take a step further? ENHANCE YOUR DEVELOPMENT PROCESS WITH NEOS What is ADF KickStart? 3 Neos

More information

IBM Case Manager on Cloud

IBM Case Manager on Cloud IBM Terms of Use SaaS Specific Offering Terms IBM Case Manager on Cloud The Terms of Use ( ToU ) is composed of this IBM Terms of Use - SaaS Specific Offering Terms ( SaaS Specific Offering Terms ) and

More information

No book on service-oriented architecture (SOA) would be complete without a

No book on service-oriented architecture (SOA) would be complete without a Achieving Service-Oriented Architecture: Applying an Enterprise Architecture Approach By Rick Sweeney Copyright 2010 by Rick Sweeney. APPENDIX B Service Categories and Types No book on service-oriented

More information

1. Comparing Service Characteristics. (by Mark Richards) 2. Analysis and Modeling with Web Services and Microservices(by Thomas Erl)

1. Comparing Service Characteristics. (by Mark Richards) 2. Analysis and Modeling with Web Services and Microservices(by Thomas Erl) 1. Comparing Service Characteristics (by Mark Richards) 2. Analysis and Modeling with Web Services and Microservices(by Thomas Erl) Comparing Service Characteristics ServiceTaxonomy The term service taxonomy

More information

California Child Support Automated System

California Child Support Automated System California Child Support Automated System NASCIO Recognition Awards 2010 Category: Cross-Boundary Collaboration and Partnerships 1 Executive Summary There are more than two million children in California

More information

Guaranteed Value Projects in Legacy Modernization. Michael Oara VP for R&D Relativity Technologies, Inc.

Guaranteed Value Projects in Legacy Modernization. Michael Oara VP for R&D Relativity Technologies, Inc. Guaranteed Value Projects in Legacy Modernization Michael Oara VP for R&D Relativity Technologies, Inc. Business Problem Mainframe Applications Key Attributes Millions of lines of code, poorly documented

More information

Translate Integration Imperative into a solution Framework. A Solution Framework. August 1 st, Mumbai By Dharanibalan Gurunathan

Translate Integration Imperative into a solution Framework. A Solution Framework. August 1 st, Mumbai By Dharanibalan Gurunathan Translate Integration Imperative into a solution Framework A Solution Framework August 1 st, Mumbai By Dharanibalan Gurunathan Copyright IBM Corporation 2007 agenda 1 Introduction to solution framework

More information