BCS SHAREPOINT 2013
We’re often asked about what SharePoint’s Business Connectivity Service (BCS) in SharePoint 2010 and 2013 can be used for and how difficult it is to set up. While the short answer is pretty simple – BCS enables you to connect to ‘other’ data sources outside of SharePoint and literally treat them as a SharePoint List. For those that worked with the “Business Data Catalog” (BDC) in SharePoint 2007, be aware that BCS’s core is the BDC but with a significant change – instead of a one-way ‘view’ that was available in 2007, 2010/2013 feature ‘operations’ that provide two way usage (read, write, update, delete, etc.).
On a whiteboard it can be pretty easy to explain how to use it but it can be confusing since it requires setup in SQL Server, Central Administration and SharePoint Designer. For more advanced operations it can also include Visual Studio. That’s a lot of moving parts for some folks.
Since we provide a number of customized training programs, during the course of this we’ve created a simple step by step tutorial that has helped many of our clients and students get up to speed quickly. Not overly complex, the tutorial covers creating an external data source, creating an external content type and generating the list to use in a SharePoint site. To keep it simple, no coding of any kind is required.
In addition to the tutorial, we’ve also provided fixes for some of the most common issues and a list of some very useful links to dig into BCS further.
On a whiteboard it can be pretty easy to explain how to use it but it can be confusing since it requires setup in SQL Server, Central Administration and SharePoint Designer. For more advanced operations it can also include Visual Studio. That’s a lot of moving parts for some folks.
Since we provide a number of customized training programs, during the course of this we’ve created a simple step by step tutorial that has helped many of our clients and students get up to speed quickly. Not overly complex, the tutorial covers creating an external data source, creating an external content type and generating the list to use in a SharePoint site. To keep it simple, no coding of any kind is required.
In addition to the tutorial, we’ve also provided fixes for some of the most common issues and a list of some very useful links to dig into BCS further.
Services that allows integration of data which live outside the SharePoint in to the SharePoint and office products.
Data can be easily update and viewed on the remote systems and data can be easily integrated with authoritative sources.
Centralized infrastructure for managing connections to external sources.
Common interface for accessing data through out SharePoint.
Indexing data in eternal systems for searching on through SharePoint.
Here the steps for creating it: Data Source is SQL SERVER
Create a table/view from which you want to fetch data:
Create a table/view from which you want to fetch data:
- I created two table Customer and CustomerAddress above that I created view by name CustomerDetails.
- Create new External content types in SharePoint Designer
- Name the external content type
- Choose external systems
- Add connection
- Select data source type
- As you added the source with its name then all its objects get exposed to it.
- As I added BCS Database to it then all object of BSC Database gets exposed to it.
- Select the object on which CURD operation have to apply.
- I choose Customer Details
- Map the identifie
- Finish & save. Now External List is ready to use in SharePoint 2010/2013
- Open CA
- Open Business Data Connectivity Service
- Here you get External list (new)
- Set Object permission for it and then it will to perform CRUD operations.
- Create Eterna l List
- Add the External Content Type and name it.
- Open the list and get result which is similar to Database results.
NOTE:Please follow link for detailed information of BCS
Click Here ==>> Step by Step configuration of BCS in SharePoint
https://code.msdn.microsoft.com/BCS-SHAREPOINT-20102013-63918778
Step by Step configuration of BCS Services in SharePoint 2010/2013
Using BCS you can perform forward and backward data manipulation. But by using BDC you can perform only forward data manipulations.
Click Here ==>> Step by Step configuration of BCS in SharePoint
https://code.msdn.microsoft.com/BCS-SHAREPOINT-20102013-63918778
Step by Step configuration of BCS Services in SharePoint 2010/2013
Using BCS you can perform forward and backward data manipulation. But by using BDC you can perform only forward data manipulations.
Connectors Types:
SQL SERVER
WCF
.NET Managed Code
Custom