1 / 0
Business Connectivity Services in SharePoint
0 likes | 149 Vues
Business Connectivity Services in SharePoint. Kyle Mitchell February 2014. Quick Bio about Kyle. Recently moved to Victoria and seeking employment as a consulting or business systems analyst Experience implementing and administering integrated Microsoft solutions SharePoint
Télécharger la présentation
Business Connectivity Services in SharePoint
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
-
Business Connectivity Services in SharePoint
Kyle Mitchell February 2014 - Quick Bio about Kyle Recently moved to Victoria and seeking employment as a consulting or business systems analyst Experience implementing and administeringintegratedMicrosoft solutions SharePoint MS Dynamics NAV ERP SQL Server Business Intelligence Experience working primarily in the public and not-for-profit sectors (BC Hydro, Tides Canada)
- Agenda Jargon BCS Overview External Content Types Secure Store Service Prospecting Site Example Overview BCS Profile Page & Business Data Web Parts List View Web Part Parameters External Lists 26 Slides
- Jargon BCS (Business Connectivity Services) ECT (External Content Type) SSS (Secure Store Service) SQL (Structured Query Language)
- BCS Overview Source: MSDN Blogs
- Prospecting Site Overview An ECT “NAV CN” has been created to integrate external data from our CRM system into this otherwise standard SharePoint list
- BCS Profile Page And with one click the user is shown a summary overview of linked external data about the list item contact
- External Content Types A content type with columns from an external data object Create them in SharePoint Designer Easiest way to conceptualize one is a view or able within a database Utilize CRUD operations
- Customer ECT Creating An ECT: http://msdn.microsoft.com/en-us/library/office/ee557243(v=office.14).aspx
- External Item Picker Source: sharepointpt.org
- External Item Picker Source: lightningtools.com
- Secure Store Service Setup Configure Secure Store Service in SharePoint Central Administration to deal with “double hop” issue Stores a list of SharePoint users allowed to use SSS Stores credentials for accessing the external system External Database Credentials External System Secure Store Service SharePoint User ID BCS Profile Page Prospecting List SharePoint User
- Prospecting Site Overview External Data Columns in SharePoint lists have an Action drop down list Default action is to go to the Profile page of that ECT record
- BCS Profile Page Made up of interconnected Business Data Web Parts – One Business Data Item Builder and multiple Business Data Lists
- ECT Actions Source: sharepointobservations.wordpress.com
- ECT Associations Constituent and Grants have a “many-to-many” relationship and require a “bridge view” A shared “ID” field is required to link the ECTs together. CN# is used in this example. SharePoint: BCS Profile Page (Business Data Web Parts)
- BCS Profile Page The three grant web parts all point back to the same ECT (Grant) and have a filter applied on their default view
- Prospecting Site Summary Create SQL Views in SQL Server Management Studio for each data entity I want to see in SharePoint Provision and configure Secure Store Service in SharePoint Central Administration Create an ECT for each SQL view in SharePoint Designer Create parent-child associations between the ECTs in SharePoint Designer Create a list in a SharePoint with an external data column for the “parent” ECT (e.g. Constituent) Modify the BCS Profile Page of the parent ECT in SharePoint Designer for formatting & layout
- Prospecting Site Overview 1 2 /prospecting/lists/StaffFiltered?Staff=Alexandra 1 /prospecting/lists/VolunteerFiltered?Staff=Joel 2
- Views With Parameters Within our view we can set the filter equal to the parameter
- Views With Parameters Create a parameter on a view in SharePoint Designer Then create a URL somewhere on the site with the parameter referenced /prospecting/lists/StaffFiltered?Staff=Alexandra Staff
- Summary – BCS Tools SharePoint Central Administration SharePoint Designer SQL Server Management Studio SharePoint Visual Studio (Optional)
- Summary – Core BCS Entities External Lists External Content Types (ECT) ECT Associations SQL Views BCS Profile Pages External Data Columns Secure Store Service Application
- ca.linkedin.com/in/kdmitchell/ Thank You & Questions Feel free to contact me with any questions or leads for consulting opportunities in Victoria – I’m new here! Kyle Mitchell kyle.d.Mitchell@gmail.com ca.linkedin.com/in/kdmitchell (403-971-5607)
- External List
- External List Functionality Limits No item-level permissions No item or list alerts No user ratings, tags or notes No add new column option No column validation No content types No check-in/check-out No versioning
More Related