Peoplesoft (FBT Project) and Indus Passport (Portal Project) Integration Risk and Control Analysis (RACA) Version 4.0

Size: px
Start display at page:

Download "Peoplesoft (FBT Project) and Indus Passport (Portal Project) Integration Risk and Control Analysis (RACA) Version 4.0"

Transcription

1 EAI Financial Integration Project FINAL Peoplesoft (FBT Project) and Indus Passport (Portal Project) Integration Risk and Control Analysis (RACA) Version 4.0 May Reference:EAI FI_RACA_v4.0 Final.doc

2 REVISION RECORD SECTION Version Author Status Date Description of Change 1-2 David Priestley Draft 19 February 2003 Initial Draft 1-3 David Priestley Draft 5 March nd Draft following comments from Stan Krogh 1-4 David Priestley Draft 19 March rd Draft 2.0 David Priestley Draft 09 May 2003 Incorporate minor factual updates from FBT project. Not Circulated for comment 3.0 M.Wynne Draft March 2003 Updated IPP diagram and additional comments 4.0 David Priestley Draft May Final draft version for comment before Project closure. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 2 of 24

3 CONTENTS 1 BACKGROUND SCOPE OF CONTROLS ARCHITECTURAL DESIGN CONTROLS CONTROL DATA SYNCHRONISATION ERROR HANDLING INFRASTRUCTURE FAILURE CONTROLS...14 APPENDIX A INDUS-SEEBEYOND-PEOPLESOFT APPLICATION INTEGATION SCHEMATIC...18 APPENDIX B: EAI TOUCHPOINT DATA SYNCHRONIZATION...19 APPENDIX C: NON-EAI (MANUAL) DATA SYSNCHRONIZATION...23 Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 3 of 24

4 1 BACKGROUND The Enterprise AppIication Integration (EAI) Financial Integration (FI) Project was re-initiated in July 2001 to design, build and deploy a series of 22 interfaces (Touchpoints) between the Indus Passport work management and supply chain system and the Peoplesoft HR and Financial suites using the Seebeyond Enterprise Application Integration product. The three application components are part of the BC Hydro Integrated Package Program (IPP) launch planned for April SCOPE OF CONTROLS Integration does not represent a business process however the effective and correct operation of the interfaces is a key enabler of integrated business processes and data between the Indus and Peoplesoft business applications. The interfaces or touchpoints are required to facilitate the transfer of control and transaction data. A diagrammatic representation of the interfaces and the data components passing between the two business applications is contained in Appendix 1. The categories below represent the areas where controls are in place to ensure availability, completeness, accuracy and timeliness of data. The areas covered in this Risk and Control Assessment address the components of integration that have not been included within the scope of the RACA documentation for either the Peoplesoft or Indus Passport business applications. This covers Peoplesoft messaging API s. Passport s Financial Integration APIs written in Oracle Stored Procedures feeding the Indus database EAI Touchpoints built using the Seebeyond application. The majority of data controls have been built into the overall architecture of the interfaces and specifically been built into the common error-handling framework (EHF). These control types are generic to all Touchpoints and are enabled through the architectural framework for the interface covering: Control data synchronization - code tables such as employee, vendor etc. Error handling controls validations within the EAI Touchpoints. Infrastructure failure controls fail over and recovery for gateways, e-ways or the network components. In parallel, the two API layers for each application contain their own process controls to ensure that only transactions that are valid for that application are passed through to the API to the interface layer. 3 ARCHITECTURAL DESIGN CONTROLS The Mitigating Actions Column describes the action taken by each of the three application interface components in this order: (a) Seebeyond EAI, (b) Passport, (c) Peoplesoft. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 4 of 24

5 3.1 CONTROL DATA SYNCHRONISATION I. Inconsistencies between PeopleSoft and Passport reference tables cause messages to fail at reception into either application covering: a. EAI: Each interface has a mapping spreadsheet, which confirms the translation of data from Passport to PeopleSoft. Due to the technical complexities of EAI, the stored procedures and interfaces, and the time constraints involved, the audit review focussed on review of the testing strategy, the Enterprise Application Integration Error Handling: Framework and Implementation, and the End-to-End (E2E) testing conducted and its documentation. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 5 of 24

6 Country / Province Currency Code UOM (Purchasing) Employee Type LBR-SAL PP Project Type PP Work Order Type PP Vendor Type Group Id to GL BU Sex Location to Location PCE/SCE/DCE to RSC type Buyer Ids b. Passport: The PP FI API validates inbound message data before posting to the appropriate PP table. If control (reference) data is not recognised, an error is recorded against the transaction and this is sent as an error return message through EAI back to PeopleSoft for correction. The message is not accepted into Passport. Messages that passes PP FI validation will be processed and the PP tables updated including the timestamps to indicate when it was updated or created. The E2E testing was designed to test the most common business scenarios that required a flow through of data through the various touchpoints between Passport and PeopleSoft. However, due to limited project time and resources, several scenarios were not completely tested E2E. Those scenarios that were not tested were omitted because a common functionality or interface was successfully tested in other scenarios. The rationale for limiting the testing and the scenarios chosen (not tested) was reasonable, but such limitations in testing can be risky. Therefore, after golive, the Sustainment Team should be prepared to have to deal with possible errors involved with those scenarios. The planned E2E testing was well carried out. Outstanding testing or control issues are being tracked and monitored. Any significant concerns are identified on the issues list appended to the EAI Control Advisory Report. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 6 of 24

7 c. PeopleSoft: Has no inbound message validation in the PS messaging. A record with incorrect or invalid data will pass through the EAI layer to the PeopleSoft messaging layer. On receipt into the appropriate module an error will be thrown if the data is invalid. Refer also to the PeopleSoft Application Messaging RACA_v1.document. Refer also to the PeopleSoft Application Messaging RACA_v1.document. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 7 of 24

8 3.2 ERROR HANDLING The primary goal of the EAI Error Handling strategy was to arrive at an extensible, modular design to be able to trap, edit and resend error messages to the destination systems in a consistent manner, maintaining the sequential nature of the messages. The Error handling architecture implemented provides the means to: Consistently identify when errors have occurred and provide adequate auditing/logging. Easily correct errors and resubmit corrected messages. Queue messages, maintaining any dependencies and sequencing Process in parallel (i.e. the existence of one erroneous message in error should not stop all other subsequent messages) Provide Notification ( s/alerts) either using the e*gate product itself or by interfacing with third party system software like BMC Patrol. The detailed specification for the EAI Error Handling Framework is in the document EAI Error Handling_v0.6_2002_12_08.doc. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 8 of 24

