How can I link two tables from an External SQL server database to a SharePoint list and also send emails from it.
1 Answer
You need to create an External List (http://blogs.msdn.com/b/vssharepointtoolsblog/archive/2010/04/27/walkthrough-of-creating-a-sharepoint-2010-external-list-using-visual-studio-2010.aspx). But if you are talking about making it email enabled (http://technet.microsoft.com/en-us/sharepoint/Video/ff679958) I think it's not supported for external lists.
-
Thx for the links but the article does not explain how to link tables after creating External Database.neo269– neo2692012-02-21 13:59:31 +00:00Commented Feb 21, 2012 at 13:59
-
You can then create a lookup columns in your list that links to your external listsAlex Boev– Alex Boev2012-02-21 14:42:52 +00:00Commented Feb 21, 2012 at 14:42