Desktop Integrators You Mean I Can Load Data Straight From a Spreadsheet?

Size: px
Start display at page:

Download "Desktop Integrators You Mean I Can Load Data Straight From a Spreadsheet?"

Transcription

1 Desktop Integrators You Mean I Can Load Data Straight From a Spreadsheet? Lee Briggs Director, Financials Practice BizTech LBriggs@BizTech.com Session ID: 7627

2 Please set your cell phones to silent mode.

3 Agenda Introductions Application Desktop Integrator and Web-ADI R12 New Functionality Creating a Custom Integrator - Preparation Create the Integrator Define the Layout Start Loading Data More than the Basics Lists of Values Q & A

4 About Lee Briggs Director, Finance Practice with BizTech 10 Years of Oracle Application implementation experience Financials and Supply Chain from through R Custom Reporting using FSGs, OBIEE, and BI Publisher Experience with clients across all industries, with a focus on Business Services, Professional Services and Banking industries Chair of the ADI SIG Oracle Certified Specialist in General Ledger and Payables

5 About BizTech Leading Mid-Atlantic Oracle Platinum Partner and IT Services firm focused on Oracle Applications and Technology solutions Over 400 successful Oracle implementations over the past 15 years Based in King of Prussia, PA with offices in New Jersey, New York City and Washington DC Service Fortune 500 companies, organizations and government agencies Oracle certified and experienced consultants

6 Client-Centric Practice Areas Oracle Applications - Full Portfolio of Oracle Applications Solutions - Implementation, Upgrade, Migration - Since 1990 MPL6 to R12 Experience - Over 400 successful implementations to date Oracle Technology and Business Intelligence - End to end service offering in BI and EPM - Fully staffed team of Data Architects and DBAs - Solid experience in RAC, HA and HS designs - Understand full Oracle technology stack Oracle Applications Oracle Technology BI/EPM Clients Managed Services ITO Oracle Software Provider Managed Services and IT Outsource - Remote or Onsite services - Full portfolio of Oracle Applications and Technologies - World-Class Data Center with 24x7 Support - Instant capacity, operational focused business model Oracle Software Provider - Full Portfolio of Oracle License Resell - Help Clients Optimize License models - RapidApp BI Software for the agile enterprise - RapidApp Auditor to manage change and GRC

7 Oracle Application Desktop Integrator (ADI) Integral part of Oracle Financial Applications Initially released as a stand-alone application installed on a client pc Spreadsheet-based extension of General Ledger and Assets Enables users to create budgets, record financial transactions and run financial reports in Microsoft Excel

8 Oracle Application Desktop Integrator (ADI) Enables user to revise budgets, create journal entries and define financial reports from any location without being connected to the server Required to be connected to transfer data to or from Oracle Applications

9 Application Desktop Integrator Full Features Journals Budgeting Report Definition Report Publishing Formatting Reports Report Drilldown Create Assets Physical Inventory Diagnostics

10 Web ADI From release , Oracle began to migrate towards Web ADI Uses Internet computer architecture to lower the cost of ownership by having the product centrally installed and maintained No client installation is required Provides superior performance

11 Web ADI Initially a journals-only solution Additional functionality gradually released

12 R12 ADI is De-Supported Oracle Support Note advises that Client/Server ADI is not supported for R12 All FSG reporting within Oracle Applications is being moved to BI Publisher and Report Manager Documentation for General Ledger no longer refers to Client ADI, but instead directs users to use preconfigured Web-ADI solutions for Journal Uploads, Budget Uploads.

13 R12 New Functionality Web ADI is repackaged as Desktop Integrator As well as pre-packaged integrators, provides functionality to now build custom integrators to load data to ANY interface table or API

14 Creating a Custom Integrator: Preparation BNE% Profile Options Profile Name BNE Server Log Level BNE Server Log Path BNE Servlet Path BNE UIX Base Path BNE UIX Physical Directory BNE Upload Import Directory BNE Upload Staging Directory BNE Upload Text Directory Value Trace $BNE_TOP/log /oa_servlets/ /OA_HTML/cabo $COMMON_TOP/webapps/oacore/html/cabo/ $BNE_TOP/upload/import $BNE_TOP/upload $BNE_TOP/upload

15 Creating a Custom Integrator: Preparation Replace $BNE_TOP and $COMMON_TOP with the actual values With DBA assistance, check the following directories exist with 777 permissions $BNE_TOP/log $COMMON_TOP/webapps/oacore/html/cabo $BNE_TOP/upload/import $BNE_TOP/upload

16 Creating a Custom Integrator: Preparation Most important preparation tip Once these profile options have been updated, bounce the ENTIRE instance Assign your user two responsibilities Desktop Integration Manager Desktop Integration

17 Creating a Custom Integrator: Preparation Microsoft Excel setup You must Trust Access to Visual Basic Project You must allow Macros to run

18 Creating a Simple Custom Integrator No validation of data in the integrator No look-ups No content No custom upload parameters User enters ALL data

19 Creating a Simple Custom Integrator 1. Create the Integrator 2. Define the Integrator Layout 3. Start Loading Data

20 Create the Integrator Responsibility: Desktop Integration Manager Navigation: Create Integrator

21 Enter Integrator Information

22 Enter Integrator Information Integrator Name The name of the integrator as the user will see it Internal Name The name of the integrator as the system sees it Application The name of the module that owns the interface table