9 I. Data element errors are passed into the production system for Real-time inbound and outbound events includes: Duplicate records Corrupt Data Invalid / In Error Data Resent messages (after correction) See Batch processing process for detailed steps (process is the same). a. EAI: Based on the validations within each application, the data mappings, error handling framework and the publish/receive validations on the PS messaging and PP Stored Procedures, the EAI Error Handling Framework will identify, trap and sent notification on all incoming or outgoing errors according to the Touchpoint specifications and for each error, will record all key elements required for fault diagnosis, prioritisation and correction including: Identifying the action required when the error occurs (e.g. Resend). Error message as returned by the target application. Unique error number and time stamp for correction tracking Error Severity to prompt the appropriate corrective response. Force-Fail flag to identify if the message was failed in order to maintain the sequential nature of the messages. Interface Id denoting the source and target applications affected Message Detail Message Modified by Flag to identify the individual who modified or corrected the message. No of resends and timestamps Source and target systems ids Touchpoint number Unique key to identify the individual message. See Audit Comments in Section 3.1 covering the general approach in reviewing integration controls. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 9 of 24

10 b. Passport: The PP FI API validates inbound message data before posting to Passport. If the Stored Procedure fails or the collaboration fails due to missing, invalid or out of date Passport or PeopleSoft data then: the PP FI API sends an appropriate error code and description of the error to the Passport e*way EAI s error handling component will store the PeopleSoft message that failed the Passport e*way calls or paging e*way to send or page with error message/information to designated support personnel resolving the data problem may involve updating data in Passport, changing the XML message Outbound messages created by the PP FI API are kept for reference until they are purged from the online system. This enables PP FI API to track the detail of outbound messages and resend them from PP FI. The message passing mechanism designed between EAI and PP API ensures that only complete messages will be sent to PS. See Audit Comments in Section 3.1 covering the general approach in reviewing integration controls. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 10 of 24

11 c. PeopleSoft: PeopleSoft currently has no mechanism for identifying and preventing the transmission of duplicate records. Data from source is validated against CTF Data brought into the interface must pass the component interface validation or will be held with an error status Mapped data is based on tables validated and maintained by The PeopleSoft systems and the Passport System. Data brought into the interface table is validated by the component interface to check for duplicate key values Query of Project and Activity interface table that totals number of rows received by interface ID, system source. Interface message log that counts number of rows received in PS by interface. Control total report of lines extracted from legacy mainframe system. Refer also to the PeopleSoft Application Messaging RACA_v1.document. Refer also to the PeopleSoft Application Messaging RACA_v1.document. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 11 of 24

12 II. Data element errors are passed into the production system for Batch inbound and outbound events includes: Duplicate records Corrupt Data Invalid / In Error Data Resent messages (after correction) a. EAI: On entry into the e*way, the message is checked to determine if it is an original or a RESEND event. IF NOT A RESEND, the message sequence is checked. If there are no prior dependent messages in the queue, normal event processing applies. If there are dependent messages in the queue, a Force Fail Exception is generated and a USER EXCEPTION is thrown requiring manual intervention to correct the record in the IQ Error Stack. IF A RESEND, the message payload (content) is extracted, time-stamped, validated and checked for its sequence in the batch. If there are no prior dependent messages in the queue, normal event processing applies. IF a RESEND error occurs, the error is checked for USER exceptions (data validation failures) or UNMARSHAL (system validation failures). In both cases the result is sent to the IQ Error Stack for manual intervention and correction. b. Passport: (Staging Table INSERT). If the call to insert data into the Staging Table fails or the collaboration fails due to missing, invalid or out of date Passport or PeopleSoft data then: the PP FI API sends an appropriate error code and description of the error to the Passport e*way EAI s error handling component will store the PeopleSoft message that failed the Passport e*way calls or paging e*way to send or page with error message/information to designated support personnel See Audit Comments in Section 3.1 covering the general approach in reviewing integration controls. See Audit Comments in Section 3.1 covering the general approach in reviewing integration controls. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 12 of 24

13 resolving the data problem may involve updating data in Passport, changing the XML message batch data received from PS will be kept online for a predetermined period of time until they are archived off. unique indexes are created in the staging table to catch duplicate messages received from EAI (Staging Table PROCESSING). If the call to the stored procedure fails due to missing, invalid or out-of-date Passport or PeopleSoft data then: The stored procedure will mark the event as INVALID PP FI API returns an appropriate error code and description to notify the Passport e*way that one or more of the messages were not processed. The Passport e*way calls or paging e*way to send or page with error message/information to designated support personnel Control totals are created on a log that identifies the number of records processed and the logs are kept for a predetermined period of time until they are archived off the server. The timestamps for the rows updated or created by PP FI API are updated. c. PeopleSoft: Refer also to the PeopleSoft Application Messaging RACA_v1.document. Refer also to the PeopleSoft Application Messaging RACA_v1.document. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 13 of 24

14 3.3 INFRASTRUCTURE FAILURE CONTROLS I. EAI system down for a period of time, and the other applications unable to access it. a. EAI Application messages will queue up on the application side, or within egate. No application messages will be lost. All critical errors will be sent to NCS 24X7 Operations Centre via call out, to be addressed per operational procedures (restart, call-out, etc.). The disk space for EAI IQ is sized to handle data volumes for downtime of up to 7 days. b. Passport On recognition that the E-way is not available, all PP messages remain within the Passport Oracle database until polled (called for) by the E-way once it is restored. Data storage within the Oracle database is unrestricted and can easily store messages for 7 days. c. PeopleSoft The PS application will poll every 20 seconds for 3 consecutive attempts to connect to the PS E-way after which time it will time out and the message remains unsent within the PS database (unrestricted capacity). An notification is automatically sent to NCS Support requiring the reason for the time out to be determined. Once determined and the E-way is restored, the queued messages will require a manual restart to resend them. Due to technical complexities of this area, these controls were not tested. However, the proposed actions appear reasonable. Due to technical complexities of this area, these controls were not tested. However, the proposed actions appear reasonable. Due to technical complexities of this area, some of these controls were not tested (e.g. E Way). However, the proposed actions appear reasonable. See Application Messaging RACA_V1 Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 14 of 24

