Record History and other Personalizations in R12 Oracle Applications Framework (OAF) Forms Session ID#11324

Size: px
Start display at page:

Download "Record History and other Personalizations in R12 Oracle Applications Framework (OAF) Forms Session ID#11324"

Transcription

1 Record History and other Personalizations in R12 Oracle Applications Framework (OAF) Forms Session ID#11324 Chris Tyner AXIA Consulting Carole Landgrebe Intelligrated

2 Introductions Record History in R11i R12 OAF pages OAF Personalization Primer How to add Record History Issues with the OAF pages Base Tables for an OAF page How to add your own Record History Please ask questions!!!!! 2

3 AXIA Consulting, LLC Founded in 2005 in Columbus, Ohio, AXIA AXIA Consulting is a premier consulting firm that provides technology and business consulting services to local middlemarket and Fortune 500 companies as well as government agencies. Focused on real, business oriented results, AXIA consistently delivers tremendous value by accomplishing projects on-time and on-budget while achieving our client s strategic, operational, and technology objectives AXIA founding members have been working together for over 20 years Management stability Common goal of client satisfaction Excellent track record of satisfied clients, 100% client reference-ability Oracle Partner - Gold Level Chris Tyner, Senior Consultant, AXIA Consulting 21 years in IT consulting in a variety of industries Working with Oracle Applications since 1993 Release through Presenter at OAUG (1999, 2008) as well as Open World 2011 Lives in the Cleveland area 3

4 Intelligrated, Inc. Founded in 2001 by executives from other conveyor companies, HQ in Cincinnati, OH Company brought up on Oracle EBS at founding, upgraded to R12 in 2010 Grew rapidly to a leading provider material handling solutions in the following industries: Warehouse & Distribution, Manufacturing, Postal & Parcel 2009 Acquisition tripled the size of the company to our current size staff associates 4 US manufacturing plants Canadian and Mexican operations Carole Landgrebe, Senior Business Analyst, Intelligrated Came into IT through the back door originally a manufacturing and distribution manager in the chemical process industry Working with Oracle Applications since 1997 Oracle Consulting, , starting with 10.7 character Intelligrated since 2003 Lives in the Cincinnati area 4

5 Standard audit data on nearly every form Based on the WHO columns on database tables Also shows base table or view While cursor is in a form field, use standard menu bar navigation: > Help > Record History 5

6 Several pages have been migrated from the professional user interface to the new OAF technology for R12: Suppliers Customers Bank Accounts Payments EB Tax Project Management Plus others already existed 6

7 Record History was added as a capability within the features of OAF page Personalization Released as a part of ATG patch in Release Still not turned on automatically in any page you must personalize each page page where this is needed The pages also need to be enhanced to use the Record History Functionality, i.e., Uptake the new feature As a result many R12 OAF pages still do not work with this functionality 7

8 Setups needed to Personalize an OAF page Three profiles must be set to add Record History to R12 pages 8

9 As a note, personalizations can be set at a variety of levels Site (most useful for the Record History feature) Organization Responsibility Can implement many useful features on OAF pages for these security levels, with the quick setting of a property Field Labels Field Size Ordering Fields on a Page Hide Fields (Render = False) Apply Styles (CSS Class property), such as apply UPPER CASE Many more 9

10 Can only be added to the following components in OAF pages Header Table Advanced Table Set those Profile Options, and then open up the OAF page 10

11 Demonstration on a new EB Tax form Choose the Personalization link to open page that lists objects available 11

12 Page to allow you to choose the right object in the region Note the Document Name for management of your Personalizations Choose the right object from the Personalization structure List 12

13 Properties that can be personalized for the object selected 13

14 Set the value of true at the desired level Apply changes to return to Object list 14

15 Click to return to the application, changes will be immediately available 15

16 New Record History icon is available on the page 16

17 When the icon is clicked for a record 17

18 Sometimes when the Record History is added, it doesn t work 18

19 The following pages have been tested to work with Record History capabilities Module/Functional Area Record History Comments EB Tax Payments Customers Works in certain page items Works in certain page items, such as Payment Process Requests Does not work, see Enhancement Request information at the end of this presentation Suppliers Project Management Employee Self-Service (HR) Bank Accounts (Cash Management) Does not work, see Enhancement Request information at the end of this presentation Does not work Does not work Does not work 19

20 Standard Record History in OAF will only show the User IDs, not the User Name (From FND_USER table) 20

21 Oracle has set up Enhancement Requests to address all of these issues. User Name on Record History, not User ID ER , opened on Feb 2, 2010 Record History uptake on Customer OAF page ER , opened on Jan 7, 2009 Record History uptake on Supplier OAF page ER , opened on Feb 20, 2009 Please attach your company to these ER numbers! 21

22 The other component of the Record History in the original forms is the listing of the base table (or view). This can be discovered on OAF pages, and there is much greater detail available. Begin by setting the Personalize Self-Service Defn Profile option to yes, or you could also just use the FND: Diagnostics profile set to yes. Then open the OAF page in question 22