23 Security Rules First Gotcha (No mention of Security Rules in Implementation and Administration Manual) Add two Security Functions Desktop Integration Create Document (Code: BNE_ADI_CREATE_DOCUMENT) Create Document (Code: BNE_CREATE_DOCUMENT)

24 Create the Interface

25 Create the Interface Interface Name What you will refer to the interface name as Interface Type Select from Table, API Procedure, API Function Table Name Select the Table Name you will be populating data GOTCHA #2 Click on APPLY!

26 Create the Interface

27 Create the Interface Once you ve clicked on Apply, every column from the table will be displayed here Best Practice Use forms personalization to increase number of rows returned (25 per page by default!) Best Practice Identify the Required Fields, and the fields you want. Best Practice Set every other field listed to not display

28 Create Content

29 Create Uploader List

30 Create Uploader List Uploader List (new in R12.1.3) allows you to specify what options are available to the user upon upload What rows to upload (all, flagged, etc) How the rows are validated Whether to invoke an import process automatically

31 Define Importer List

32 Define Importer List Importer List allows you to specify how to move uploaded data from interface tables to base tables Allows you to apply validation rules to apply before import to base tables

33 Define the Layout Responsibility: Desktop Integration Manager Navigation: Define Layout

34 Define the Layout

35 Define the Layout Select the Integrator for which you are defining the layout Over 225 seeded integrators will also show in this list

36 Create the Layout

37 Create the Layout Layout Name You can have multiple Desktop Layouts for the same integrator Number of Header Records Dependent on what you re trying to accomplish with the data you re loading

38 Create the Layout

39 Create the Layout Here, you can control where fields appear (Header or lines) Example AP Invoice Headers import Operating Unit could be the same for all invoice headers Invoice Currency could be the same for all invoice headers Vendor would be different for each invoice header

40 Create the Layout You can also default information in here, whether it s constant, derived by SQL, on an environment variable Default Invoice currency to USD Default User information Created By : FND_GLOBAL.USER_ID Last Updated By: FND_GLOBAL_ID Last Update Login: FND_GLOBAL.LOGIN_ID Creation Date: SYSDATE Last Update Date: SYSDATE

41 Create the Layout GOTCHA #3 Updates to the layout and integrators will not always show up once you ve saved an requeried the layout DBA s will need to clear Java cache on the instance after EVERY change, or assign yourself Functional Administrator responsibility, and clear the Cache yourself!!

42 Start Loading Data! Responsibility: Desktop Integration Navigation: Create Document

43 Start Loading Data - Select the Integrator

44 Start Loading Data - Select the Viewer

45 Start Loading Data - Select the Viewer Viewers include various versions of: Microsoft Excel Microsoft Project Microsoft Word Mobile Sales Deployment for Windows

46 Start Loading Data - Select the Layout

47 Start Loading Data Review your Criteria

48 Start Loading Data

49 More than the Basics List of Values Component Components allow you to return list of values for a field Example Let me present a list of all my AP Invoice Types so I can pick from them, rather than having to type the Invoice Type (and get it exactly right)

50 More than the Basics List of Values Responsibility Desktop Integration Manager Navigation Manage Components

51 More than the Basics List of Values

52 More than the Basics List of Values Parameter Name Parameter Value Table-column-alias INVOICE_TYPE_LOOKUP_CODE Table-column-sort ASCENDING Table-columns LOOKUP_CODE,MEANING,DESCRIPTION Table-headers Lookup Code,Meaning,Description Table-select-column INVOICE_TYPE_LOOKUP_CODE Window-caption Lookup Code,Meaning,Description Window-height 500 Window-width 400

53 More than the Basics List of Values Navigation Manage Integrators Select the Integrator Select the Interface Page Update the attribute for List of Values

54 More than the Basics List of Values

55 More than the Basics List of Values Label Validation Type ID Column Meaning Column Desc Column Validation Entity Where Clause Component Name LOV Type Value Table LOOKUP_CODE LOOKUP_CODE DESCRIPTION FND_LOOKUP_VALUES_VL (Nvl('', Territory_Code) = Territory_Code Or Territory_Code Is Null) And Lookup_Type = 'INVOICE TYPE' And (Lookup_Type='INVOICE TYPE') And (View_Application_Id=200) And (Security_Group_Id=0) And Enabled_Flag = 'Y' XXPC AP Invoice Type Standard

56 More than the Basics List of Values

57 Questions? Lee Briggs Director, Financial Practice Twitter: BizTechOracle

Exploring the Mystery that is AGIS Session ID# -11588

Exploring the Mystery that is AGIS Session ID# -11588 Exploring the Mystery that is AGIS Session ID# -11588 Lee Briggs BizTech Agenda Introductions About Lee Briggs About BizTech Explanation and Discussion of AGIS Sample Configuration in R12 Using AGIS as

More information

Automated Drop Ship Order Processing in R12. Kenneth B. Montgomery Senior Business Analyst BizTech kmontgomery@biztech.com Session ID#8636

Automated Drop Ship Order Processing in R12. Kenneth B. Montgomery Senior Business Analyst BizTech kmontgomery@biztech.com Session ID#8636 Automated Drop Ship Order Processing in R12 Kenneth B. Montgomery Senior Business Analyst BizTech kmontgomery@biztech.com Session ID#8636 Please set your cell phones to silent mode. Agenda Introduction