15 II. The other receiving applications down for a period of time, with EAI messages remaining unprocessed in their queues. III. Batch Interface Scheduling Failure a. EAI (only applicable application) The EAI error-handling framework retains the sequence and dependencies of messages within the sending IQ to ensure correct sequence processing when the receiving application is restored. These records are held within the EAI error IQ and When the PS gateway is down a notification is received by the EAI PS e*way and on notification of this error, the e*way is shut down and the message that was attempted to be sent is stored in the error database. All other inbound messages are stored in the e*way IQ. Once the connection is restored, notification is required from the systems administrator that the application is restored and a manual intervention is required by the Support team to re-start the e*way and re-send the messages stored in the Error Database. With PP messages, when the PP application is down, an attempt will be made to re-connect and if the application is still down, the message will be sent to the error database. As the e*way is not shut down, once the application is restored, the inbound messages stored in the error database will require the Support team to re-start the e*way and re-send the messages stored in the Error Database. An automated batch-scheduling tool (ESP) has been implemented for the integrated batch net for the PeopleSoft, Indus Passport and Seebeyond batch routines along with the application and server routine back-ups. Manual oversight is maintained as part of the ABS ITI 24x7 operations and operator intervention is available should the net run into processing difficulties. Due to technical complexities of this area, these controls were not tested. However, the proposed actions appear reasonable. No Audit testing of permanent solution. However, the proposed actions appear reasonable. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 15 of 24

16 Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 16 of 24

17 IV. EAI System failure or memory loss Two servers are run in a clustered configuration providing real-time fail-over recovery. The two servers each have 7Gb of memory and the current peak load during testing (including the use of the Load Runner performance monitoring tool) has been 3 GB giving over 100% peak capacity available. In the event of memory leaks and the entire 7Gb on one server is consumed, the second server will cut in as a failover and the memory loss will be eliminated on this second server. Daily back-ups are retained for 30 days allowing recovery for almost a Calendar month of transactions. Due to technical complexities of this area, these controls were not tested. However, the proposed actions appear reasonable. Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 17 of 24

18 Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 18 of 24 APPENDIX A INDUS-SEEBEYOND-PEOPLESOFT APPLICATION INTEGATION SCHEMATIC

19 APPENDIX B: EAI TOUCHPOINT DATA SYNCHRONIZATION TP No 1 Account PS General Ledger parent accounts 2 Activity PS General Ledger product. Interface Data From Data To Synchronization Impact Timing Complexity 3 Cost Center PS General Ledger department 5 Project PS Projects and Activities 6 Vendor PS Accounts Payable Vendors 7 Employee PS Pay / Human Resource employees and their job codes 8 Labour Rate PS Pay / Human Resource hourly labour rate by employee PP System Administration account. PP System Administration activity PP System Administration cost centre. PP Data Project and User Def. PP Data Module Vendors PP Data Module personnel data and their job class (also known as resource code in PP). PP Data Module hourly rate by personnel. Real Time Low Real Time Real Time Real Time Real Time Real Time Real Time Low Low Medium Medium Medium Medium Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 19 of 24

20 TP No 9 Accounts Payable Actuals EAI FINANCIAL INTEGRATION PROJECT Interface Data From Data To Synchronization Impact Timing Complexity PS Accounts Payable Actuals back PP to support the supply chain management process and average unit price adjustments. 10 Contracts PP Contract data PS to support supply chain processes by passing trigger data to the purchase order interface. 11 Purchase Order PP Purchasing Purchase Order information 12 General Ledger Transactions 13 Project Accounting Transactions 14 Property Unit In- Service and As Built PP source system transactions PP source system transactions PP Work Management Property Unit information related to work order tasks PS GL and Accounts Payable PS General Ledger. PS Project Costing PS Project Costing. Unit of Measure impacts AP (TP9), Contracts (TP10), & PO (TP11) Batch Real Time Real Time Batch Batch Real Time High Medium Medium High High Medium Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 20 of 24

21 TP No 15 Work Order / Task EAI FINANCIAL INTEGRATION PROJECT Interface Data From Data To Synchronization Impact Timing Complexity 19 PP Job Type and PS Activity Type 20 PP Vendor Type and PS Vendor Class 21 PP Catalogue Id and PS Inv Item Id PP Work Management work order, work order status (summarised), work order task and work order task status (summarised) and work order task estimates by detailed cost element. PP System Administration job type (must contain the same values as ) PP System Administration vendor type must contain the same values as ) PP Data Module catalogue-ids 23 Client Ids PS Customer and related information PS Project Costing project, project status (summarised), project activity and project activity status (summarised) and creates project resource rows for each estimate by resource subcategory. PS Project Costing activity type. PS Project Costing vendor class. PS Items Ids must contain the same values. If these are not synchronised, work order tasks passed from PP to PS will not be available for use in PS Project Costing. If these are not synchronised, vendors passed from PP to PS will not be available for use in PS Accounts Payable. If these are not synchronised, catalogue-ids passed from PP to PS will not be available for use in PS. This will impact both PS Accounts Payable and PS Project Costing (proj_resource table). Real Time Manual Manual Real Time Medium PP client Ids Synchronises revisions. Real Time Medium Low Low Low Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 21 of 24

22 TP No Interface Data From Data To Synchronization Impact Timing Complexity 26 MR PP commitment PS Project Batch High Commitments information. Costing. 30 Labour Hours and Dollars Batch High 33 PS Currency- Code to PP Currency Code 36 PR, PO, CR and CO commitments from PBOOK PS Labour hours and labour billings recorded in Projects PS currency codes and rates To pass commitment lines that relate to PR and CR to PeopleSoft PP PBOOK to support PP repair versus replace functionality and viewing labour hours in PP. PP Labour Hours This interface will pass labour hour transactions to the PP PBOOK (Accounting Transaction Table). Once in PBOOK the information will be available to support delivered PP processes and panels. PP must use the same currency codes and rates as PS. Real Time Batch Low Medium Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 22 of 24

23 APPENDIX C: NON-EAI (MANUAL) DATA SYSNCHRONIZATION Ref. Interface Data From Data To Synchronisation Impact Timing Complexity 16 PP Cost Elements & PS Resource Codes 17 PP Project Type and PS Project Type 18 PP Work Order Type and PS Project Type 19 PP Job Type and PS Activity Type 20 PP Vendor Type and PS Vendor Class PP System Administration Module detail, secondary and primary cost elements must contain the same values as PP System Administration project type (must contain the same values as ) PP System Administration work order type (must contain the same values as ) PP System Administration job type (must contain the same values as ) PP System Administration vendor type must contain the same values as ) PS Project Costing resource sub-category. category and type PS Project Costing project type. PS Project Costing project type. PS Project Costing activity type. PS Project Costing vendor class. If these are not synchronized, projects passed from PS to PP will not be available for use in PP for reference on work orders and thus the work order / task interface will not be supported. If these are not synchronized, work orders passed from PP to PS will not be available for use in PS Project Costing. If these are not synchronised, work order tasks passed from PP to PS will not be available for use in PS Project Costing. If these are not synchronised, vendors passed from PP to PS will not be available for use in PS Accounts Payable. Manual Manual Manual Manual Manual Low Low Low Low Low Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 23 of 24

