SharePoint 2010: BCS m Business Connectivity Services.

Slides:



Advertisements
Similar presentations
SharePoint Forms All you ever wanted to know about forms but were afraid to ask.
Advertisements

An Introduction to SharePoint Applications using InfoPath 2010
Microsoft Office SharePoint Portal Server 2007 Introduction to InfoPath Forms Services Daryl L. Rudolph.
Technical - SharePoint SharePoint grew out of the Exchange Development Teams collaboration work and Digital Dashboard initiative. SharePoint Team Services.
Microsoft SharePoint 2010 technology for Developers
Designing, Deploying and Managing Workflow in SharePoint Sites Steve Heaney Product Development Manager OBS
Developing for SharePoint with Visual Studio Jason Keicher
Small Business Server and Windows SharePoint Services David Overton
Microsoft® SharePoint™ Products And Technologies “v2.0” Overview Brian Murphy Product Planner Microsoft Corporation.
Microsoft SharePoint® Online: Extensibility and Customization
Form Designer & Filler Browser and Client forms Visual Layout Form Logic Data Connection.
SharePoint 2010 First Look: What's new for Developers in Microsoft SharePoint 2010 Matthew McDermott, MVP Aptillon, Able
Welcome to the Minnesota SharePoint User Group July 14 th, 2010 Introducing the BCS Raymond Mitchell Meeting # 67.
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.
Travis Chen Senior Developer 10 Nov 2011 MS Dynamics CRM 2011 Integration with SharePoint.
Creating a SharePoint App with Microsoft Access Services
TrackDayTimeTitle ProjectTuesday12:30pm-1:45pm Managing tasks and projects with SharePoint Online and Project Pro for Office 365 ProjectWednesday9:00am-10:15amManaging.
Using Microsoft SharePoint to Develop Workflow and Business Process Automation Ted Perrotte National Practice Manager, Quilogy, Microsoft Office SharePoint.
Developing for the Microsoft Office System Jay Schmelzer Group Program Manager – Visual Studio.
SHARE POINT 2010 TRINAY TECHNOLOGY SOLUTIONS © Copyright Trinay Technology Solutions, 39 Buckland St, #5321 Manchester, CT
Create with SharePoint 2010 Jen Dodd Sr. Solutions Consultant
What’s New in Office 2010 for Developers?. -Evolved developer platform with new services and extensibility -Connected cloud and on- premises services.
Using SharePoint Business Connectivity Services to Expose Line of Business Data October 22, 2010.
EDUCATION YOU CAN TRUST ® Windows SharePoint Services Course Review Review provided by: DNS Computing Services, LLC
SharePoint 2007 Overview and Solution Examples Inetium.
What’s New? – BCS 2013 Brett Lonsdale.  Co-founder of Lightning Tools  One of the hosts on the SharePoint Pod Show  Co-organizer of SharePoint Saturday.
Office Live Workspace Visio 2007 Outlook 2007 Groove 2007 Access 2007 Excel 2007 Word 2007.
Todd Kitta  Covenant Technology Partners  Professional Windows Workflow Foundation.
OSP Addressing Critical Business Challenges 2. Increasing Productivity 3. Modern Organizational Reality 4. Connecting Data and People Business.
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
Form Designer & Filler Browser and Client forms Visual Layout Form Logic Data Connection.
19 May 2012 Business Connectivity Services (BCS) Brett Lonsdale – Lightning #SPSJHB The first ever all green SharePoint event on earth.
James Akrigg Microsoft Ltd Integrating InfoPath Forms Into Workflow Solutions And Business Processes.
Integrating SharePoint and Office Module 6. Overview  Adding Office Documents Through Office  Creating Workspaces  Working with Spreadsheets  Using.
SharePoint Online – Developing Solutions for the Cloud Chris Mayo Microsoft Corporation
Business Connectivity Services (BCS) Primer Creating BCS Applications Creating.NET Assembly Connectors in Visual Studio 2010 support BCS Security.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Office Integration Outlook –SharePoint lists in outlook –Documents in outlook InfoPath.
What’s New in SharePoint 2010 SharePoint 2010 Development Primer New Developer Tools for SharePoint 2010 SharePoint 2010 Integration with PowerShell.
SharePoint 2010 Business Intelligence Module 5: Business Connectivity Services.
D301 Building solutions with the Project Data Service David Solomon InfoPath ADC Microsoft Corporation.
Office 2007 for Developers Darryl Burling Developer Evangelist Microsoft New Zealand Blog:
Module 1: Overview of Microsoft Office SharePoint Server 2007.
Michal Gideoni Senior Product Manager Microsoft Session Code: OFS205.
Thinking Outside of the Box A Look at BCS and the Client OM August 25th, 2010 Philadelphia Area SharePoint User Group.
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.
Workflow in Microsoft Office SharePoint Server Jessica Gruber Consultant Microsoft Corporation.
Pranav Ainavolu VSTO Developer, Conrep Solutions |
Rolando Jimenez Sr. Lead Program Manager Microsoft Corporation.
Business Connectivity Services BCS (Old BDC) New read and write access to external data –Line-of-business (LOB) systems –Web services –Databases –Other.
Virtual techdays INDIA │ November 2010 SharePoint 2010 – Your one stop shop for all portal requirements Saranya Sriram │ Developer Evangelist, Microsoft.
Introduction to SharePoint 2007 Brendon Schwartz
TRINAY TECHNOLOGY SOLUTIONS
Joy Rathnayake Senior Architect – Virtusa Pvt. Ltd.
How to be a SharePoint Developer
Dynamics 365; What’s new and what’s not
Integrating SharePoint 2010 with Office 2010
Beyond the BDC\BCS Model
Business Connectivity Services in Microsoft SharePoint 2010: Overview
Upgrading from BDC to BCS
Business Connectivity Services in SharePoint 2010 and Office 2010
Visual Studio Tools for Office 2005
Accessing and Surfacing LOB Data in SharePoint 2010
Microsoft Dynamics.
SharePoint Foundation 2010
Customizing the SharePoint Mobile Experience
Visual Studio 2010 SharePoint Development Tools Overview
敦群數位科技有限公司(vanGene Digital Inc.) 游家德(Jade Yu.)
MS Confidential : SharePoint 2010 Developer Workshop (Beta1)
Presentation transcript:

SharePoint 2010: BCS m Business Connectivity Services

What’s new in Business Connectivity Services Frank Cleynen ECM Consultant Getronics

Agenda Customer feedback What is BCS? Demo External data in SharePoint

Feedback Read/Write Read is nice... but writing would be even nicer Tooling support We need an easier way to create, debug and maintain application definition XML files I wish it was all part of the system Why not work offline as well ?

Microsoft SharePoint 2010

Enabling no-code collaborative solutions that balance self-service control

Investment Areas

Challenges with back end data

Business Connectivity Services

Architecture

External Content Types (ECT) = the BCS building block Superset of entity capabilities; describes: - Structure of the external system - How this data behaves in SharePoint and Office Manage and reuse from a central location Added to the BCS through: - SPD VS Part of a model

External Content Types (ECT) BCS-enabled solutions rely on ECTs to integrate external data into SharePoint and the Office client applications Can be reused in - External list- Word - Search- InfoPath - Outlook- Access - SharePoint Workspace- MS Office(code)

BCS Overview

DEMO

External lists Expose external data as a native SharePoint list - Full CRUD capability - Familiar UI and navigation - Sort, filter, group - SPList OM access - Forms: OOTB or upsize with InfoPath - Work offline

External vs. Regular list Key differences: - No default fields: title, created (by), modified (by) - List items don’t have unique int32 ID - No events - Item level security on external source - Read/Write depends on external source - Data stored in external system

External vs. Regular list Not supported - RSS - Edit in datasheet/grid view - Export to Excel - REST interface - No workflows can be associated

Working offline Connect to Outlook as - Contacts - Tasks - Calendar - Posts Download to SharePoint Workspace

Visual Studio integration New Project template: Business Data Connectivity Model Create reusable BCS components Visual designers Creates ECT of type ‘.NET assembly’ Upsize IT solutions created in SPD 2010

Solution types

Lifecycle Management Part of WSP-based SharePoint application packaging, deployment and administration

What’s in the box

Recap CRUD Complete integration Easy creation, development and maintenance

Q&A m

Thanks and good evening!!