More information

Oracle Data Integrators for Beginners. Presented by: Dip Jadawala Company: BizTech Session ID: 9950

Oracle Data Integrators for Beginners. Presented by: Dip Jadawala Company: BizTech Session ID: 9950 Oracle Data Integrators for Beginners Presented by: Dip Jadawala Company: BizTech Session ID: 9950 Please silence your cell phones Overview Introductions Architecture of ODI Topology Manager Designer Operator

More information

Multiperiod Accounting: A User s Guide

Multiperiod Accounting: A User s Guide Multiperiod Accounting: A User s Guide Session ID #11349 Jeannine Suwalski Biztech About Jeannine Suwalski Functional business consultant 4 years experience using Oracle applications Developed Training

More information

Creative Accounting: Use of a Project Segment in Your COA

Creative Accounting: Use of a Project Segment in Your COA Creative Accounting: Use of a Project Segment in Your COA Maria Rugerri Accounting Manager Party City Thomas Simkiss COO BizTech Tsimkiss@BizTech.com @BiztechOracle Session: 4983 Agenda About the Preseners

More information

Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team

Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team Presented by: Tom Connolly, Jason Lieberman Company: BizTech Session ID: #10351 Overview Introductions Background Web

More information

Best Practices to Secure Linux Server homing Oracle

Best Practices to Secure Linux Server homing Oracle Best Practices to Secure Linux Server homing Oracle Raj Ravikumar System Analyst BizTech Kyle Snyder CIO, Managing Partner - BizTech Agenda About the Presenters About BizTech What is Linux Enterprise Linux

More information

NEOAUG. Custom Web ADI Integrators

NEOAUG. Custom Web ADI Integrators NEOAUG Custom Web ADI Integrators Agenda Agenda Web ADI Custom Integrators Creating an Integrator Creating an API Defining the Interface Defining an Importer Working around the bugs Adding the Integrator

More information

How I Transitioned from an E-Business Suite Development to an Oracle Business Intelligence Developer

How I Transitioned from an E-Business Suite Development to an Oracle Business Intelligence Developer How I Transitioned from an E-Business Suite Development to an Oracle Business Intelligence Developer Presented by: Lamonte Bradley Company: BizTech Session ID: 12257 About BizTech Leading Mid-Atlantic

More information

Figure 1 - BI Publisher Enterprise Capabilities. OAUG Forum @ Collaborate 08 Page 2 Copyright 2008 by Lee Briggs

Figure 1 - BI Publisher Enterprise Capabilities. OAUG Forum @ Collaborate 08 Page 2 Copyright 2008 by Lee Briggs Oracle BI Publisher was originally developed to solve these reporting problems. It was first released with Oracle E- Business Suite 11.5.10 towards the end of 2005. The original release was called XML

More information

How Do I Get Financial Reports from the Cloud

How Do I Get Financial Reports from the Cloud How Do I Get Financial Reports from the Cloud Session ID#: 10435 Prepared by: Lee Briggs Director, Oracle Financials Management BizTech @BTLeeBriggs REMINDER Check in on the COLLABORATE mobile app Please

More information

General Ledger and Fixed Assets January 12, 2011

General Ledger and Fixed Assets January 12, 2011 General Ledger and Fixed Assets January 12, 2011 2 General Ledger New and Changed Features Terminology Changes Journal Copy Account Replacement Account Inquiry Web ADI Journal Upload Web ADI Asset Upload

More information

Oracle Sales Offline. 1 Introduction. User Guide

Oracle Sales Offline. 1 Introduction. User Guide Oracle Sales Offline User Guide Release 11i (11.5.9) June 2003 Part No. B10632-01 This document describes functionality to be delivered in the Oracle E-Business Suite 11.5.9 release. If you are implementing

More information

Project Server 2013 Inside Out Course 55034; 5 Days, Instructor-led

Project Server 2013 Inside Out Course 55034; 5 Days, Instructor-led Project Server 2013 Inside Out Course 55034; 5 Days, Instructor-led Course Description This course will teach you how to work with Microsoft Project Server 2013. You will also create and manage projects

More information

R12 In Depth: Focus on Report Manager

R12 In Depth: Focus on Report Manager Delivering Oracle Success R12 In Depth: Focus on Report Manager Cindy Harpring RMOUG QEW August 19, 2011 About DBAK Oracle solution provider Co-founded in 2005 Based in Englewood, CO 2008 Emerging Business

More information

Introduction. Overview of the Financial Statement Generator (FSG) About BI Publisher. Brief History of BI (formerly XML) Publisher

Introduction. Overview of the Financial Statement Generator (FSG) About BI Publisher. Brief History of BI (formerly XML) Publisher Introduction Overview of the Financial Statement Generator (FSG) The Financial Statement Generator enables you to build your own custom reports without programming. You can define reports with complete

More information

CON7689 - Standards-Based Desktop Integration in Oracle E-Business Suite

CON7689 - Standards-Based Desktop Integration in Oracle E-Business Suite CON7689 - Standards-Based Desktop Integration in Oracle E-Business Suite Gustavo Jiménez Senior Development Manager ATG Development September, 2014 Safe Harbor Statement The following is intended to outline

More information

Desktop Configurations For General Ledger and Financial Reports. User Guide

