Arizona SharePoint Professionals Group Thomas Baer Senior Consultant, Statêra

Slides:



Advertisements
Similar presentations
SearchSearch User Profiles SearchSearchExcelExcelUserProfilesUserProfiles Managed Metadata.
Advertisements

Todd Kitta  Business Data Catalog (BDC) Basics  Web Parts  BDC Development  Search  API  Demo.
Components of a Dynamics Ecommerce Solution The Situation Today for Many Organizations Retail Headquarters Financials Warehouse Management Stores.
DEV11 SharePoint Search Extensibility Mike Fitzmaurice Senior Technical Product Manager Microsoft Corporation
SharePoint 2007: Search Deep Dive Erik Mau Inetium.
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
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.
27. to 28. March 2007 | Geneva, Switzerland. Fabrice Romelard ilem SA Level 200.
Enterprise Search With SharePoint Portal Server V2 Steve Tullis, Program Manager, Business Portal Group 3/5/2003.
ARC06 SharePoint Search Deployment Mike Fitzmaurice Senior Technical Product Manager Microsoft Corporation
Microsoft ® Official Course Interacting with the Search Service Microsoft SharePoint 2013 SharePoint Practice.
Virtual techdays INDIA │ 9-11 February 2011 Light up your LOB apps on Sharepoint with BCS Sachin Vinod Rathi │ Architect Advisor, Microsoft Corporation.
Inside Microsoft Office SharePoint Server 2007 Jozef Kalivoda Solution Sales Professional Microsoft Slovakia.
Access Web Apps – OK, Now What? EXTENDING ACCESS WEB APPS George Young Dawson Butte Software ACCESS DAY – OCTOBER DENVER,
Creating a SharePoint App with Microsoft Access Services
Microsoft Office Access 2007 A rich client for Windows SharePoint Services 3.0 Mark Bower Senior Consultant Microsoft UK
Microsoft Office Business Scorecard Manager 2005 : Programming Business Intelligence Features John Hooper Service Line Architect Microsoft Corporation.
SQL Server Management Studio Introduction
SSRS Integration with SharePoint JACOB CHANG. Jacob Chang MCSE Degree in biology and computer engineering Started as an application developer Worked with.
Confidential ODBC May 7, Features What is ODBC? Why Create an ODBC Driver for Rochade? How do we Expose Rochade as Relational Transformation.
Microsoft Office System UK Developers Conference Radisson Edwardian, Heathrow 29 th & 30 th June 2005.
SRC303: Search in Microsoft Office SharePoint Server 2007: Customizing and Extending Zlatan Dzinic Principal Consultant Business Connexion.
Server Development Overview Paul Appleby & David Gristwood Application Architects Developer & Platform Group Microsoft Limited.
SharePoint Design Tools Office Applications.
Create with SharePoint 2010 Jen Dodd Sr. Solutions Consultant
Edwin Sarmiento Microsoft MVP – Windows Server System Senior Systems Engineer/Database Administrator Fujitsu Asia Pte Ltd
First Look Clinic: What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Sayed Ali (MCTS, MCITP, MCT, MCSA, MCSE )
A Scalable Application Architecture for composing News Portals on the Internet Serpil TOK, Zeki BAYRAM. Eastern MediterraneanUniversity Famagusta Famagusta.
Todd Kitta  Covenant Technology Partners  Professional Windows Workflow Foundation.
Business Solutions Using Microsoft ® Office SharePoint ® Server ROADSHOW.
JourneyTEAM - –
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
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:
Implementing Business Intelligence Solutions. Overview Configuring and Incorporating Business Data Catalog Applications into Portal Solutions Implementing.
Module 7: Implementing Business Intelligence Solutions.
1 Architecting End-to-End Enterprise Solutions with Microsoft Office InfoPath 2003 Kamaljit Bath Lead Program Manager Microsoft Corporation Kamaljit Bath.
Module 10 Administering and Configuring SharePoint Search.
New & Improved Events List Relationships and Joins Large List Support Field & List Item Validation.
James Akrigg Microsoft Ltd Integrating InfoPath Forms Into Workflow Solutions And Business Processes.
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.
Information Systems Today: Managing in the Digital World TB3-1 3 Technology Briefing Database Management “Modern organizations are said to be drowning.
ADO.NET Architecture MIS3502: Application Integration and Evaluation David Schuff Adapted from material by Arnold Kurtz, David.
WINDOW SEARCH SERVER Topics  Topology  High-level Architecture  Performance  WSS vs. MOSS Search Comparison  Search Server 2008.
Back to Basics A Tour of Microsoft SharePoint. Who am I? Kenny Duenke Lead Systems Analyst RGA
Microsoft Office SharePoint 2007 Technical Enablement Tour Patrick Tisseghem (Managing Partner – U2U)
Interaction classes Record context Custom lookups.
Business Data Integration with MOSS 2007 Naveedullah Khan PMP, MCAD.NET Senior Consultant.
Microsoft ® Official Course Module 9 Working with Business Connectivity Services.
Rolando Jimenez Sr. Lead Program Manager Microsoft Corporation.
Introduction to SharePoint 2007 Brendon Schwartz
Leveraging the Business Intelligence Features in SharePoint 2010
Microsoft Office SharePoint Server 2007 Enterprise Search
Integrating Enterprise Applications Into SharePoint® Portal Server
Beyond the BDC\BCS Model
Upgrading from BDC to BCS
Business Connectivity Services in SharePoint 2010 and Office 2010
Accessing and Surfacing LOB Data in SharePoint 2010
Searching Business Data with MOSS 2007 Enterprise Search
Searching Business Data with MOSS 2007 Enterprise Search
Tech·Ed North America /7/2018 2:51 PM
SharePoint Connecting Systems
Tech·Ed North America /22/2019 3:15 AM
SharePoint services Provides team collaboration through SharePoint Sites and makes it easy for communities to work together on documents, tasks, contacts,
SharePoint 2007 Developer Overview Collaboration BI Features
9/8/ :03 PM © 2006 Microsoft Corporation. All rights reserved.
Presentation transcript:

Arizona SharePoint Professionals Group Thomas Baer Senior Consultant, Statêra

 Surface data from back-end server applications with out any code  Metadata Model  Describe the API of the business application  Applications registered by administrators

Integrate other systems with SharePoint sites  Reporting dashboards  Line of business applications Integrate Business Data Catalog data into hybrid Windows Forms Applications Search for data in other systems via the SharePoint Search service Save the time, cost, and monotony of writing yet another data layer!

Surface existing back end data in out-of- the-box Web parts INTERMEDIATE ADVANCED SIMPLE Index data to make it searchable Use columns Create dashboards Use custom code to integrate data inside other applications

Metadata Business Data Catalog Web PartsListsSearch User Profiles Custom Apps Database WS Proxy ADO.NET Web Service SQL Server, Oracle, OLEDB, ODBC BizTalk Server, SAP, Siebel, Legacy, … List store Search Index Profile Store

1. Analyst defines business requirements 2. IT Pro / developer writes and tests application definition (metadata) 3. IT Pro uploads application definition 4. Analyst builds solution using business data features

Every MetadataObject has a Properties collection Business Data Features make use of certain annotations You can extend the metadata for your own applications CustomerName...

One method of an entity is designated the Finder, another the SpecificFinder Finder returns a collection of instances given a set of filters SpecificFinder returns a single instance given a key...

Control the data finders return Annotations on a Method’s input parameters Declare which inputs users can override Various types: wildcard, exact match, … System filters allow BDC to securely set values, e.g., user token...

Model relationships between entities Has one or more source entities and one destination entity Is a method instance Takes source instance(s) and returns a destination instance <Association Name=“CustomerToOrder“ AssociationMethodName=“GetOrdersByCustomer“>

Full-text search any application BDC crawl protocol has two phases ID Enumeration: Fetch all entity instance IDs Detail fetch: Fetch details for each instance IDEnumerator returns the IDs SpecificFinder returns the details...

Link, don’t replicate Scenarios so far are read-only Where should business logic reside? For writes, link to existing app UI, web forms, etc. Actions are links that travel everywhere with an entity Users can take action in context

Use custom actions to take users to: Server-side InfoPath forms Custom ASP.NET pages The LOB vendor’s own Web interface Back to the business logic question Logic probably already resides somewhere why duplicate