Creating an External List in SharePoint by Using Business Data
- Posted: Oct 21, 2009 at 10:19 AM
- 18,826 Views
- 2 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
In this interview, programming writer Norm Estabrook demonstrates how to create a model for the BDC service that returns information about contacts in a sample database, and displays the contacts in an external list. You can learn more in the corresponding Help topic.
Kathleen McGrath
Visual Studio User Education
http://blogs.msdn.com/kathleen
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
A really great lesson - from the programmers point of view.
If someone prefers a much faster and more simple out-of-the-box approach to pull external data into a SharePoint list in just minutes,
I would suggest the Business Data List Connector (BDLC) found here:
http://www.layer2.de/en/products/pages/sharepoint-business-data-list-connector.aspx
You can configure the connection directly in the custom SharePoint list settings by entering a connection string, a select statement and primary keys(s) - if any. That's it, without any programming required.
The list structure is automatically created, you can modify it later.
A timer job is used to update changed external data in the SharePoint list. Only changed data is updated (if primary keys are given).
That means, you can use list alerts and workflows, to start business actions in SharePoint, if external data records are changed.
The solution works for SharePoint (any editions) and WSS. There is a completely free shareware version for download.
Just try it out.
SharePointFrank
It maybe complicated but it is free.
The
http://www.layer2.de/en/products/pages/sharepoint-business-data-list-connector.aspx is not.
Remove this comment
Remove this thread
close