23 Open the Customers forms Note the About this Page link now shows at the bottom 23

24 For our example, query up a Customer, click through to the Customer Account page 24

25 After Clicking the About this Page link Use the Page Definition region to expand all components 25

26 This provides the following Component list with View Objects listed 26

27 Some View Objects have hyperlinks to the definition, such as the example from the previous slide Full query for the View Objects is displayed 27

28 If the View Object name was not hyperlinked, note the name and find it in the Select a view object drop down Click the Get Details button to open the details for that View Object 28

29 The full list of View Objects was also available from the first page into the About this Page link. Expand the Business Component Reference Details 29

30 Full list of View Objects for the page are displayed 30

31 Once the OAF personalization skills have been mastered, you can configure a version of record history in most OAF pages. We compiled a white paper with several options, some of which involve OAF page development skills First we ll talk about a partial solution which only involves OAF Personalization techniques (no custom development) 31

32 Going back to the View Object Definition, most of these are defined with the WHO columns included from the main table. Go back to the Customer Account page: 32

33 Using the About this Page link, we see the View Object includes Last Update Date, Last Updated By... 33

34 Return to the application page, and then click the link to Personalize Create Account. We are going to add new fields to our page to display the WHO columns. 34

35 Use the Create Item icon to add a new field to the area of the page. You also have a chance to re-order fields once the additions are made. 35

36 Create Item page will display, choose the Message Text Input item style (the Property List will change slightly). 36

37 Set the following Properties for our new Creation Date field: Level = Site Item Style = Message Text Input (Note that we can not use the Message Styled Text type here because this region was intended for the update of data) ID = Creation_Date_Value (This is a unique name that you can make up, must contain no spaces) Data Type = DATETIME (We want to see the date and time stamp) Prompt = Creation Date (Label for this field on the page) Read Only = true Rendered = true (This causes it to be visible on the page) View Attribute = CreationDate (The field as it is listed on the Attribute list on the View Object description page) View Object = HzPuiCrUpCustActVO (The exact name of the view Object) 37

38 Apply the changes and page component list is updated. 38

39 Click the Return to Application link and observe the new field... 39

40 Repeat with other WHO columns to complete the result. 40

41 A more complete Record History solution would modify the View Object to include joins to FND_USER. Then you could display the user_name field. This requires developer skills and JDeveloper. The Whitepaper from this session will walk you through an example of generating a custom View Object in JDeveloper. 41

42 A View Object is generated based off an existing one. Then a substitution of the new View Object is performed. 42

43 The new user name fields in the View Object are added to the Supplier page as previously described. A picture of a customized Supplier page... 43

44 Questions? Comments? 44

45 THANK YOU Chris Tyner AXIA Consulting 45

Umsetzung funktionaler Anforderungen durch Personalisierung in der Oracle E-Business Suite

Umsetzung funktionaler Anforderungen durch Personalisierung in der Oracle E-Business Suite Umsetzung funktionaler Anforderungen durch Personalisierung in der Oracle E-Business Suite Fabian Aulkemeier Berater Applications Technology, Oracle Consulting 1 Personalization Agenda

More information

Administration of Users, Roles and Responsibilities in Release 12 When Technologies Collide. Chuck Kennedy Susan Behn Brian Bent April 15, 2008

Administration of Users, Roles and Responsibilities in Release 12 When Technologies Collide. Chuck Kennedy Susan Behn Brian Bent April 15, 2008 Administration of Users, Roles and Responsibilities in Release 12 When Technologies Collide Chuck Kennedy Susan Behn Brian Bent April 15, 2008 Role Based Access Control (RBAC) 2 What is RBAC? Role Based

More information

<Insert Picture Here> Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12

<Insert Picture Here> Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12 Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12 Sara Woodhull Principal Product Analyst, Oracle Corporation

More information

[EMPOWERING BUSINESS USERS DATA IS KING]

[EMPOWERING BUSINESS USERS DATA IS KING] 2007 A White Paper by Quadrate, Inc. 5720 Gateway Boulevard Suite 101-103 Mason, OH 45040 + 1(888) 558-6409 www.quadrate.com 91% of organizations IT expenses are related to maintenance and operations.

More information

Commission for Environmental Cooperation (CEC) Sponsored Workshop on Environmental Assistance Programs and Resources for Automotive OEMs and Suppliers

Commission for Environmental Cooperation (CEC) Sponsored Workshop on Environmental Assistance Programs and Resources for Automotive OEMs and Suppliers Commission for Environmental Cooperation (CEC) Sponsored Workshop on Environmental Assistance Programs and Resources for Automotive OEMs and Suppliers Ben Vickery Senior Technical Analyst NIST MEP September

More information

Introducing Extreme Rapid Application Development for Oracle E-Business Suite. A CaoSys White Paper November 2008

Introducing Extreme Rapid Application Development for Oracle E-Business Suite. A CaoSys White Paper November 2008 Introducing Extreme Rapid Application Development for Oracle E-Business Suite A CaoSys White Paper November 2008 Abstract RAD has been around since the early 1990's. You may be familiar with the term Rapid

