All About Interfaces Jessica Sands, User Group 2011.

Slides:



Advertisements
Similar presentations
Advanced SQL/ODBC Configuration
Advertisements

T2 PowerPark and SCT Banner
Delaware Data Creation System Jessica L. Swink Office of Institutional Research Clemson University.
Main Menu F3 Exit = Press F3 to exit this screen. Commonly Use Keys: F4 Prompt = Position cursor in front of ‘?’ location and press F4 to display a list.
Project Implementation for COSC 5050 Distributed Database Applications Lab4.
Inter-Warehouse Transfers An Enhancement For iSeries 400 DMAS from  Copyright I/O International, 2004, 2005, 2007, 2010 Skip Intro.
O/o PCCA, DoT, TNC, Chennai PAO 2000 COMPACT PACKAGE VIS-À-VIS BSNL HRMS GPF Account Maintenance standardization for DoT 07-Jul-11.
Chapter 14 Organizing and Manipulating the Data in Databases
Queries and query design What are queries? Questions that can be asked of the data in the tables. Questions can draw on one or more tables and can have.
Web Tailor Basics.
State of Delaware Department of Natural Resources and Environmental Control.
& Making it Work Together. Why Manco Systems ? Interface with MANMAN Understanding of Bullard’s Needs Willing to Modify ManBar System Completeness of.
Blueprint Training Presentation: Maintenance Work Orders October 3, 2006.
VirtualWorks.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
STAY CONNECTED TOLLFREEEXPRESS CONTROL PANEL GUIDE.
Understanding OTL Timecard Customizations
Implementing Baan PDM BWU – Orlando, FL October 17, 2001 Session 6 Chris Jamison RedKlay Web Solutions, Inc. PDM = Product Data Management.
Implementation - Deployment Methods of deployment –User PC –Network shared (workstation install) –Terminal server –Web Deployment (ActiveX) (Note: this.
Introduction to the Self-Service Engine Richard Oberlin NOCCCD Session B4 (Part 2)
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
Updating Entrance and Checklist Using Automation Session # March 3, 2010.
1 MTAC 117 Intelligent Mail Barcodes and Electronic Documentation Workgroup Update.
Protocol Revision Subcommittee Presentation to the ERCOT Technical Advisory Committee June 4, 2009.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
Cohesion and Coupling CS 4311
Core Concepts of ACCOUNTING INFORMATION SYSTEMS Moscove, Simkin & Bagranoff John Wiley & Sons, Inc. Developed by: S. Bhattacharya, Ph.D. Florida Atlantic.
Student Admissions Introduction to Reporting Instructors: Linda Atkinson and Linda Herron The BARS Support Team.
Copyright © Curt Hill Joins Revisited What is there beyond Natural Joins?
Database Management Systems (DBMS)
SPP Presentation Stakeholder Meeting April 16, 2008 Austin, Texas UPDATE: Retail Open Access for ETI within SPP.
End-of Sprint Demo Sprint 1 “Auth Module, beta Release” Robert Wagner Jessica Lundberg Erik Roos.
More DFDs Class 12.
Practice CS Processing Best Practices Amy McCarty Education Services.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
Soufiane Berouel University of the District of Columbia.
40 Minutes Left.
Collaborative Work Module Gwen Kerdiles European Solution Centre SunGard Higher Education.
Chapter 10 - Writing Graphical User Interfaces1 Chapter 10 Writing Graphical User Interfaces.
Database System Concepts, 6 th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 4: Intermediate.
Blueprint Training Presentation: Time Entry & Equipment October 31, 2006.
It is a complete O 2 C Presentation which will help you : To Overview Order Management complete process. TO describe the Order Management process flow.
Oracle APPS Technical Course Online Training CONTACT US: USA: , INDIA: ,
Database Fundamentals – Part 1
MDS User Meeting 2016 Pharma Enhancements. Integration of FDA and Medispan product catalogs HDMA EDI 856/E-Pedigree Track and Trace Suspicious Order Monitoring.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
Java FX: Scene Builder.
Presented By: Jessica M. Moss
TECHLEADS IT Oracle Apps Technical R12
Management Movie Management System Customers Databases Vendors
Database Mysql Hayk Avdalyan.
Conference Host Event Management Led by Michael Fogarty
Fall 2015 Release HCSIS Improvements
The enhancement concept allows you to add your own functionality to SAP's standard business applications without having to modify the original applications.
Amazon Seller Central Program
Data File Import / Export
Boeing 787 SCMP Training June 2016
Credit Card Reconciliation
Budget Development in Self Service Banner.
CRM Analytics Architecture
Interfaces with Flex Jessica Sands, Nov 4, 2009
Create, Collaborate, Construct - A Guide to Projects
Executive Steering Committee Meeting May 6, 2009
Tips & Tricks Beyond the Basics
What can I do On-Line? Debbie Hoffmann Texas A&M –Manager Brad Manbeck
These are user interface queries
Structure Chart Equipment Tracking & Inspection System 1 User Login 2
Mobile Reference Guide
Simplify Your Sales Process
Presentation transcript:

All About Interfaces Jessica Sands, User Group 2011

Objectives  T2’s interface definitions  Types of items in an interface  Custom Task Setup Utility and when it will be decommissioned  Interface purchase and implementation process  Interface packages currently available  Learn about Texas A&M’s interfaces

Definitions

Data Flow Between the Data Warehouse and Other Systems

Citation Billing to COMPASS (Banner) Processed Billing File FLEX Billing File Modified Billing File Exception Reports

Select CON.CON_AMOUNT_DUE, CON.CON_TICKET_ID, CON.CON_UID, CON.CON_IS_VOID, CON.CON_ISSUE_DATE, CON.CSL_UID_STATUS, CON.CON_IS_UNDER_APPEAL, ENT.ENT_PRIMARY_ID, GET_CUSTOM_TEXT('ENT','BILLABLESTDT',ENT.ENT_UID) as ENT_SIMSTERM,ENT.ESL_UID_SUBCLASS, GET_CUSTOM_LKP('ENT','CUST_TAMU_CLASS',ENT.ENT_UID) as ENT_CUST_TAMU_CLASS From CONTRAVENTION_VIEW CON Inner Join ENTITY_VIEW ENT On CON.ENT_UID_RESPONSIBLE_ENT = ENT.ENT_UID Where CON.CON_AMOUNT_DUE > 0 and GET_CUSTOM_TEXT('ENT','STDT_FEE_BILLABLE',ENT.ENT_UID) = 1 and CON.CSL_UID_STATUS <> 4 and (CON.CON_REINSTATEMENT_DATE < CURRENT_DATE or CON.CON_REINSTATEMENT_DATE IS null) and (GET_CUSTOM_TEXT('CON', 'EXTEND_APPEAL_DATE', CON.CON_UID) < CURRENT_DATE or GET_CUSTOM_TEXT('CON', 'EXTEND_APPEAL_DATE', CON.CON_UID) is null) Order By ENT.ENT_PRIMARY_ID, CON.CON_TICKET_ID, CON.CON_AMOUNT_DUE, CON.CON_ISSUE_DATE, CON.CSL_UID_STATUS, CON.CON_IS_UNDER_APPEAL, CON.CON_UID, CON.CON_IS_VOID

Custom Field 2: Amount due in pennies REMOVE_PUNCT(FORMAT_CURRENCY({?PAP_ AMOUNT},"",TRUE,FALSE)) Width for field CON_AMOUNT_DUE : 9 Text padded on left with zeros D:\TransAgency\TAMUFLEX\SIMS\OUT\ TSCITATN- -.txt

10/13/20097:25 AMCiteBillsCandidates Citation Transfer Candidates YesNo Daily, On weekdays Scheduled

FLEX Access & CSGold Updates pushed every 30 minutes FLEX Updated Customers and Permits to allow ID at gates. Queries to AggieID Files Exception Reports

Questions