Desktop Configurations For General Ledger and Financial Reports. User Guide Desktop Configurations For General Ledger and Financial Reports User Guide Contents 2 Overview...1 Checking for Java Client on your Desktop...2 Installing Java Client...3 Web Application Desktop Integrator

More information

Together we can build something great

Together we can build something great Together we can build something great Financial Reports, Ad Hoc Reporting and BI Tools Joanna Broszeit and Dawn Stenbol Education Track Boston Room Monday, May 2nd 2:40 pm Reporting Options with NAV ERP

More information

Rochester Institute of Technology. Oracle Training: Advanced Financial Application Training

Rochester Institute of Technology. Oracle Training: Advanced Financial Application Training Rochester Institute of Technology Oracle Training: Advanced Financial Application Training Table of Contents Introduction Lesson 1: Lesson 2: Lesson 3: Lesson 4: Creating Journal Entries using Excel Account

More information

Custom Web ADI Integrators

Custom Web ADI Integrators Custom Web ADI Integrators John Peters JRPJR, Inc. john.peters@jrpjr.com NorCal OAUG Training Day, Pres 5.12 John Peters, JRPJR, Inc. 1 Introduction John Peters, Independent Consulting in the SF Bay Area

More information

How to Use Oracle Account Generator for Project-Related Transactions

How to Use Oracle Account Generator for Project-Related Transactions How to Use Oracle Account Generator for Project-Related Transactions Marian Crkon 3Gs Consulting OAUG Forum at COLLABORATE 07 Copyright 2007 3Gs Consulting Page 1 of 40 Introduction Account Generators

More information

MS-55115: Planning, Deploying and Managing Microsoft Project Server 2013

MS-55115: Planning, Deploying and Managing Microsoft Project Server 2013 MS-55115: Planning, Deploying and Managing Microsoft Project Server 2013 Description The goal of this three-day instructor-led course is to provide students with the knowledge and skills necessary to effectively

More information

Oracle Fusion Middleware User s Guide for Oracle Approval Management for Microsoft Excel 11gRelease 1 (11.1.1.7.2)

Oracle Fusion Middleware User s Guide for Oracle Approval Management for Microsoft Excel 11gRelease 1 (11.1.1.7.2) Oracle Fusion Middleware User s Guide for Oracle Approval Management for Microsoft Excel 11gRelease 1 (11.1.1.7.2) July 2014 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Disclaimer

More information

WebADI for R12 SubLedger Accounting. John Peters JRPJR, Inc john.peters@jrpjr.com http://www.jrpjr.com Session 8620

WebADI for R12 SubLedger Accounting. John Peters JRPJR, Inc john.peters@jrpjr.com http://www.jrpjr.com Session 8620 WebADI for R12 SubLedger Accounting John Peters JRPJR, Inc john.peters@jrpjr.com http://www.jrpjr.com Session 8620 This is Revision 2 of the presentation New features are being released for Web ADI a quick

More information

55034-Project Server 2013 Inside Out

55034-Project Server 2013 Inside Out Course Outline 55034-Project Server 2013 Inside Out Duration: 5 days (30 hours) Target Audience: This course is intended for anyone that will need to manage and use Project Server 2013. This includes the

More information

Quality Results. From Many Completed Implementations

Quality Results. From Many Completed Implementations Oracle Essbase Agenda Introduction What most companies currently use What is Essbase Essbase database concepts How Essbase data is consumed Typical Essbase topography In Conclusion Introduction Quality

More information

Course 55115: Planning, Deploying and Managing Microsoft Project Server 2013

Course 55115: Planning, Deploying and Managing Microsoft Project Server 2013 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 55115: Planning, Deploying and Managing Microsoft Project Server 2013 Length: 3 Days Audience:

More information

Install and Configure Fusion Applications - DBA perspective. Masthan Babu Phani Kottapalli AST Corporation August 14, 2014

Install and Configure Fusion Applications - DBA perspective. Masthan Babu Phani Kottapalli AST Corporation August 14, 2014 Install and Configure Fusion Applications - DBA perspective Masthan Babu Phani Kottapalli AST Corporation August 14, 2014 Specialized. Recognized. Preferred. The right partner makes all the difference.

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

Introduction to the Data Migration Framework in Microsoft Dynamics by Ruben Barron

Introduction to the Data Migration Framework in Microsoft Dynamics by Ruben Barron Introduction to the Data Migration Framework in Microsoft Dynamics by Ruben Barron Senior Consultant - Blue Horseshoe Solutions. 1 Table of Contents Intro to the Data Migration Framework (DMF)... 3 DMF

More information

Approvals Management Engine R12 (AME) Demystified

Approvals Management Engine R12 (AME) Demystified Approvals Management Engine R12 (AME) Demystified By Sujay Kamath Prisio Technologies Introduction In today s world, many organizations are in need of implementing proper controls in place for faster transaction

More information

Tips on exporting your Oracle Apps reports to Excel. Introduction

Tips on exporting your Oracle Apps reports to Excel. Introduction Tips on exporting your Oracle Apps reports to Excel Introduction Oracle E-Business Suite provides users with a host of standard reports. Quite often I have found that exporting reporting information to

More information

CPM 5.2.1 5.6 release notes