More information

irecruitment User Guide FAO Employees

irecruitment User Guide FAO Employees IRECRUITMENT irecruitment User Guide for FAO Employees Date: February 2012 For enquiries please contact irecruitment@fao.org 1 OF 30 1 Table of Contents You can search within the Guidelines by using CTRL

More information

CRE/RPE - QuickBooks AR (Accounts Receivable) Export Guide

CRE/RPE - QuickBooks AR (Accounts Receivable) Export Guide One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 CRE/RPE - QuickBooks AR (Accounts Receivable) Export Guide CRE/RPE

More information

This Job Aid covers the process of creating, approving, and processing vouchers in the upgraded ONEPeralta system. Log on to ONEPeralta 3

This Job Aid covers the process of creating, approving, and processing vouchers in the upgraded ONEPeralta system. Log on to ONEPeralta 3 Vouchers Table of Contents This Job Aid covers the process of creating, approving, and processing vouchers in the upgraded ONEPeralta system. Creation Page Log on to ONEPeralta 3 Create Vouchers 6 Run

More information

How to convert QuickBooks Desktop data to QuickBooks Online

How to convert QuickBooks Desktop data to QuickBooks Online The Accountant s Guide to Moving Clients Online How to convert QuickBooks Desktop data to QuickBooks Online Confidently complete the migration process with these practical, step-by-step visual instructions.

More information

INTRODUCTION TO BLACKBOARD

INTRODUCTION TO BLACKBOARD INTRODUCTION TO BLACKBOARD Working URL - https://www.d11.org Layout of the site MY START BAR CHANNEL BAR HEADER GLOBAL ICONS Logging In Use your email as your username and your network password. SITE MANAGER

More information

Supplier Registration Quick Reference Guide for Suppliers

Supplier Registration Quick Reference Guide for Suppliers Supplier Registration Quick Reference Guide for Suppliers Supplier Registration Thank you for your interest in doing business with Tapestry. All suppliers are expected to register on Ariba Network to maintain

More information

Powerful PeopleSoft 9.2 Composite & Connected Query

Powerful PeopleSoft 9.2 Composite & Connected Query Powerful PeopleSoft 9.2 Composite & Connected Query Session ID#: 103070 Prepared by: Keith Harper Practice Director, Supply Chain and Manufacturing SpearMC Consulting @SpearMC Agenda About SpearMC and

More information

HCA Tech Note 500. HCA Cloud Account (as of 29-May-2017) Do I need a Cloud Account?

HCA Tech Note 500. HCA Cloud Account (as of 29-May-2017) Do I need a Cloud Account? HCA Cloud Account (as of 29-May-2017) Running on a computer in your home, HCA controls devices and executes schedules and programs. And at one time that is all there was. Everything resided in the home.

More information

Presented By: Jeff D Abate Senior Systems Architect MRK Technologies, LTD October 24, 2002

Presented By: Jeff D Abate Senior Systems Architect MRK Technologies, LTD October 24, 2002 Presented By: Jeff D Abate Senior Systems Architect MRK Technologies, LTD WHO IS MRK? Privately held company, headquartered in Cleveland, OH Providing Total Enterprise Solutions Professional Services Experience

More information

Part 2: How to convert QuickBooks Desktop data to QuickBooks Online. The Accountant s Guide to Moving Clients Online

Part 2: How to convert QuickBooks Desktop data to QuickBooks Online. The Accountant s Guide to Moving Clients Online The Accountant s Guide to Moving Clients Online Part 2: How to convert QuickBooks Desktop data to QuickBooks Online Confidently complete the migration process with these practical, step-by-step visual

More information

MICROS: Dealer Introduction To Oracle Support and My Oracle Support (MOS) Copyright 2016, Oracle and/or its affiliates. All rights reserved.

MICROS: Dealer Introduction To Oracle Support and My Oracle Support (MOS) Copyright 2016, Oracle and/or its affiliates. All rights reserved. 1 MICROS: Dealer Introduction To Oracle Support and My Oracle Support (MOS) 2 Agenda 1 2 3 4 5 6 Changes for MICROS Dealers New Terminology, Product Mapping, Data Migrations Software Downloads Getting

More information

Online Interactive IT Training Programmes for Staff Course Outline

Online Interactive IT Training Programmes for Staff Course Outline 1. Access 2002: Level 1 Online Interactive IT Training Programmes for Staff Course Outline Access 2002: Level 1 familiarizes students with the basics of Access 2002. Students will learn how to create and

More information

Oracle and Toad Course Descriptions Instructor: Dan Hotka

Oracle and Toad Course Descriptions Instructor: Dan Hotka Oracle and Toad Course Descriptions Instructor: Dan Hotka Give your technical staff that competitive edge with these hands-on workshops. These courses are designed to enhance your staffs skill set to perform

More information

