1 / 18

Business Data Catalog

Business Data Catalog. Todd Kitta 1.8.08. Agenda. Business Data Catalog (BDC) Basics Web Parts BDC Development Search API Demo. BDC Basics. Expose business data with little to no code Consumes data from relational databases and web services Read-only; no updates out of the box

celina
Download Presentation

Business Data Catalog

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Business Data Catalog Todd Kitta 1.8.08

  2. Agenda • Business Data Catalog (BDC) Basics • Web Parts • BDC Development • Search • API • Demo

  3. BDC Basics • 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

  4. Scenarios • Bring business data into SharePoint using web parts • Link business data to list items • Augment back-end application functionality • Search

  5. Architecture

  6. BDC Terminology • Application • Entity • Action • Method • Association

  7. BDC Actions • 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

  8. BDC Web Parts • List • Item • Related List • Actions • Item Builder

  9. Development • 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

  10. BDC Definition Editor

  11. BDC & Search • 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”)

  12. BDC & Search • Once your application is created… • Add a content source with type of Business Data • Defined mapped properties • Create Search Scope

  13. Search & Security • 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

  14. API • Access BDC functions like get lists and find specific • Perform administrative functions • Develop custom search experiences for business data

  15. Predefined BDC Applications • SAP • Siebel • Dynamics • AutoDesk • Rockwell Software • Many more...

  16. Demo

  17. Questions?

  18. Links • MSDN: http://msdn2.microsoft.com/en-us/library/ms563661.aspx

More Related