CPM 5.2.1 5.6 release notes 1 (18) CPM 5.2.1 5.6 release notes Aditro Oy, 2014 CPM Release Notes Page 1 of 18 2 (18) Contents Fakta version 5.2.1. version 1.2.1... 3 Fakta version 5.2.1.1038 sp1 version 1.2.1.300 sp1... 4 Fakta version

More information

Benefits. Feature Overview. Architecture. 1 AP Invoice Wizard Fact Sheet

Benefits. Feature Overview. Architecture. 1 AP Invoice Wizard Fact Sheet AP Invoice Wizard AP Invoice Wizard enables you to create your Oracle Payable invoices using Excel. Forget about manual data entry when you can now download or copy invoice information into Excel, make

More information

Course 55034A: Microsoft Project Server 2013 Inside Out

Course 55034A: Microsoft Project Server 2013 Inside Out Course 55034A: Microsoft Project Server 2013 Inside Out Five days, instructor-led About this Course This 5-day Instructor Lead course how to work with Microsoft Project Server 2013. You will also create

More information

New Features in Sage BusinessVision 2013 (version 7.6)

New Features in Sage BusinessVision 2013 (version 7.6) New Features in Sage BusinessVision 2013 (version 7.6) 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein

More information

Is PMWeb a Contract Management Replacement? Don McNatty, PSP FAACE Jonathan McNatty, PSP August 19, 2015

Is PMWeb a Contract Management Replacement? Don McNatty, PSP FAACE Jonathan McNatty, PSP August 19, 2015 Is PMWeb a Contract Management Replacement? Don McNatty, PSP FAACE Jonathan McNatty, PSP August 19, 2015 1 Thank you for joining today s technical webinar Mute all call in phones are automatically muted

More information

How To Create A Report In Excel

How To Create A Report In Excel Table of Contents Overview... 1 Smartlists with Export Solutions... 2 Smartlist Builder/Excel Reporter... 3 Analysis Cubes... 4 MS Query... 7 SQL Reporting Services... 10 MS Dynamics GP Report Templates...

More information

Exam Name: IBM InfoSphere MDM Server v9.0

Exam Name: IBM InfoSphere MDM Server v9.0 Vendor: IBM Exam Code: 000-420 Exam Name: IBM InfoSphere MDM Server v9.0 Version: DEMO 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must

More information

Oracle Open World 2012. How Can Oracle Business Intelligence Publisher Serve Your Reporting Needs? Presented by: Todd Kummer SpearMC Consulting

Oracle Open World 2012. How Can Oracle Business Intelligence Publisher Serve Your Reporting Needs? Presented by: Todd Kummer SpearMC Consulting Oracle Open World 2012 How Can Oracle Business Intelligence Publisher Serve Your Reporting Needs? Presented by: Todd Kummer SpearMC Consulting Agenda Introductions SpearMC Solutions Overview Reporting

More information

Oracle Hyperion Planning

Oracle Hyperion Planning Oracle Hyperion Planning Introduction The BizTech Team A Typical Budget Process Problems That Surface During Budgeting What is Hyperion Planning? Hyperion Planning Solutions Summary Agenda Introduction

More information

Data Migration and Sage MAS 500 ERP

Data Migration and Sage MAS 500 ERP Data Migration and Sage MAS 500 ERP White Paper Sage Software Table of Contents Introduction...2 Determining What Data to Convert...2 MAS 500 Data Migration Methods...3 DataMigrator...,,,,,,... 4 DataPorter...,,,,,,...

More information

Directions for the AP Invoice Upload Spreadsheet

Directions for the AP Invoice Upload Spreadsheet Directions for the AP Invoice Upload Spreadsheet The AP Invoice Upload Spreadsheet is used to enter Accounts Payable historical invoices (only, no GL Entry) to the OGSQL system. This spreadsheet is designed

More information

Oracle General Ledger Advanced Journal Entries Consolidations Process [ ] Describe, create and [ ] Explain Consolidations

Oracle General Ledger Advanced Journal Entries Consolidations Process [ ] Describe, create and [ ] Explain Consolidations ERP Solutions Oracle Applications Whether you are implementing Oracle Financials for the first time or you are a veteran user of the Oracle E-Business Suite, Coriolis Business Systems can help reduce the

More information

Electronic Logbook. Hedgehog-2. version 2.7. Quick Start. Revision 1.3 of 10/31/2012

Electronic Logbook. Hedgehog-2. version 2.7. Quick Start. Revision 1.3 of 10/31/2012 Electronic Logbook Hedgehog-2 version 2.7 Quick Start Revision 1.3 of 10/31/2012 Monitor Electric, 2012 2 CONTENTS Introduction 3 Entry List 4 Event Entry 4 Filtering and Sorting 6 Chaining 7 Attachments,

More information

Accounts Payable Expense Distribution Tables

Accounts Payable Expense Distribution Tables Accounts Payable Expense Distribution Tables Use Expense Distribution Table Maintenance to set up tables with general ledger accounts and distribution percentages. The tables can then be selected in Invoice

More information

R12 Surprises in User Management

R12 Surprises in User Management R12 Surprises in User Management Revised July, 2014 Susan Behn Agenda Understanding User Management Principles User Management Layers Role Based Access Control Overview Building Blocks for User Management

More information

SMB Intelligence. Reporting

SMB Intelligence. Reporting SMB Intelligence Reporting Introduction Microsoft Excel is one of the most popular business tools for data analysis and light accounting functions. The SMB Intelligence Reporting powered by Solver is designed