Connections that fuel success PROGRAM OVERVIEW. Business Boost & Build powered by JumpStart

Connections that fuel success PROGRAM OVERVIEW. Business Boost & Build powered by JumpStart 2018-2019 PROGRAM OVERVIEW Business Boost & Build powered by JumpStart WELCOME & INTRODUCTION The Akron Urban League welcomes you to Ignite: Connections that Fuel Success (Ignite), our newest workforce

More information

At-Home Final Exam Project Directions BPC110 Computer Usage and Application

At-Home Final Exam Project Directions BPC110 Computer Usage and Application At-Home Final Exam Project Directions BPC110 Computer Usage and Application SCENARIO You are the Sales Manager for the LLC Computer Store. The computer store buys and sells computers from a number of different

More information

LowesLink Spend Management (SM)

LowesLink Spend Management (SM) LowesLink Spend Management (SM) Review Purchase Orders Effective Date: June 26, 2017 Lowe s Logo and LowesLink are registered trademarks of LF, LLC. All Rights Reserved. 1 Agenda Slides Expectations 3

More information

Oracle System Administrator Fundamentals It s All about Controlling What Users Can See and Do

Oracle System Administrator Fundamentals It s All about Controlling What Users Can See and Do Oracle System Administrator Fundamentals It s All about Controlling What Users Can See and Do Jim Childerston Introduction In this presentation, we will look at basic system administration from a functional

More information

ORACLE 11g R2 New Features

ORACLE 11g R2 New Features KNOWLEDGE POWER Oracle Grid Infrastructure Installation and Upgrade Enhancements Oracle Restart ASM Enhancements Storage Enhancements Data Warehouse and Partitioning Enhancements Oracle SecureFiles Security

More information

Oracle Hyperion Tips and Tricks. NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012

Oracle Hyperion Tips and Tricks. NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012 Oracle Hyperion 11.1.2.2 Tips and Tricks NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012 Agenda About Archetype What s New in 11.1.2.2: New User Interface Calculation Manager Manage Substitution

More information

BEST PRACTICES. Checkpoint Engage with AdvanceFlow

BEST PRACTICES. Checkpoint Engage with AdvanceFlow BEST PRACTICES Checkpoint Engage with AdvanceFlow Table of Contents Table of Contents... 2 Using Checkpoint Engage... 3 Add New Client Engagement... 3 Set up the New Customer Engagement... 6 Master Engagement

More information

Oracle Data Integrator 12c: ETL Integration Bootcamp and New Features

Oracle Data Integrator 12c: ETL Integration Bootcamp and New Features Oracle Data Integrator 12c: ETL Integration Bootcamp and New Features Training Details Training Time : 18 Hours Capacity : 16 Prerequisites : There are no prerequisites for this course. About Training

More information

Operating Systems: MS DOS, WINDOWS 3.1, 95, 98, WINDOWS 2000, WINDOWS NT & XP, UNIX various server platforms.

Operating Systems: MS DOS, WINDOWS 3.1, 95, 98, WINDOWS 2000, WINDOWS NT & XP, UNIX various server platforms. IBRAHIM ABE GARBA 5993 Brookmont Dr, Columbus, Ohio 43026 Web Site: www.abeitconsulting.com Cell: 614 562 8471 E Mail: iagarba@gmail.com EDUCATION Master of Science in Information Resource Management,

More information

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements 1 The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements Padmaprabodh Ambale, Gustavo Jimenez Applications Technology Group The following is intended to outline

More information

WUG 2016 Expanding ROI Under- Used Capabilities. Jim Barker Winshuttle Director of Product Management - Foundation

WUG 2016 Expanding ROI Under- Used Capabilities. Jim Barker Winshuttle Director of Product Management - Foundation WUG 2016 Expanding ROI Under- Used Capabilities Jim Barker Winshuttle Director of Product Management - Foundation About Me Director of Product Management at Winshuttle Former Director of Data Management

More information

Welcome to your Lacerte products! We appreciate your business.

Welcome to your Lacerte products! We appreciate your business. Welcome to your Lacerte products! We appreciate your business. Please follow steps 1 through 4 in this guide: Step 1: Install the Final 2014 Program Step 2: Install the 2015 Program Step 3: Transfer Your

More information

Connected Query. PS NW RUG May 12, 2015

Connected Query. PS NW RUG May 12, 2015 Connected Query PS NW RUG May 12, 2015 11/24/2015 2014 SpearMC Consulting 1 Agenda About SpearMC What is Connected Query Why it s Cool! Demo of Connected Query Other CQ Content 2 2014 SpearMC Consulting

More information

January-March 2016 Daytime Schedule

January-March 2016 Daytime Schedule January-March 2016 Daytime Schedule Your high expectations meet our high standards! 130 West Mason Springfield 217.524.6749 www.llcc.edu/cctc Schedules available electronically In accordance with Lincoln

More information

Electronic Sales Platform User s Manual

