Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Slavko,
is this work supported by SharePoint Foundation 2010?

Best regards,
Enrico Collenzini
Posted

You can link one list to another a bit like a foreign key relationship using a lookup field:

[http://phase2.com/blog/?p=101]
 
Share this answer
 
SharePointBoost provides functional SharePoint web parts to make it more powerful. It is SharePoint Cascaded Lookup that can enable you to build parent-child relationships between columns in the same list so that data entered in one field filters the options presented in another.You have the freedom to specify the list you want to look up from. It provides a faster way to filter results by specifying a filter column and a parent column. Meanwhile, this will reduce the possibility of making mistakes.
 
Share this answer
 
You need connected Web Parts. Have a look at below link.

http://msdn.microsoft.com/en-us/library/ms469765.aspx[^]
 
Share this answer
 
Hi,

You can create the relationships between list using the Lookup fields.
Parent List -> "News" has fields of -> News Topics|News Regions|ArticleStartDate
Child List -> "Press Release" has fields of -> PageViews |ArticleTags | News Topics|News Regions|ArticleStartDate

So therefore News Topics|News Regions|ArticleStartDate columns are lookup fields/columns.

Also you can create nested content types for the lists.
Parent -> "Discusion" Content type inherited from "Folder" Content type
Child -> "Comments" Content type inherited from "Item" Content type
In this case you can create items/comments inside of the folder/Discussion.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900