What are we going to do?
We are going to use our Customers information from our External System and use it to sync a Contacts list within Outlook 2010 via an External List.
Prerequisites
- SharePoint Server 2010
- Visual Studio 2010 Professional or higher
- BCS Meta Man
- AdventureWorks2000 SQL Database
Walkthrough
- Create a new empty SharePoint 2010 project in Visual Studio 2010.
- Add a new item to this project. From the Lightning Tools project items group add a BCS Meta Man project item
- From the main menu click on BCS Meta Man –> BCS Meta Man Data Explorer and connect to your database you wish to use.
- Drag and Drop any table you want. For this walkthrough we have used the AdventureWorks2000 Customer table.
- To edit the Customer External Content Type, Right-Click on it and select ‘Manage Entity’
- Change the ‘Office Item Type’ from ‘Generic List’ to ‘Contact’
- Change to the ‘Methods’ Tab and click on the ‘Specific Finder Method’, you will see we have a warming telling us that we need to map some required fields
[Click the image to see a larger view]
- Click on the ‘Title’ Field, and then set it’s Office Item Type Mapping to ‘Title’
- Repeat this process for the ‘FirstName’ , ‘MiddleName’ ,‘LastName’, ‘CompanyName’ , ‘EmailAddress’ and ‘Phone’ fields, mapping them to the correct Type.
- When you have finished, save the settings in the Entity Management screen. Then deploy your Model by pressing F5 within Visual Studio.
- Create a new ‘External List’ on your Site, give it a name and use the just-deployed External Content Type. Click ‘Create’
- We should now have an External List showing our Customer data
- Click on ‘List’ on the Ribbon and then click on the ‘Connect to Outlook’ button
- After a short while a dialog box will pop-up asking you to install, Click ‘Install’
- Once the installation has been completed you can click ‘Close’
- Open Outlook, you will have a section called ‘SharePoint External Lists’, within this section you will have our ‘Demo of Office Item Type’ Contacts
- When you click on this list you will see all of our Customer contacts are synced with Outlook
You can now use these as normal contacts within Outlook. You can disconnect your computer and take the data offline, as well as create or edit the contacts and sync the changes back to your external system if your external content type has the correct methods.
<Phill/>