Electronic Sales Platform User s Manual Electronic Sales Platform User s Manual Version 1.1 2018 St. Petersburg 2 CONTENTS Preface... 3 1 Introduction... 4 1.1 Workstation Requirements and Settings... 4 1.2 Starting application... 5 2 Summary

More information

Powerful PeopleSoft 9.2 Connected & Composite Query

Powerful PeopleSoft 9.2 Connected & Composite Query Powerful PeopleSoft 9.2 Connected & Composite Query Session ID#: 103070 Prepared by: Keith Harper Practice Director, Supply Chain and Manufacturing SpearMC Consulting @SpearMC Welcome and Please: Silence

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 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

PeopleSoft Mobile Expenses

PeopleSoft Mobile Expenses PeopleSoft Mobile Expenses UMRUG Presentation 1 4/21/2017 2015 SpearMC SpearMC Consulting Consulting 1 Welcome and Please: Silence Audible Devices Note Fire Exits Partake of Refreshments Note Quest Staffers

More information

SAP Security Remediation: Three Steps for Success Using SAP GRC

SAP Security Remediation: Three Steps for Success Using SAP GRC SAP Security Remediation: Three Steps for Success Using SAP GRC All companies need strong application security environments as part of a successful overall risk management strategy. Strong risk-oriented

More information

Oracle HCM Cloud Common Release 12. What s New

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

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332 36 Contact Hours Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment.

More information

Accuterm 7 Usage Guide

Accuterm 7 Usage Guide P a g e 1 Accuterm 7 Usage Guide Most if not all computers on our campus have Accuterm 7 already installed on them. To log in, you will double click the icon on your desktop that looks like the one shown

More information

Advanced Solutions of Microsoft SharePoint 2013

Advanced Solutions of Microsoft SharePoint 2013 Course 20332A :Advanced Solutions of Microsoft SharePoint 2013 Page 1 of 9 Advanced Solutions of Microsoft SharePoint 2013 Course 20332A: 4 days; Instructor-Led About the Course This four-day course examines

More information

Step by Step Guide to Join OPN & Sun OEM Knowledge Zone

Step by Step Guide to Join OPN & Sun OEM Knowledge Zone Step by Step Guide to Join OPN & Sun OEM Knowledge Zone Index I. Overview... 2 II. Program Qualification Criteria & Fees... 3 III. How to Apply for OPN Specialized Platinum, Gold or Silver Program Levels.

More information

Assister Portal Manual Updated

Assister Portal Manual Updated Assister Portal Manual Updated 04-01-2017 Contents MNsure Assister Portal Purpose and Benefits... 3 Features of the Assister Portal... 3 MNsure Roles and Responsibilities... 5 Assister Roles and Responsibilities...

More information

Beyond the Basics with nvision and Query for PeopleSoft 9.2

Beyond the Basics with nvision and Query for PeopleSoft 9.2 Beyond the Basics with nvision and Query for PeopleSoft 9.2 Session ID: 101180 Prepared by: Millie Babicz Managing Director SpearMC Consulting @SpearMC Welcome and Please: Silence Audible Devices Note

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle University Contact Us: + 36 1224 1760 Oracle BI 11g R1: Build Repositories Duration: 5 Days What you will learn This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7.

More information

Release Notes. Oracle E-Business Suite. Desktop Reporting (Edition 1) & Hubble Suite (Edition 2) Version

Release Notes. Oracle E-Business Suite. Desktop Reporting (Edition 1) & Hubble Suite (Edition 2) Version Release Notes Oracle E-Business Suite Desktop Reporting (Edition 1) & Hubble Suite (Edition 2) Version 2016.1 Document Information..............................................................i Notices..........................................................................i

More information

Columbus delivers 52% growth in revenue

Columbus delivers 52% growth in revenue Release no. 20, 2018 Interim Management Statement for Q3 YTD 2018 November 7th, 2018 Release no. 20/2018 Interim Management Statement Q3 YTD 2018 Columbus delivers 52% growth in revenue In the first three

More information

Eclipse Forms. Release 8.7.2

Eclipse Forms. Release 8.7.2 Eclipse Forms Release 8.7.2 Legal Notices 2011 Epicor Software Corporation. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Epicor and the Epicor logo are registered trademarks

More information