24 4 Property Unit / Profile PS Asset Management Profile ID PP Data Module Property Unit NA Low Prepared by: David Priestley Last Saved: 06/03/03 9:49 AM Page 24 of 24

Furniture Work in Progress

Furniture Work in Progress Updated July 2016 Contents...3 Planning to Use the Application...4 Setting Parameters...4 Viewing Furniture Works in Progress...6 Manually Adjusting a WIP Order to Bring it into Balance...9 Changing After

More information

T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT SHARED SERVICES (SHRD) FOR

T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT SHARED SERVICES (SHRD) FOR T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT FOR SHARED SERVICES (SHRD) Version: 1.0 Status: FINAL Date: 06/12/2017 Contents 1 EUROSYSTEM SINGLE MARKET INFRASTRUCTURE GATEWAY (ESMIG)... 6 1.1 Overview...

More information

Banner Gateway Billing

Banner Gateway Billing Gateway Banner Gateway Billing The Banner Finance Transaction Gateway System (Gateway) allows departments to submit files and spreadsheets of accounting transactions to Banner Finance for posting. Please

More information

PeopleSoft Finance Access and Security Audit

PeopleSoft Finance Access and Security Audit PeopleSoft Finance Access and Security Audit City of Minneapolis Internal Audit Department September 20, 2016 1 Contents Page Background... 3 Objective, Scope and Approach... 3 Audit Results and Recommendations...

More information

Product Definition: Backup-as-a-Service (BaaS)

Product Definition: Backup-as-a-Service (BaaS) Product Definition: Backup-as-a-Service (BaaS) Version: 1.0 Date: April 2018 ABOUT THIS DOCUMENT... 3 PRODUCT OVERVIEW... 4 PRODUCT FEATURES... 4 PRODUCT BENEFITS... 4 PRODUCT DETAILS... 5 PRODUCT OPTIONS...

More information

AMPHIRE SOLUTIONS. Electronic Community Manual

AMPHIRE SOLUTIONS. Electronic Community Manual AMPHIRE SOLUTIONS Electronic Community Manual Table of Contents THE ELECTRONIC COMMUNITY 3 1. Welcome to the Amphire Connect Community! 3 Minimum System Requirements 3 2. Logging in to the Amphire Community

More information

System Requirements VERSION 2.5. Prepared for: Metropolitan Transportation Commission. Prepared by: April 17,

System Requirements VERSION 2.5. Prepared for: Metropolitan Transportation Commission. Prepared by: April 17, TO 8-06: Regional Real-Time Transit Architecture Design, Procurement and Technical Assistance Real-Time Transit Information System System Requirements VERSION 2.5 Prepared for: Metropolitan Transportation

More information

Year-end closing procedures for General Ledger in

Year-end closing procedures for General Ledger in Page 1 of 18 Year-end closing procedures for General Ledger in Microsoft Dynamics GP Summary This article outlines the recommended year-end closing procedures for Microsoft Dynamics GP. This article contains

More information

Microsoft Dynamics GP: General Ledger Year-End Closing Procedures

Microsoft Dynamics GP: General Ledger Year-End Closing Procedures Microsoft Dynamics GP: General Ledger Year-End Closing Procedures Introduction This article outlines the recommended year-end closing procedures for Microsoft Dynamics GP. This article contains a checklist

More information

Archiving Best Practices for Oracle Applications. Joshua Alpern, VP Sales Engineering

Archiving Best Practices for Oracle Applications. Joshua Alpern, VP Sales Engineering Archiving Best Practices for Oracle Applications Joshua Alpern, VP Sales Engineering Company Overview The leader in enterprise data management software Information Lifecycle Management Compliance Focus

More information

YEAR END PROCEDURES (2017)

YEAR END PROCEDURES (2017) YEAR END PROCEDURES (2017) Year End Procedures are extremely important for accurate accounting. Certain steps must be performed before and after you start your files for the New Year. All Infinity POWER

More information

CORPORATE GLOBAL ROAMING PRODUCT SPECIFICATION

CORPORATE GLOBAL ROAMING PRODUCT SPECIFICATION CORPORATE GLOBAL ROAMING PRODUCT SPECIFICATION 1. INTRODUCTION This document contains information on the Corporate Global Roaming service. If you require more detailed technical information, please contact

More information

Alfresco 2.1. Backup and High Availability Guide

Alfresco 2.1. Backup and High Availability Guide Copyright (c) 2007 by Alfresco and others. Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic

More information

Perceptive Accounts Payable Invoice eform

Perceptive Accounts Payable Invoice eform Perceptive Accounts Payable Invoice eform Release Notes Version: 12.5.x Written by: Product Knowledge, R&D Date: October 2016 2014-2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International,

More information

GENERAL LEDGER. MaddenCo Inc. Revised March Copyright 2017 by MaddenCo, Inc All rights reserved.

GENERAL LEDGER. MaddenCo Inc. Revised March Copyright 2017 by MaddenCo, Inc All rights reserved. GENERAL LEDGER MaddenCo Inc. Revised March 2017 Copyright 2017 by MaddenCo, Inc All rights reserved. Please understand that MaddenCo has expended substantial sums in developing and maintaining its software,

More information

Solar Eclipse Trackers, Logs, and Queues. Release 9.0.4

Solar Eclipse Trackers, Logs, and Queues. Release 9.0.4 Solar Eclipse Trackers, Logs, and Queues Release 9.0.4 i Table Of Contents Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents,

More information

User Guide Create isupplier Supplier Charges

User Guide Create isupplier Supplier Charges CALIFORNIA RESOURCES CORPORATION AND ITS AFFILIATES (COLLECTIVELY, CRC) OVERVIEW This User Guide aims to describe how to electronically submit supplier charges (field tickets and/or invoices) against a

More information

MYOB Exo Business. Release Notes

MYOB Exo Business. Release Notes MYOB Exo Business Release Notes 2019.1 Contents Introduction 1 What s New in this Release?... 1 Installation 2 Pre Install Requirements... 2 Other Requirements... 2 Installing MYOB Exo Business... 2 Post