More information

GROWTH. Microsoft Dynamics GP Business Essentials Build your business with a solution designed for growth

GROWTH. Microsoft Dynamics GP Business Essentials Build your business with a solution designed for growth GROWTH Microsoft Dynamics GP Business Essentials Build your business with a solution designed for growth Microsoft Dynamics GP Business Essentials Build your business with a solution designed for growth

More information

Sage 300 2014 Product Update 4 Release Notes

Sage 300 2014 Product Update 4 Release Notes Sage 300 2014 Product Update 4 Release Notes Product Update 4 contains a modified version of one or more Sage 300 program components. It is not a full upgrade or a product replacement. It is valid only

More information

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Updated: April 2010 Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Table of Contents Welcome 4 Support Center Subscription 5 1. System Requirements 8 2. Installing the

More information

Course MS55077A Project Server 2013 Development. Length: 5 Days

Course MS55077A Project Server 2013 Development. Length: 5 Days 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course MS55077A Project Server 2013 Development Length: 5

More information

Rochester Institute of Technology. Oracle Training: Performing Inquiries and Requesting Reports in the Oracle Applications

Rochester Institute of Technology. Oracle Training: Performing Inquiries and Requesting Reports in the Oracle Applications Rochester Institute of Technology Oracle Training: Performing Inquiries and Requesting Reports in the Oracle Applications Table of Contents Introduction Lesson 1: Lesson 2: Lesson 3: Lesson 4: Lesson 5:

More information

Document Management System 5.6A User Guide

Document Management System 5.6A User Guide Document Management System 5.6A User Guide Software Documentation This document is the software documentation for the Sage Accpac Document Management System module developed by Visionetix Software. All

More information

REP200 Using Query Manager to Create Ad Hoc Queries

REP200 Using Query Manager to Create Ad Hoc Queries Using Query Manager to Create Ad Hoc Queries June 2013 Table of Contents USING QUERY MANAGER TO CREATE AD HOC QUERIES... 1 COURSE AUDIENCES AND PREREQUISITES...ERROR! BOOKMARK NOT DEFINED. LESSON 1: BASIC

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

Microsoft Dynamics AX 2012 Financial Management

Microsoft Dynamics AX 2012 Financial Management Microsoft Dynamics AX 2012 Financial Management Mohamed Aamer Chapter No. 3 "Functioning of Cash Flow Management" In this package, you will find: A Biography of the author of the book A preview chapter

More information

CRGroup Whitepaper: Digging through the Data. www.crgroup.com. Reporting Options in Microsoft Dynamics GP

CRGroup Whitepaper: Digging through the Data. www.crgroup.com. Reporting Options in Microsoft Dynamics GP CRGroup Whitepaper: Digging through the Data Reporting Options in Microsoft Dynamics GP The objective of this paper is to provide greater insight on each of the reporting options available to you within

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

Sage ERP Accpac Version 6.0

Sage ERP Accpac Version 6.0 Sage ERP Accpac Version 6.0 Web-Enabled ERP for the Mid-Market Unparalleled Freedom of Choice The multi-tier architecture of Sage ERP Accpac Version 6.0 provides customers with the FREEDOM to choose operating

More information

Go with the Flow Procure to Pay

Go with the Flow Procure to Pay Go with the Flow Procure to Pay Requisition to Receipt Presented by: Thomas Simkiss BizTech Date: September 1, 2011 Copyright 2011, Thomas Simkiss. All rights reserved. Agenda About the Presenter About

More information

Active Directory Integration for Greentree

Active Directory Integration for Greentree App Number: 010044 Active Directory Integration for Greentree Last Updated 14 th February 2013 Powered by: AppsForGreentree.com 2013 1 Table of Contents Features... 3 Options... 3 Important Notes... 3

More information

RFP# 917-051-020115-05 CONSULTING SERVICES FOR ORACLE E-BUSINESS SUITE R12 UPGRADE QUESTION AND ANSWER RFP Reference Question GSFA Response

RFP# 917-051-020115-05 CONSULTING SERVICES FOR ORACLE E-BUSINESS SUITE R12 UPGRADE QUESTION AND ANSWER RFP Reference Question GSFA Response RFP# 917-051-020115-05 CONSULTING SERVICES FOR ORACLE E-BUSINESS SUITE R12 UPGRADE QUESTION AND ANSWER RFP Reference Question GSFA Response 1 Section 1.1.2, Pg. 1 Does GSFA plan to have a dedicated DBA

More information

!"#$%&'()*&+',--&.-'/01-)$#%'234&3.5"1'#3+'6#"'75+&'23.&8"#.)53

!#$%&'()*&+',--&.-'/01-)$#%'234&3.51'#3+'6#'75+&'23.&8#.)53 !"#$%&'()*&+',--&.-'/01-)$#%'234&3.5"1'#3+'6#"'75+&'23.&8"#.)53!"#$%&'()*+!"#$!%&'$(%)*+,-.)/ Introduction Physical inventory is a critical business process through which a successful enterprise periodically

More information

Using MS Excel V Lookups

Using MS Excel V Lookups Using MS Excel V Lookups This article discusses MS Excel functionality called V-Lookups that could greatly improve your efficiency when reconciling and comparing records between two separate data columns