Powered by TCPDF (

Powered by TCPDF ( Powered by TCPDF (www.tcpdf.org) 1 FINANCE AND ACCOUNTING FOR NON-FINANCIAL PROFESSIONALS 28th Feb - 3rd Mar, 2017 1st - 4th Aug, 2017 2 MODERN APPROACHES TO CORPORATE AND INDIVIDUAL TAX COMPLIANCE 28th

More information

Data Virtualization Implementation Methodology and Best Practices

Data Virtualization Implementation Methodology and Best Practices White Paper Data Virtualization Implementation Methodology and Best Practices INTRODUCTION Cisco s proven Data Virtualization Implementation Methodology and Best Practices is compiled from our successful

More information

Powerful PeopleSoft 9.2 Composite & Connected Query

Powerful PeopleSoft 9.2 Composite & Connected Query Powerful PeopleSoft 9.2 Composite & Connected Query Session ID: 101230 Prepared by: Randall Johnson Managing Director SpearMC Consulting @SpearMC Welcome and Please: Silence Audible Devices Note Fire Exits

More information

Office of Geographic Information Systems

Office of Geographic Information Systems Office of Geographic Information Systems Print this Page Fall 2012 - Working With Layers in the New DCGIS By Kent Tupper The new version of DCGIS has access to all the same GIS information that our old

More information

Tips & Tricks Making Accessible PowerPoint Presentations

Tips & Tricks Making Accessible PowerPoint Presentations Use Slide Layouts Why? Using the built-in slide layouts will ensure that the text you enter will be read correctly by a screen reader and will be shown in the Outline View. To add a new slide, select the

More information

QuickStart Training Guide: The Accounting Review Role

QuickStart Training Guide: The Accounting Review Role Accounting Review Role Final Approval of Expense Reports If you are an Accountant who is using ExpensAble Corporate to make final approval of employees expense reports, this information is for you. This

More information

How to migrate personalization on OAF pages

How to migrate personalization on OAF pages How to migrate personalization on OAF pages In other articles I have mentioned how to personalize OAF pages. Now we shall discuss how personalization is migrated from one instance to another. We shall

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

The Deloitte-NASCIO Cybersecurity Study Insights from

The Deloitte-NASCIO Cybersecurity Study Insights from The Deloitte-NASCIO Cybersecurity Study Insights from 2010-2016 August 21, 2018 Srini Subramanian State Government Sector Leader Deloitte Erik Avakian CISO Pennsylvania Michael Roling CISO Missouri Meredith

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +27 (0)11 319-4111 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

COMPUTER CONCEPTS. Windows

COMPUTER CONCEPTS. Windows COMPUTER CONCEPTS Day Chapter Fundamentals Of Computer Classification Of Computer Cpu & Block Diagram Software & Hardware Networking Concepts Topics Of Course Fundamentals (What Is Computer & Abbreviations,

More information

Sage 50 Accounting. Premium 2015 Level 1. Courseware For Evaluation Only. MasterTrak Accounting Series

Sage 50 Accounting. Premium 2015 Level 1. Courseware For Evaluation Only. MasterTrak Accounting Series Sage 50 Accounting Premium 2015 Level 1 Courseware 1618-1 MasterTrak Accounting Series Lesson 1: Introduction Lesson Objectives Sage 50 Premium Accounting 2015 Level 1 The objective of this lesson is to

More information

SQL Deluxe 2.0 User Guide

SQL Deluxe 2.0 User Guide Page 1 Introduction... 3 Installation... 3 Upgrading an existing installation... 3 Licensing... 3 Standard Edition... 3 Enterprise Edition... 3 Enterprise Edition w/ Source... 4 Module Settings... 4 Force

More information

Cognos Analytics Reporting User Interface

Cognos Analytics Reporting User Interface September 12, 2017 (v12.2.2 - BI v11) Cognos Analytics Reporting User Interface Business Intelligence Cognos Analytics Reporting Cognos Analytics Reporting is a Web-based tool used to create ad-hoc reports

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

Cincinnati Business Courier

Cincinnati Business Courier Cincinnati Business Courier Hannah McCartney hmccartney@bizjournals.com ENCORE TECHNOLOGIES Company name Encore Technologies Headquarters street address 4620 Wesley Ave. Street Address Line 2 (Suite, PO

More information

The official TYPO3 partner program

The official TYPO3 partner program The official TYPO3 partner program Table of contents Partner Program... 4 Separate Yourself From The Competition... 4 Be Successful - Together... 4 Unique Benefits... 6 Partner Ranking In A Nutshell...

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 4 Days + 1 day Self Study Course Pre-requisites: Before attending this course, students must have: Completed Course 20331: Core Solutions of Microsoft SharePoint Server 2013, successful

More information

Managing Load Plans in OTBI Enterprise for HCM Cloud Service

Managing Load Plans in OTBI Enterprise for HCM Cloud Service Managing Load Plans in OTBI Enterprise for HCM Cloud Service Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Objective After completing this lesson, you should be able to use Configuration

More information

MICROS: Customer Introduction To Oracle Support and My Oracle Support (MOS) Copyright 2016 Oracle and/or its affiliates. All rights reserved.

MICROS: Customer Introduction To Oracle Support and My Oracle Support (MOS) Copyright 2016 Oracle and/or its affiliates. All rights reserved. 1 MICROS: Customer Introduction To Oracle Support and My Oracle Support (MOS) Copyright 2016 Oracle and/or its affiliates. All rights reserved. 2 Agenda 1 2 3 4 5 6 Changes for MICROS Customers New Terminology,

More information

Supplier Reference Guide (QRG) Table of Contents

Supplier Reference Guide (QRG) Table of Contents Supplier Onboarding Supplier Reference Guide (QRG) Table of Contents Supplier Checklist... 2 New Supplier Onboarding Steps... 3 Introduction... 4 Registration... 6 Certification... 16 Acceptance... 35

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Guide to Donating Online: First-Time Users

Guide to Donating Online: First-Time Users Guide to Donating Online: First-Time Users To begin, visit the Georgia State Charitable Contributions Program (GA SCCP) website, https://gasccp.causecast.com/ and click the Give Now button. First-time

More information

REPUBLIC OF UGANDA MINISTRY OF FINANCE, PLANNING AND ECONOMIC DEVELOPMENT. Supplier and Employee E-Registration User Guide

REPUBLIC OF UGANDA MINISTRY OF FINANCE, PLANNING AND ECONOMIC DEVELOPMENT. Supplier and Employee E-Registration User Guide REPUBLIC OF UGANDA MINISTRY OF FINANCE, PLANNING AND ECONOMIC DEVELOPMENT Supplier and Employee E-Registration User Guide June 2014 FOREWORD Ministry of Finance, Planning and Economic Development has been

More information

Project 2010 Certification Exams

Project 2010 Certification Exams Project 2010 Certification Exams This information is taken from the Microsoft website and is a compilation of the requirements listed there for the Project 2010 and Project Server 2010 exams. This document

More information

R12 Oracle Subledger Accounting Fundamentals. Student Guide

R12 Oracle Subledger Accounting Fundamentals. Student Guide R12 Oracle Subledger Accounting Fundamentals Student Guide Table of Contents Overview of Subledger Accounting...1-1 Overview of Subledger Accounting...1-2 Objectives...1-3 What is Subledger Accounting?...1-4

More information

Oracle Financials Accounting Hub in Banking Industry

Oracle Financials Accounting Hub in Banking Industry Oracle Financials Accounting Hub in Banking Industry Anil Patil FUJITSU AMERICA anil.patil@us.fujitsu.com 0 Agenda Introduction Case Study - Overview Integration Challenges in a non FAH world FAH Solution

More information

R12 Upgrade Best Practices & Tips to Reduce Downtime

R12 Upgrade Best Practices & Tips to Reduce Downtime R12 Upgrade Best Practices & Tips to Reduce Downtime Ramam Kallakuri Managing Principal Consultant Apps Associates June 09, 2014 Copyright 2014. Apps Associates LLC. 1 Speakers Bio Ramam Kallakuri Managing

More information

Join Queries in Cognos Analytics Reporting

Join Queries in Cognos Analytics Reporting Join Queries in Cognos Analytics Reporting Business Intelligence Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If a report includes

More information

Computer Information Systems

Computer Information Systems Computer Information Systems Network Intranet, Local Area Networks (LANs), Wide Area Networks (WANs), Network Segments, Hardware, Software: Development Development Installation Testing Monitoring Maintenance

More information

Getting Started with BarchartX

Getting Started with BarchartX Getting Started with BarchartX April 2007 Getting Started with BarchartX I ve signed up for BarchartX (or, signed up for a free trial). Now what? Within minutes, you will receive an email from Barchart

More information

HealthConnect User Guide

HealthConnect User Guide HealthConnect User Guide What is HealthConnect?... 2 Benefits of HealthConnect... 4 HealthConnect Homepage Initial Setup... 5 Tack Down the Menu Bar... 7 Setting Default Home Page... 7 Add HealthConnect

More information

Oracle Financial Services Common Reporting Standard Canada User Guide. Release May 2018

Oracle Financial Services Common Reporting Standard Canada User Guide. Release May 2018 Oracle Financial Services Common Reporting Standard Canada User Guide Release 8.0.6 May 2018 Oracle Financial Services Common Reporting Standard Canada User Guide Release 8.0.6 May 2018 Part Number: E93132-01

More information

UCC Employee Self Service User Guide

UCC Employee Self Service User Guide University College Cork UCC Employee Self Service User Guide Version 1.0 Contents How to Access UCC Employee Self Service (ESS)... 1 How to Log In to UCC Employee Self Service (ESS)... 2 UCC ESS Main Page

More information

BEST PRACTICES. Checkpoint Engage with AdvanceFlow

BEST PRACTICES. Checkpoint Engage with AdvanceFlow BEST PRACTICES Checkpoint Engage with AdvanceFlow Table of Contents Using Checkpoint Engage... 3 Add New Client Engagement... 4 Set up the New Customer Engagement... 6 Master Engagement Templates... 9

More information

Overview of Accounts Payable 9.2

Overview of Accounts Payable 9.2 Overview of 9.2 This is an overview of the enhancements related to the Module resulting from the upgrade from Core-CT 9.1 to Core-CT 9.2. Suppliers Vendor in Core-CT 9.1 will now be known as supplier in

More information

SAP Security Remediation: Three Steps for Success Using SAP GRC

SAP Security Remediation: Three Steps for Success Using SAP GRC SAP Security Remediation: Three Steps for Success Using SAP GRC All companies need strong application security environments as part of a successful overall risk management strategy. Strong risk-oriented

More information

Upgrading your QuickBooks Company File Once per file only

Upgrading your QuickBooks Company File Once per file only Username: «User» License: «License_Number» Product: «Product_Number» This document walks you through upgrading your QuickBooks company file. If your file has already been upgraded, you may skip below to

More information

EASTERN KENTUCKY UNIVERSITY 521 LANCASTER AVE, RICHMOND, KY 40475

EASTERN KENTUCKY UNIVERSITY 521 LANCASTER AVE, RICHMOND, KY 40475 ARGOS VIEW REPORTS VERSION 4.4.1 CREATED MAY 18, 2015 EASTERN KENTUCKY UNIVERSITY 521 LANCASTER AVE, RICHMOND, KY 40475 Table of Contents Questions about Argos... 3 Getting Started... 4 Report Viewer Instructions...

More information

UB FUNDAMENTALS. UB Reports + Inquiry and Maintenance (RIM)

UB FUNDAMENTALS. UB Reports + Inquiry and Maintenance (RIM) UB FUNDAMENTALS Vadim Computer Management Group (Vadim) has prepared this document for use by Vadim Customers, Licensees and Staff. Although every effort has been made to ensure the accuracy and integrity

More information

QuickBooks 2008 Software Installation Guide

QuickBooks 2008 Software Installation Guide 12/11/07; Ver. APD-1.2 Welcome This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in a networked environment. The guide also covers

More information

InsightUnlimited Release Notes. JD Edwards World & EnterpriseOne Version

InsightUnlimited Release Notes. JD Edwards World & EnterpriseOne Version InsightUnlimited Release Notes JD Edwards World & EnterpriseOne Version 2014.1 InsightUnlimited Version: 2014.1 Document Version: 1.0 Last Updated: July 25, 2014 Table of Contents General Information...

More information

IBM TRIRIGA Application Platform Version 3 Release 4.2. Object Migration User Guide

IBM TRIRIGA Application Platform Version 3 Release 4.2. Object Migration User Guide IBM TRIRIGA Application Platform Version 3 Release 4.2 Object Migration User Guide Note Before using this information and the product it supports, read the information in Notices on page 41. This edition

More information

Building Reports in BI

Building Reports in BI Building Reports in BI Ashia Coleman & Andrew Tuplin 2013 Retail Summit Scottsdale, Arizona summit.iqmetrix.com events@iqmetrix.com Slide 2 - Center: Center is the data. (updated nightly from RQ4). Every

More information

BEST PRACTICES. PPC s Checkpoint Tools & SMART Practice Aids with ProSystem fx. Table of Contents

BEST PRACTICES. PPC s Checkpoint Tools & SMART Practice Aids with ProSystem fx. Table of Contents BEST PRACTICES PPC s Checkpoint Tools & SMART Practice Aids with ProSystem fx Table of Contents Creating a Master Engagement Binder... 3 Insert PPC s Practice Aids documents into the Master Binder... 6

More information

User's Guide. Alpha Five Accounting. Accounting Made Easy. Version 3.0. Copyright BetaSoft LLC - All Rights Reserved

User's Guide. Alpha Five Accounting. Accounting Made Easy. Version 3.0. Copyright BetaSoft LLC - All Rights Reserved User's Guide Alpha Five Accounting Copyright 1995-2002 BetaSoft LLC - All Rights Reserved Accounting Made Easy Version 3.0 Alpha Five is a trademark of Alpha Software Corp. i ii Table of Contents INTRODUCTION...1

More information

2017 Ethics & Compliance Hotline & Incident Management Benchmark Report Webinar

2017 Ethics & Compliance Hotline & Incident Management Benchmark Report Webinar 2017 Ethics & Compliance Hotline & Incident Management Benchmark Report Webinar Presented by Carrie Penman Chief Compliance Officer & Senior Vice President, Advisory Services Edwin O Mara Operations Manager,

More information

ACCOUNTING AND CORPORATE OFFICE SOLUTIONS

ACCOUNTING AND CORPORATE OFFICE SOLUTIONS ACCOUNTING AND CORPORATE OFFICE SOLUTIONS The friendly and professional nature of the people at Fortiviti make accounting less painful. -Joe Kessinger, Capitus Group ABOUT Founded in 2008, Fortiviti is

More information

UPGRADING DEVELOPMENT SKILLS

UPGRADING DEVELOPMENT SKILLS RSM TECHNOLOGY ACADEMY Syllabus and Agenda UPGRADING DEVELOPMENT SKILLS FOR MICROSOFT DYNAMICS 365 FOR OPERATIONS Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 4 Guaranteed

More information

Installing Sophos Endpoint Security and Control on a Home Computer Contents

Installing Sophos Endpoint Security and Control on a Home Computer Contents Contents Licensing... 2 Apple Mac Users.... 2 Free Tools... 2 Support... 2 Installation Instructions for Windows PC... 2 Before installing Sophos for Windows... 3 Downloading Sophos Endpoint Security and

More information

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information