More information

PeopleSoft 9.1 PeopleBook: Events and Notifications Framework

PeopleSoft 9.1 PeopleBook: Events and Notifications Framework PeopleSoft 9.1 PeopleBook: Events and Notifications Framework March 2012 PeopleSoft 9.1 PeopleBook: Events and Notifications Framework SKU hcm91fp2eewh-b0312 Copyright 1988, 2012, Oracle and/or its affiliates.

More information

CYBER SECURITY POLICY REVISION: 12

CYBER SECURITY POLICY REVISION: 12 1. General 1.1. Purpose 1.1.1. To manage and control the risk to the reliable operation of the Bulk Electric System (BES) located within the service territory footprint of Emera Maine (hereafter referred

More information

BBVA Compass Spend Net Payables

BBVA Compass Spend Net Payables User Guide BBVA Compass Spend Net Payables User Guide Vault Services Table of Contents Introduction 2 Technical Requirements 2 Getting started 3 Sign In 3 General Navigation 4 Upload/Create Payment 5

More information

Lockbox. Chapter 13. Lockbox Integration Setup. Nexsure Training Manual - Admin. In This Chapter

Lockbox. Chapter 13. Lockbox Integration Setup. Nexsure Training Manual - Admin. In This Chapter Lockbox In This Chapter Lockbox Integration Setup Notification Setup Accounting Setup Invoice Defaults Setup Territory Level Lockbox Sestup Lockbox Exceptions Handling Lockbox Integration Setup Lockbox

More information

e*index TM Global Identifier Technical Reference

e*index TM Global Identifier Technical Reference e*index Global Identifier Product Suite e*index TM Global Identifier Technical Reference Version 4.5.3 404 East Huntington Drive, Monrovia, CA 91066 (626 471-6000 http://www.seebeyond.com e*index Global

More information

BME CLEARING s Business Continuity Policy

BME CLEARING s Business Continuity Policy BME CLEARING s Business Continuity Policy Contents 1. Introduction 1 2. General goals of the Continuity Policy 1 3. Scope of BME CLEARING s Business Continuity Policy 1 4. Recovery strategies 2 5. Distribution

More information

Standard COM-002-2a Communications and Coordination

Standard COM-002-2a Communications and Coordination A. Introduction 1. Title: Communication and Coordination 2. Number: COM-002-2a 3. Purpose: To ensure Balancing Authorities, Transmission Operators, and Generator Operators have adequate communications

More information

Solution Pack. Managed Services Virtual Private Cloud Security Features Selections and Prerequisites

Solution Pack. Managed Services Virtual Private Cloud Security Features Selections and Prerequisites Solution Pack Managed Services Virtual Private Cloud Security Features Selections and Prerequisites Subject Governing Agreement DXC Services Requirements Agreement between DXC and Customer including DXC

More information

Oracle 1Z0-200 Exam Questions & Answers

Oracle 1Z0-200 Exam Questions & Answers Oracle 1Z0-200 Exam Questions & Answers Number: 1Z0-200 Passing Score: 800 Time Limit: 120 min File Version: 33.2 http://www.gratisexam.com/ Oracle 1Z0-200 Exam Questions & Answers Exam Name: Oracle 11i.E-Business

More information

Chapter 8: IT Service Management. Topics covered: 1.1 Roles of helpdesk support staff. 1.2 Different types of helpdesk support level

Chapter 8: IT Service Management. Topics covered: 1.1 Roles of helpdesk support staff. 1.2 Different types of helpdesk support level 1 Chapter 8: IT Service Management Topics covered: 1.1 Roles of helpdesk support staff 1.2 Different types of helpdesk support level 1.3 Role of Internet Service Provider (ISP) 1.4 Change request process

More information

Table of Contents. Page 1 of 6 (Last updated 27 April 2017)

Table of Contents. Page 1 of 6 (Last updated 27 April 2017) Table of Contents What is Connect?... 2 Physical Access Controls... 2 User Access Controls... 3 Systems Architecture... 4 Application Development... 5 Business Continuity Management... 5 Other Operational

More information

Auditing in an Automated Environment: Appendix B: Application Controls

Auditing in an Automated Environment: Appendix B: Application Controls Accountability Modules Auditing in an Automated Environment: Initials Date Agency Prepared By Reviewed By Audit Program - Application W/P Ref Page 1 of 1 The SAO follows control objectives established

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 and includes the company, its authorized users or recipients of the

More information

Sparta Systems TrackWise Digital Solution

Sparta Systems TrackWise Digital Solution Systems TrackWise Digital Solution 21 CFR Part 11 and Annex 11 Assessment February 2018 Systems TrackWise Digital Solution Introduction The purpose of this document is to outline the roles and responsibilities

More information

OUR CUSTOMER TERMS CLOUD SERVICES - INFRASTRUCTURE

OUR CUSTOMER TERMS CLOUD SERVICES - INFRASTRUCTURE CONTENTS 1 ABOUT THIS PART... 2 2 GENERAL... 2 3 CLOUD INFRASTRUCTURE (FORMERLY UTILITY HOSTING)... 2 4 TAILORED INFRASTRUCTURE (FORMERLY DEDICATED HOSTING)... 3 5 COMPUTE... 3 6 BACKUP & RECOVERY... 8

More information

Transform AP for EnterpriseOne User's Guide

Transform AP for EnterpriseOne User's Guide Transform AP for EnterpriseOne User's Guide Transform AP for EnterpriseOne User s Guide Version 1.0 Copyright 2008 Bottomline Technologies, Inc. All rights reserved. Information in this document is subject

More information

RealTime. RealTime. Real risks. Data recovery now possible in minutes, not hours or days. A Vyant Technologies Product. Situation Analysis

RealTime. RealTime. Real risks. Data recovery now possible in minutes, not hours or days. A Vyant Technologies Product. Situation Analysis RealTime A Vyant Technologies Product Real risks Data recovery now possible in minutes, not hours or days RealTime Vyant Technologies: data recovery in minutes Situation Analysis It is no longer acceptable

More information

Chapter 2 Introduction to Transaction Processing

Chapter 2 Introduction to Transaction Processing Chapter 2 Introduction to Transaction Processing TRUE/FALSE 1. Processing more transactions at a lower unit cost makes batch processing more efficient than real-time systems. T 2. The process of acquiring

More information

Husky Energy Inc. Services Supplier Guide

Husky Energy Inc. Services Supplier Guide Cortex Desktop Husky Energy Inc. Services Supplier Guide April 2016 Document Version L1 Version L of the Services Supplier Guide corresponds to the Cortex Desktop update released on May 26, 2015. Contents

More information

Module 4 STORAGE NETWORK BACKUP & RECOVERY

Module 4 STORAGE NETWORK BACKUP & RECOVERY Module 4 STORAGE NETWORK BACKUP & RECOVERY BC Terminology, BC Planning Lifecycle General Conditions for Backup, Recovery Considerations Network Backup, Services Performance Bottlenecks of Network Backup,

More information

Quality Notifications (QM-QN)

Quality Notifications (QM-QN) HELP.QMQN Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Chapter 8: General Controls and Application Controls

Chapter 8: General Controls and Application Controls Accounting Information Systems: Essential Concepts and Applications Fourth Edition by Wilkinson, Cerullo, Raval, and Wong-On-Wing Chapter 8: General Controls and Application Controls Slides Authored by

More information

Staff User Manual. Chapter 3 Contracts

Staff User Manual. Chapter 3 Contracts Staff User Manual Chapter 3 Contracts Copyright 2013 by B2Gnow/AskReply, Inc. All rights reserved. Published in the United States by B2Gnow/AskReply, Inc. www.b2gnow.com B2Gnow is a registered trademark

More information

Financials Module: General Ledger

Financials Module: General Ledger The Priority Enterprise Management System Financials Module: General Ledger Contents Introduction... 2 Chart of Accounts... 2 Entry Journal... 4 Reconciliations... 7 Financial Statements... 9 Cash Flow...

More information

Supplier Invoicing Hewlett Packard Enterprise COMPASS Purchase Orders

Supplier Invoicing Hewlett Packard Enterprise COMPASS Purchase Orders Supplier Invoicing Hewlett Packard Enterprise COMPASS Purchase Orders Objectives This course will discuss: What is required for correct invoicing Invoice submissions methods How to resolve & resubmit rejected

More information

SEC Appendix AG. Deleted: 0. Draft Version AG 1.1. Appendix AG. Incident Management Policy

SEC Appendix AG. Deleted: 0. Draft Version AG 1.1. Appendix AG. Incident Management Policy Draft Version AG 1.1 Deleted: 0 Appendix AG Incident Management Policy 1 Definitions In this document, except where the context otherwise requires: Expressions defined in section A of the Code (Definitions

More information

John M.Plunkett Virginia Power

John M.Plunkett Virginia Power USE OF BASE SAS AND SAS/FSP SOFTWARE IN THE DEVELOPMENT OF A TRACKING AND SCHEDULING SYSTEM FOR IN-HOUSE TRAINING John M.Plunkett Virginia Power ABSTRACT This paper reviews the development efforts used

More information

Version 5.30 Release Notes. Build 1 compiled on 6 th June 2018

Version 5.30 Release Notes. Build 1 compiled on 6 th June 2018 Version 5.30 Release Notes Build 1 compiled on 6 th June 2018 Welcome to Accura Version 5.30 Introduction Version 5.30 is the latest release for the Accura MIS and the first major build since version 5.21and

More information

North Dakota University System. Financial Systems 9.2. User Preferences

North Dakota University System. Financial Systems 9.2. User Preferences North Dakota University System Financial Systems 9.2 User Preferences July 2017 Table of Contents Overview... 1 User Preferences... 1 General Preferences... 2 Overall Preference... 2 OLE Information...

More information

Clearswift Managed Security Service for

Clearswift Managed Security Service for Clearswift Managed Security Service for Email Service Description Revision 1.0 Copyright Published by Clearswift Ltd. 1995 2019 Clearswift Ltd. All rights reserved. The materials contained herein are the

More information

Dimension Data Public Cloud Rate Card

Dimension Data Public Cloud Rate Card Dimension Data Public Cloud Rate Card Dimension Data Public Cloud pricing offers unrivalled value and flexibility with no vendor lock-in. Whether you are a developer, small business or a multinational

More information

Solution Pack. Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites

Solution Pack. Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites Solution Pack Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites Subject Governing Agreement Term DXC Services Requirements Agreement between DXC and Customer

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of Integrator Login... 5 Option

More information

People. Processes. Integrating Globally.

People. Processes. Integrating Globally. People. Processes. Integrating Globally. Course: isupplier for Suppliers Table of Contents Table of Contents Course Introduction...4 L1: Vendor Registration... 6 Register for isupplier using SteelTrack

More information

Copyright 2016 Datalynx Pty Ltd. All rights reserved. Datalynx Enterprise Data Management Solution Catalogue

Copyright 2016 Datalynx Pty Ltd. All rights reserved. Datalynx Enterprise Data Management Solution Catalogue Datalynx Enterprise Data Management Solution Catalogue About Datalynx Vendor of the world s most versatile Enterprise Data Management software Licence our software to clients & partners Partner-based sales

More information

I-9 AND E-VERIFY VENDOR DUE DILIGENCE

I-9 AND E-VERIFY VENDOR DUE DILIGENCE I-9 AND E-VERIFY VENDOR DUE DILIGENCE WHITE PAPER I-9 and E-Verify Vendor Due Diligence Key questions to ask electronic I-9 vendors to ensure you are making the best choice for your business. 1. Vendor

More information

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS RESOLV EDI CONTROL User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2011-2016 by Achieve IT Solutions These materials are subject to change without notice. These materials are

More information

NORTH CAROLINA NC MRITE. Nominating Category: Enterprise IT Management Initiatives

NORTH CAROLINA NC MRITE. Nominating Category: Enterprise IT Management Initiatives NORTH CAROLINA MANAGING RISK IN THE INFORMATION TECHNOLOGY ENTERPRISE NC MRITE Nominating Category: Nominator: Ann V. Garrett Chief Security and Risk Officer State of North Carolina Office of Information

More information

HPE Proactive 24 Service

HPE Proactive 24 Service Data sheet HPE Proactive 24 Service Support Services HPE Proactive 24 Service is an integrated hardware and software support solution that combines technical assistance with proactive account services

More information

User Guide. Document Last Updated June 30, Financial Training Department 1

User Guide. Document Last Updated June 30, Financial Training Department 1 User Guide Document Last Updated June 30, 2016. Financial Training Department 1 Table of Contents Objectives... 3 Overview of BEN... 4 What Information is Included in a Deposit?... 6 Logging on to BEN

More information

REPORT 2015/149 INTERNAL AUDIT DIVISION

REPORT 2015/149 INTERNAL AUDIT DIVISION INTERNAL AUDIT DIVISION REPORT 2015/149 Audit of the information and communications technology operations in the Investment Management Division of the United Nations Joint Staff Pension Fund Overall results

More information

PROJECTS...3 CONVERSION...3 INSTALLATION...3 DATABASES...3 TIME AND EXPENSE...7 ISSUES...3 DOCUMENT PROPERTIES...3 ACCOUNTS RECEIVABLE...

PROJECTS...3 CONVERSION...3 INSTALLATION...3 DATABASES...3 TIME AND EXPENSE...7 ISSUES...3 DOCUMENT PROPERTIES...3 ACCOUNTS RECEIVABLE... 2013 What s New PROJECTS...3 Project Management... Options...3 CONVERSION...3 INSTALLATION...3 DATABASES...3 ISSUES...3 DOCUMENT PROPERTIES...3 COMPANY PROFILE...4 Tax Rates...4 Project...4 Contact...4

More information

PSTL Free Tools That Can Save Your Life!

PSTL Free Tools That Can Save Your Life! PSTL Free Tools That Can Save Your Life! Shawn Dorward, InterDyn Artis @GPUG www.gpug.com info@gpug.com Meet our Presenter InterDyn Artis specializes in the implementation, service and support of Microsoft

More information

A Customized Training Environment: CU*BASE CTE

A Customized Training Environment: CU*BASE CTE A Customized Training Environment: CU*BASE CTE Just $250/month after a $2,000 one-time setup fee! The CU*BASE Custom Training Edition (CTE) is a new alternative to the shared simulated training environment

More information

Necho Employee Online Expense System Frequently Asked Questions

Necho Employee Online Expense System Frequently Asked Questions Necho Employee Online Expense System Frequently Asked Questions Can I access Necho through a thin client machine? To access Necho, a PC with an Internet Explorer connection (i.e. the training PC) is required.

More information

Data Loss and Component Failover

Data Loss and Component Failover This chapter provides information about data loss and component failover. Unified CCE uses sophisticated techniques in gathering and storing data. Due to the complexity of the system, the amount of data

More information

NOTE: You may see an Adjusting Period 998. It is not used in Local Council Systems. Fiscal Software User s Guide, BSA

NOTE: You may see an Adjusting Period 998. It is not used in Local Council Systems. Fiscal Software User s Guide, BSA Section 5 General Ledger This Section Includes: 5.1 Accounting Periods 5.2 Ledgers 5.3 Open and Closed Periods 5.3.1 Processing a Period Close or Opening a Period 5.4 Creating Journals 5.4.1 General Journals

More information

CMS. QuickBooks Interface Manual

CMS. QuickBooks Interface Manual CMS QuickBooks Interface Manual Copyright 2006 Tailwind Management Systems Inc. All rights reserved. No part of this publication may be reproduced or stored in a retrieval system, in any form or by any

More information

Application Server Release 2015

Application Server Release 2015 Application Server Release 2015 Disclaimer This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

University of Wisconsin System SFS Business Process AP.2.05 Voucher Maintenance

University of Wisconsin System SFS Business Process AP.2.05 Voucher Maintenance Contents Voucher Maintenance Process Overview... 1 Process Detail... 1 I. Identifying and Correcting Unpaid Vouchers with Combo Edit Errors or In Recycle Status... 1 II. Deleting Vouchers... 2 III. Unposting

More information

Eclipse Business Connect XML. Release (Eterm)

Eclipse Business Connect XML. Release (Eterm) Eclipse Business Connect XML Release 8.6.4 (Eterm) Legal Notices 2008 Activant Solutions Inc. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Activant and the Activant

More information

General Ledger Updated December 2017

General Ledger Updated December 2017 Updated December 2017 Contents About General Ledger...4 Navigating General Ledger...4 Setting Up General Ledger for First-Time Use...4 Setting Up G/L Parameters...5 Setting the G/L Parameters...6 Setting

More information

Machine and Contract Setup

Machine and Contract Setup Machine and Contract Setup Updated July 2016 Contents About Machine and Contract Setup...3 Machine Detail...3 Machine Depreciation...4 Creating Database Records...5 Printing the Depreciation Report...5

More information

Overview of Image Now / Web Now Contracting and Invoicing System for D&C Facilities

Overview of Image Now / Web Now Contracting and Invoicing System for D&C Facilities IMAGE NOW TRAINING RESOURCES Page 1 Page 2 Page 3 Page 4 5 Page 6 Page7 Page 8 Page 9 11 Pages 12 20 Pages 21 23 Pages 24 25 Page 26 Pages 27 30 Page 31 Page 32 Pages 33 36 Pages 37 41 Pages 42 52 Page

More information

Session 4112 BW NLS Data Archiving: Keeping BW in Tip-Top Shape for SAP HANA. Sandy Speizer, PSEG SAP Principal Architect

Session 4112 BW NLS Data Archiving: Keeping BW in Tip-Top Shape for SAP HANA. Sandy Speizer, PSEG SAP Principal Architect Session 4112 BW NLS Data Archiving: Keeping BW in Tip-Top Shape for SAP HANA Sandy Speizer, PSEG SAP Principal Architect Public Service Enterprise Group PSEG SAP ECC (R/3) Core Implementation SAP BW Implementation

More information

Contingency Planning and Disaster Recovery

Contingency Planning and Disaster Recovery Contingency Planning and Disaster Recovery Best Practices Version: 7.2.x Written by: Product Knowledge, R&D Date: April 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

Incremental Updates VS Full Reload

Incremental Updates VS Full Reload Incremental Updates VS Full Reload Change Data Capture Minutes VS Hours 1 Table of Contents Executive Summary - 3 Accessing Data from a Variety of Data Sources and Platforms - 4 Approaches to Moving Changed

More information

Infor Lawson on IBM i 7.1 and IBM POWER7+

Infor Lawson on IBM i 7.1 and IBM POWER7+ Infor Lawson on IBM i 7.1 and IBM POWER7+ IBM Systems & Technology Group Mike Breitbach mbreit@us.ibm.com This document can be found on the web, Version Date: March, 2014 Table of Contents 1. Introduction...

More information

Test Strategy for the June 11 BSC Systems Release

Test Strategy for the June 11 BSC Systems Release This involves the following Test Participants: for the June 11 BSC Systems Release ELEXON Engage Industry Logica This describes the testing approach used to ensure the quality of the changes included in

More information

12/05/2017. Customer Service Management

12/05/2017. Customer Service Management 12/05/2017 Contents...3 Get started with... 3 Activate Customer Service... 5 Set up associated entities... 6 Set up communication channels... 16 Track and analyze Customer Service case data... 40 Create

More information

Axiell ALM Cloud Service - Service Level Agreement

Axiell ALM Cloud Service - Service Level Agreement Axiell ALM Cloud Service - Service Level Agreement 2017 This service level agreement (SLA) applies to the Axiell ALM Cloud services provided by Axiell ALM Netherlands BV ( Service Provider ), and includes

More information

Symantec NetBackup Vault Operator's Guide

Symantec NetBackup Vault Operator's Guide Symantec NetBackup Vault Operator's Guide UNIX, Windows, and Linux Release 7.6 Symantec NetBackup Vault Operator's Guide The software described in this book is furnished under a license agreement and may

More information

Enhancements Included in the Wisdom Accounting Suite Software Version

Enhancements Included in the Wisdom Accounting Suite Software Version Enhancements Included in the Wisdom Accounting Suite Software Version 12.3.1 This document lists the enhancements and program corrections in this new release of the accounting software. Listed below are

More information

Magento Enterprise Edition Customer Support Guide

Magento Enterprise Edition Customer Support Guide Magento Enterprise Edition Customer Support Guide April 2017 magento.com/support 2017 Magento, Inc. All rights reserved. Thank You for using Magento Enterprise Edition Customer support is a vital part

More information

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

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

More information

What's New Update 1L - This update contains more than 300 projects

What's New Update 1L - This update contains more than 300 projects What's New 9.0.1 Update 1L - This update contains more than 300 projects Contents Purpose... 2 Training Info... 2 General Info... 3 Accounts Payable... 3 Accounts Receivable... 3 Agtrax Interface... 3

More information

University of Wisconsin System SFS Business Process GEN Introduction and Navigation Reference

University of Wisconsin System SFS Business Process GEN Introduction and Navigation Reference Contents Introduction to the Shared Financial System (SFS)... 1 Getting Security to SFS... 2 Signing in to SFS... 2 Navigation in SFS... 3 I. Basic Navigation... 3 II. Favorites... 4 III. Recently Used

More information

Supplier User Guide for AL Oracle isupplier

Supplier User Guide for AL Oracle isupplier Supplier User Guide for AL Oracle isupplier Version Date March 2017 TABLE OF CONTENTS Table of Contents... 2 OVERVIEW - ISUPPLIER... 4 Help & Support... 4 Definitions... 4 SYSTEM LOGIN & NAVIGATION...

More information

SHARED SERVICES - INFORMATION TECHNOLOGY

SHARED SERVICES - INFORMATION TECHNOLOGY Updated: February, 00 EB-00-0 Exhibit D Page of SHARED SERVICES - INFORMATION TECHNOLOGY.0 INTRODUCTION 0 Information Technology ( IT ) refers to computer systems (hardware, software and applications)

More information

Sage 300 ERP. Compatibility Guide Version Revised: Oct 1, Version 6.0 Compatibility Guide i

Sage 300 ERP. Compatibility Guide Version Revised: Oct 1, Version 6.0 Compatibility Guide i Sage 300 ERP Compatibility Guide Version 2012 Revised: Oct 1, 2012 Version 6.0 Compatibility Guide i Overview 2 Sage ERP Accpac Contents Overview... 1 Version 2012 Compatibility... 2 All Environments...

More information

Guidelines for Handling Addressing Changes in the AMHS Network

Guidelines for Handling Addressing Changes in the AMHS Network EUR AMHS Documentation AMHS Addressing Change Guidance Guidelines for Handling Addressing Changes in the AMHS Network Document Reference: Author: EUR AMHS Documentation, AMHS Addressing Change Guidance

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Contents. 1. Introduction to the Online Expenses System Expense Claim Administration Overview Entering Expense Claims...

Contents. 1. Introduction to the Online Expenses System Expense Claim Administration Overview Entering Expense Claims... Contents 1. Introduction to the Online Expenses System... 2 2. Expense Claim Administration Overview... 4 3. Entering Expense Claims... 6 4. Expense Claim Submission... 11 5. Expense Claim Approval...

More information

Perceptive AP Invoice Processing Solutions

Perceptive AP Invoice Processing Solutions Perceptive AP Invoice Processing Solutions Readme Version 11.x Written by: Product Documentation, R&D Date: February 10, 2014 2014 Perceptive Software. All rights reserved Perceptive Software is a trademark

More information

Revised (10/17) ACH Direct User Guide

Revised (10/17) ACH Direct User Guide Revised (10/17) ACH Direct User Guide Table of Contents Page 1. Introduction to ACH Direct 4 1.1 Overview of ACH Direct 4 1.2 Getting Started on ACH Direct 9 2. Corporate Administration 12 2.1 Viewing

More information

PO110 Create and Maintain Purchase Orders Training Guide

PO110 Create and Maintain Purchase Orders Training Guide Training Guide COPYRIGHT & TRADEMARKS Copyright 1998, 2009, 2010 Oracle, IBM and Grant MacEwan University and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation

More information

IBM TRIRIGA Version Procurement Management User Guide

IBM TRIRIGA Version Procurement Management User Guide IBM TRIRIGA Version 10.3 Procurement Management User Guide Note Before using this information and the product it supports, read the information in Notices on page 192. Second edition, June 2013. This edition

More information

University Information Systems. Administrative Computing Services. Contingency Plan. Overview

University Information Systems. Administrative Computing Services. Contingency Plan. Overview University Information Systems Administrative Computing Services Contingency Plan Overview Last updated 01/11/2005 University Information Systems Administrative Computing Services Contingency Plan Overview

More information

The following table provides additional detail by identifying the items included in the service.

The following table provides additional detail by identifying the items included in the service. roduct ervice Description Iaa Intel This service component is delivered as a set of assets, hardware and software to provide Intel based computing services for Microsoft Windows and Linux. The service

More information

IMS Funds Receivables/ Transaction Processing User Guide

IMS Funds Receivables/ Transaction Processing User Guide IMS Funds Receivables/ Transaction Processing User Guide Financial & Membership Services Membership Management Services Version 4.0 Date of last update: 7/28/2010 Page 1 of 42 CONTENTS IMS Funds Receivables/Transaction

More information

PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT)

PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT) Financial Services Training Guide PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT) Page 1 Table of Contents 1 Journals: an overview... 3 1.1. What is a journal?... 3 1.2. Journal types/sources...

More information