Todd Kitta 1.8.08.  Business Data Catalog (BDC) Basics  Web Parts  BDC Development  Search  API  Demo.

Slides:



Advertisements
Similar presentations
Introduction to SharePoint for .NET Developer
Advertisements

Content in SharePoint 2013 Eric Overfield SharePoint Advocate and Enthusiast PixelMill Integrating Search Driven.
Creating Page Layouts using SharePoint Designer or Visual Studio Becky Bertram MCSD, MCAD MCTS WSS Development MCTS MOSS Development
SharePoint Forms All you ever wanted to know about forms but were afraid to ask.
Eric J. Oszakiewski MCTS: SharePoint Application Development SharePoint Configuration.
Microsoft Office SharePoint Portal Server 2007 Introduction to InfoPath Forms Services Daryl L. Rudolph.
Matthew Kubicina CIS 764 Kansas State University.
Needles in a Haystack Harnessing the SharePoint Search Engine Presenter: Ivan Wilson – SharePoint Gurus.
.NET 3.5 SP1 New features Enhancements Visual Studio 2008 SP1 New features Enhancements Additional features/enhancements.
Welcome to the Minnesota SharePoint User Group. Agenda Quick Intro Announcements and News Search Knowledge Network Business Data Catalog (BDC)
Test Automation: Coded UI Test
Microsoft SharePoint 2010 technology for Developers
SP 2013 User Profile Service Overview Connecting your Profile to the Portal.
User Profiles: I Didn’t Know I Could Do That? Stacy L. Deere-Strole Focal Point Solutions, LLC.
EasySearch Technical Overview. Ever seen a website without a full text search? BUT – Search is expensive Financially Computationally – Search is complicated.
Microsoft Commerce Server 2009 on SharePoint Platform.
SharePoint User Group Chicago: 1/24/2013 SharePoint 2013 Search Overview.
Customizing the MOSS 2007 Search Results November 2007 Rafael Perez.
Optimizing SharePoint Search Using Scope and Managed Properties By Kevin Israel, MVP.
SharePoint 2007: Search Deep Dive Erik Mau Inetium.
SharePoint Club – Interoperability MOSS Pascal Scheller, Consultant, Getronics SA.
Todd Klindt Solanite Consulting.  WSS MVP since 2006  Speaker, writer, consultant, Aquarius  Personal Blog
ARC03 Business Data Catalog: Integrating LOB Data and Applications Mike Fitzmaurice Senior Technical Product Manager Microsoft Corporation
An Introduction to Microsoft Office SharePoint Server 2007 David Gristwood Application Architect Developer & Platform Group Microsoft Ltd
Microsoft Confidential David Gristwood Application Architect Developer & Platform Group Microsoft Limited blogs.msdn.com/David_Gristwood.
SharePoint 2010: BCS m Business Connectivity Services.
Welcome to the Minnesota SharePoint User Group July 14 th, 2010 Introducing the BCS Raymond Mitchell Meeting # 67.
Thank you SPSKC15 sponsors!. SharePoint 2013 Search Service Application (SSA) Ambar Nirgudkar Software Engineer
Making the most of Search in Microsoft SharePoint Online Corey Roth Applications Architect Infusion OSP338.
Server Development Overview Paul Appleby & David Gristwood Application Architects Developer & Platform Group Microsoft Limited.
Developing for the Microsoft Office System Jay Schmelzer Group Program Manager – Visual Studio.
Business Data Catalog. Planning the Business Data Catalog Configuring the Business Data Catalog In This Session …
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
Todd Kitta  Covenant Technology Partners  Professional Windows Workflow Foundation.
JourneyTEAM - –
Capita Consultancy Services & Web Reporting Rupert Ireland Applications Consultant.
Basic Developer Knowledge That Every SharePoint Admin Must Have Randy Williams, MVP MOSS Synergy Corporate Technologies
OSP Addressing Critical Business Challenges 2. Increasing Productivity 3. Modern Organizational Reality 4. Connecting Data and People Business.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
A PAYGLOBAL PRESENTATION Donald Harman. Overview Intro Investigate the BDC Business Data Catalogue Business Data Catalogue investigation Case to use for.
SharePoint 2010 Search Architecture The Connector Framework Enhancing the Search User Interface Creating Custom Ranking Models.
Searching Business Data with MOSS 2007 Enterprise Search Presenter: Corey Roth Enterprise Consultant Stonebridge Blog:
19 May 2012 Business Connectivity Services (BCS) Brett Lonsdale – Lightning #SPSJHB The first ever all green SharePoint event on earth.
Module 10 Administering and Configuring SharePoint Search.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Profiles and Active Directory Overview User profiles –Import from Active Directory –Creating.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
Microsoft Office SharePoint Server 2007 Enterprise Search Enterprise Search Overview.
Advanced Search Solutions for SharePoint Christopher Even BA-Insight.
Arizona SharePoint Professionals Group Thomas Baer Senior Consultant, Statêra
WINDOW SEARCH SERVER Topics  Topology  High-level Architecture  Performance  WSS vs. MOSS Search Comparison  Search Server 2008.
The 2007 Microsoft Office System Servers Enterprise Content Management, Workflow and Forms Martin Parry Developer and Platform Group, Microsoft Ltd
Microsoft Office SharePoint 2007 Technical Enablement Tour Patrick Tisseghem (Managing Partner – U2U)
Business Data Integration with MOSS 2007 Naveedullah Khan PMP, MCAD.NET Senior Consultant.
Consulting | Solutions | Products | Training Extending Project & Project Server.
Microsoft ® Official Course Module 9 Working with Business Connectivity Services.
SharePoint 2007 Business Intelligence October 23 th, 2008 Neil Iversen - Inetium.
YOUR LOGO Phase 2 International Providing critical business software solutions at affordable prices.
Introduction to Enterprise Search Corey Roth Blog: Twitter: twitter.com/coreyrothtwitter.com/coreyroth.
Introduction ITEC 420.
Integrating SharePoint 2010 with Office 2010
Microsoft Office SharePoint Server 2007 Enterprise Search
Beyond the BDC\BCS Model
Upgrading from BDC to BCS
Business Connectivity Services in SharePoint 2010 and Office 2010
What is SharePoint and why you should care
Accessing and Surfacing LOB Data in SharePoint 2010
Searching Business Data with MOSS 2007 Enterprise Search
Searching Business Data with MOSS 2007 Enterprise Search
SharePoint 2007 Developer Overview Collaboration BI Features
9/8/ :03 PM © 2006 Microsoft Corporation. All rights reserved.
Presentation transcript:

Todd Kitta

 Business Data Catalog (BDC) Basics  Web Parts  BDC Development  Search  API  Demo

 Expose business data with little to no code  Consumes data from relational databases and web services  Read-only; no updates out of the box  Requires Enterprise Edition of MOSS

 Bring business data into SharePoint using web parts  Link business data to list items  Augment back-end application functionality  Search

 Application  Entity  Action  Method  Association

 Actions bridge the gap between SharePoint and the backend application  Actions are links, therefore they can be whatever you want ◦ Custom Web Part Page ◦ Custom ASP.NET application ◦ InfoPath form

 List  Item  Related List  Actions  Item Builder

 BDC Applications are just XML; you can create apps in notepad  BDC Meta Man ($1,200) ◦ Includes web parts for KPIs, mapping business data, and displaying business data in a calendar  BDC Definition Editor (free with SharePoint SDK)  BDC Snippets in Visual Studio

 Define method to return a list of crawlable entity IDs  For incremental crawling, you also need to return the last modified date of the entity  Crawled properties are those returned in your BDC application  Mapped properties are available in the search experience (e.g. “lastname:smith”)

 Once your application is created… ◦ Add a content source with type of Business Data ◦ Defined mapped properties ◦ Create Search Scope

 Security must be treated specially when doing search because items are already indexed  This is done through “security trimming”  The back-end system must expose some method of checking access on an entity  The BDC will call this method at query time to ensure security is up to date

 Access BDC functions like get lists and find specific  Perform administrative functions  Develop custom search experiences for business data

 SAP  Siebel  Dynamics  AutoDesk  Rockwell Software  Many more...

 MSDN: us/library/ms aspxhttp://msdn2.microsoft.com/en- us/library/ms aspx