More information

Understanding OTL Timecard Customizations

Understanding OTL Timecard Customizations Understanding OTL Timecard Customizations February 22, 2008 08:30 AM 09:10 AM Presented By Venu Bijumalla vbijumal@astcorporation.com 1 Agenda Time Entry Basics Timecard Configuration Common Customizations

More information

How To Write An Oor Ebusiness Ebusiness Solution

How To Write An Oor Ebusiness Ebusiness Solution Q1. Is it a mandatory requirement to be an Oracle ebusiness Certified Partner or will you accept proof of successful implementations with Oracle, i.e., can use pre-existing setups and application security

More information

IDEAS Property Clerk Enterprise Property Management Accounting Software. IDEAS Software 1-866-346-6700 www.ideascomputer.com

IDEAS Property Clerk Enterprise Property Management Accounting Software. IDEAS Software 1-866-346-6700 www.ideascomputer.com IDEAS Property Clerk Enterprise Property Management Accounting Software IDEAS Software 1-866-346-6700 www.ideascomputer.com Table of Contents IDEAS Property Clerk Enterprise Product Overview...1 Key Benefits

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

Sage ERP Accpac Version 6.0. Web-Enabled ERP for the Mid-Market

Sage ERP Accpac Version 6.0. Web-Enabled ERP for the Mid-Market Sage ERP Accpac Version 6.0 Web-Enabled ERP for the Mid-Market Unparalleled Freedom of Choice The multi-tier architecture of Sage ERP Accpac Version 6.0 provides customers with the FREEDOM to choose operating

More information

Overview of Oracle Asset Management

Overview of Oracle Asset Management Overview of Oracle Asset Management Overview Effective mm/dd/yy Page 1 of 48 Rev 1 System References None Distribution Oracle Assets Job Title * Ownership The Job Title [list@yourcompany.com?subject=eduxxxxx]

More information

Cost Savings THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI.

Cost Savings THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. MIGRATING FROM BUSINESS OBJECTS TO OBIEE KPI Partners is a world-class consulting firm focused 100% on Oracle s Business Intelligence technologies.

More information

Microsoft Dynamics GP. Taking a Deeper Dive into SmartLists, Excel Report Builder, and Business Analyzer

Microsoft Dynamics GP. Taking a Deeper Dive into SmartLists, Excel Report Builder, and Business Analyzer Microsoft Dynamics GP Taking a Deeper Dive into SmartLists, Excel Report Builder, and Business Analyzer Microsoft Dynamics GP Welcome! Agenda and Introductions Quick Updates Core SmartList Functionality

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 6451B: Planning, Deploying and Managing Microsoft System Center Configuration Manager 2007 Length: 3 Days Published: June 29, 2012 Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

i>clicker v7 Gradebook Integration: Blackboard Learn Instructor Guide

i>clicker v7 Gradebook Integration: Blackboard Learn Instructor Guide i>clicker v7 Gradebook Integration: Blackboard Learn July 2015 Table of Contents Overview... 3 Step 1: Prepare a Configured Version of i>clicker... 4 Step 2: Configure your i>clicker Software... 5 Step

More information

Enable Tax to Calculate on Invoices Originating in Oracle R12 Projects

Enable Tax to Calculate on Invoices Originating in Oracle R12 Projects Specialized. Recognized. Preferred. The right partner makes all the difference. Enable Tax to Calculate on Invoices Originating in Oracle R12 Projects By: Jeanne Cooper Senior Oracle Financials Consultant

More information

Last updated: 10/02/2009. SQL Info Pack. for new or existing PATGuard users who are considering SQL database formats for their PAT records. Rev 1.

Last updated: 10/02/2009. SQL Info Pack. for new or existing PATGuard users who are considering SQL database formats for their PAT records. Rev 1. SQL Info Pack for new or existing PATGuard users who are considering SQL database formats for their PAT records Rev 1.0 1 Table of Contents 1. Introduction... 3 2. Database Formats... 3 3. Simple Database

More information

Addendum 3. Do not install Service Pack 3 if you use Oracle 8! Oracle 8 is no longer supported and will not operate with SP3.

Addendum 3. Do not install Service Pack 3 if you use Oracle 8! Oracle 8 is no longer supported and will not operate with SP3. Addendum 3 Service Pack 3 Addendum 3 The SalesLogix v6.2 Service Pack 3 includes performance enhancements, Global ID changes, updated Architect controls, and more. Service Pack 3 is a cumulative release;

More information

Table of Contents. 2 Getting Started Guide

Table of Contents. 2 Getting Started Guide Table of Contents Welcome... 3 Training & Support... 3 Accessing the online support center... 4 1. System Requirements... 5 2. Installing the Free Evaluation Version... 7 3. Software Download Instructions...

More information

Leverage SharePoint with PSI:Capture

Leverage SharePoint with PSI:Capture Leverage SharePoint with PSI:Capture A White Paper Courtesy of PSIGEN Software, Inc. Table of Contents Intro to PSI:Capture... 1 Intro to PSI:Capture for SharePoint... 1 Key SharePoint Features... 2 Key

More information

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 http://www.pass4test.jp 1 年 で 無 料 進 級 することに 提 供 する Exam : C2090-420 Title : IBM InfoSphere MDM Server v9.0 Vendors : IBM Version : DEMO NO.1 Which two reasons would

More information

Release 6.2.1 System Administrator s Guide

Release 6.2.1 System Administrator s Guide IBM Maximo Release 6.2.1 System Administrator s Guide Note Before using this information and the product it supports, read the information in Notices on page Notices-1. First Edition (January 2007) This

More information

Sage Accpac Extended Enterprise Edition 5.6A. Installation and System Administrator's Guide

Sage Accpac Extended Enterprise Edition 5.6A. Installation and System Administrator's Guide Sage Accpac Extended Enterprise Edition 5.6A Installation and System Administrator's Guide 2009 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage Accpac product and service names

More information

Perceptive Intelligent Capture Solution Configration Manager

Perceptive Intelligent Capture Solution Configration Manager Perceptive Intelligent Capture Solution Configration Manager Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A.

More information

55115 - Planning, Deploying and Managing Microsoft Project Server 2013

55115 - Planning, Deploying and Managing Microsoft Project Server 2013 55115 - Planning, Deploying and Managing Microsoft Project Server 2013 Duration: 3 Days Course Price: $1,785 Software Assurance Eligible Course Description Course Overview The goal of this three-day instructor-led

More information

000-420. IBM InfoSphere MDM Server v9.0. Version: Demo. Page <<1/11>>

000-420. IBM InfoSphere MDM Server v9.0. Version: Demo. Page <<1/11>> 000-420 IBM InfoSphere MDM Server v9.0 Version: Demo Page 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must be after StartDate"

More information

What s New in Microsoft Dynamics GP 2015 R2. Microsoft Dynamics GP June 2015

What s New in Microsoft Dynamics GP 2015 R2. Microsoft Dynamics GP June 2015 Microsoft Dynamics GP June 2015 What s New in Microsoft Dynamics GP 2015 R2 This document describes enhancments add for the Microsoft Dynamics 2015 R2 release, including where needed, step-by-step instructions

More information

Complete Patch Management

Complete Patch Management Complete Patch Management Complete - Flexible Unique In- Depth Secunia CSI 7 Corporate Software Inspector Take control of the vulnerability threat and optimize your IT security investments. The Secunia

More information

CRG Academy Course Descriptions. Corporate Renaissance Group 6 Antares Drive, Phase 1, Suite 200 Ottawa, ON K2E 8A9 www.crgroup.

CRG Academy Course Descriptions. Corporate Renaissance Group 6 Antares Drive, Phase 1, Suite 200 Ottawa, ON K2E 8A9 www.crgroup. CRG Academy s Corporate Renaissance Group 6 Antares Drive, Phase 1, Suite 200 Ottawa, ON K2E 8A9 www.crgroup.com Updated February 2013 CRG Academy Courses Microsoft Dynamics GP... 3 Foundational Overview

More information

How to Manage a Successful R12 Upgrade and Overcome the Challenges: Methodology and Tips that Work

How to Manage a Successful R12 Upgrade and Overcome the Challenges: Methodology and Tips that Work O2 Works Putting Oracle to Work Oracle E-Business Specialists How to Manage a Successful R12 Upgrade and Overcome the Challenges: Methodology and Tips that Work August 20, 2010 Overview / Agenda Introductions

More information

Updated: May 2008. Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide

Updated: May 2008. Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide Updated: May 2008 Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide Table of Contents Welcome 4 Support Center Subscription 5 1. System Requirements 7 2. Installing the

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

Salvage Your Investment in Discoverer with Oracle BI Cloud Services (BICS)

Salvage Your Investment in Discoverer with Oracle BI Cloud Services (BICS) Salvage Your Investment in Discoverer with Oracle BI Cloud Services (BICS) Kshitij Kumar Global VP of BI/EPM and CTO Apps Associates LLC Alan Lee Director, Product Management Oracle Corporation March 10,

More information

Sage ERP MAS 90 Online Pre-Release Guide

Sage ERP MAS 90 Online Pre-Release Guide Sage ERP MAS 90 Online Pre-Release Guide August 2011 Page 1 of 9 TABLE OF CONTENTS OVERVIEW... 3 PRODUCT AVAILABILITY... 4 AVAILABLE MODULES... 4 ACCOUNTING AND FINANCIAL... 4 BUSINESS INTELLIGENCE AND

More information

Installing & Managing Databases with P6 Pro 8.2 February, 2012. Don McNatty Certified P6 Trainer/Consultant

Installing & Managing Databases with P6 Pro 8.2 February, 2012. Don McNatty Certified P6 Trainer/Consultant Installing & Managing Databases with P6 Pro 8.2 February, 2012 Don McNatty Certified P6 Trainer/Consultant Thank you for joining today s technical webinar Mute all call in phones are automatically muted

More information

Oracle Web Applications Desktop Integrator

Oracle Web Applications Desktop Integrator Oracle Web Applications Desktop Integrator Implementation and Administration Guide Release 12.1 Part No. E12902-04 June 2010 Oracle Web Applications Desktop Integrator Implementation and Administration

More information

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide Introduction This quick-start guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

Sage 300 ERP 2014. Sage CRM 7.2 Integration Guide

Sage 300 ERP 2014. Sage CRM 7.2 Integration Guide Sage 300 ERP 2014 Sage CRM 7.2 Integration Guide This is a publication of Sage Software, Inc. Version 2014 Copyright 2013. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information