Comments on: Creating a SharePoint List Parent/Child Relationship – VIDEO REMIX http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/ No GeekSpeak on SharePoint 2007 WSS and MOSS Fri, 26 Nov 2010 21:23:22 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: Priyanka http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/comment-page-1/#comment-89483 Priyanka Fri, 30 Jul 2010 18:17:55 +0000 http://www.endusersharepoint.com.php5-9.dfw1-1.websitetestlink.com/blog/?p=4099#comment-89483 Hi, In sahrepoint 2010 we have xlstListviewwebpart and we can establish relational between list via -"Insert relatioed list" functionality. However we still have the problem of defaulting the selected Parent ID in Child list new form. I am not able to figure out how do I determine the ID field name from aprent list. u ahd used $parentID in querystring for ur example. Can you please sugguest for xsltlistviewwebpart? Thanks Hi,

In sahrepoint 2010 we have xlstListviewwebpart and we can establish relational between list via -”Insert relatioed list” functionality.
However we still have the problem of defaulting the selected Parent ID in Child list new form.
I am not able to figure out how do I determine the ID field name from aprent list.
u ahd used $parentID in querystring for ur example.
Can you please sugguest for xsltlistviewwebpart?

Thanks

]]>
By: Ben McMann http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/comment-page-1/#comment-76192 Ben McMann Mon, 21 Jun 2010 15:56:36 +0000 http://www.endusersharepoint.com.php5-9.dfw1-1.websitetestlink.com/blog/?p=4099#comment-76192 Mark, Can you accomplish this same functionality with a List to Document Library relationship? Instead of going from Parent List (Issues) to Child List (Time), you would be going from Parent List (Issues) to Child Library (Documentation for instance). With a document library their is no new item form, only an upload form, so i can't figure out how to carry the ID relationship in an automated manner. Mark,

Can you accomplish this same functionality with a List to Document Library relationship? Instead of going from Parent List (Issues) to Child List (Time), you would be going from Parent List (Issues) to Child Library (Documentation for instance).

With a document library their is no new item form, only an upload form, so i can’t figure out how to carry the ID relationship in an automated manner.

]]>
By: erin http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/comment-page-1/#comment-72976 erin Tue, 08 Jun 2010 19:45:11 +0000 http://www.endusersharepoint.com.php5-9.dfw1-1.websitetestlink.com/blog/?p=4099#comment-72976 I'm trying to do the same thing Karen - did you have any succes in this? I’m trying to do the same thing Karen – did you have any succes in this?

]]>
By: George http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/comment-page-1/#comment-65831 George Tue, 11 May 2010 12:59:05 +0000 http://www.endusersharepoint.com.php5-9.dfw1-1.websitetestlink.com/blog/?p=4099#comment-65831 This is great, many thanks for putting this together! One question though, will this site backup & restore ok? I created a backup of my site, but when I restored it the associated "children" aren't displayed on the "parent" form (the webpart gives a "non-specific" error), and also the "create new child" page which magically inserts the FK won't display either.... any ideas why? This is great, many thanks for putting this together!

One question though, will this site backup & restore ok?

I created a backup of my site, but when I restored it the associated “children” aren’t displayed on the “parent” form (the webpart gives a “non-specific” error), and also the “create new child” page which magically inserts the FK won’t display either…. any ideas why?

]]>
By: Karen http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/comment-page-1/#comment-40669 Karen Wed, 03 Mar 2010 22:09:27 +0000 http://www.endusersharepoint.com.php5-9.dfw1-1.websitetestlink.com/blog/?p=4099#comment-40669 This is a great article and everything was going fine until I got to the insert part of the NewForm. I'm trying to use a document library as my child list. I have an Issues parent list where users need to upload photos related to an issue. I don't want to use attachments because it is difficult to access the attached files independently. Is there any way to accomplish this with a document library? This is a great article and everything was going fine until I got to the insert part of the NewForm. I’m trying to use a document library as my child list. I have an Issues parent list where users need to upload photos related to an issue. I don’t want to use attachments because it is difficult to access the attached files independently. Is there any way to accomplish this with a document library?

]]>
By: Navaratan http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/comment-page-1/#comment-31702 Navaratan Fri, 12 Feb 2010 13:02:33 +0000 http://www.endusersharepoint.com.php5-9.dfw1-1.websitetestlink.com/blog/?p=4099#comment-31702 Hello Sir This is great Post. is it possible to achieve this functionality (Show Child data on parent View Form) using Code ? using SharePoint 2010 Foundation. Hello Sir
This is great Post. is it possible to achieve this functionality (Show Child data on parent View Form) using Code ? using SharePoint 2010 Foundation.

]]>
By: Maaike http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/comment-page-1/#comment-29368 Maaike Fri, 05 Feb 2010 14:48:09 +0000 http://www.endusersharepoint.com.php5-9.dfw1-1.websitetestlink.com/blog/?p=4099#comment-29368 Thanks for the great article. Any suggestions to cascade delete are welcome. For those who don't want to look up the syntax in Marks other article: <a href="../Time/NewForm.aspx?IssueID={$IssueID}" rel="nofollow">Create a new Time Log Entry...</a> It seems to be case sensitive, else the insert item link won't redirect to the Parent (Issue) list after saving the new Child item (Time Log), but to the Child (Time) list. Thanks for the great article. Any suggestions to cascade delete are welcome.

For those who don’t want to look up the syntax in Marks other article:

Create a new Time Log Entry…

It seems to be case sensitive, else the insert item link won’t redirect to the Parent (Issue) list after saving the new Child item (Time Log), but to the Child (Time) list.

]]>
By: Ron http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/comment-page-1/#comment-25350 Ron Thu, 21 Jan 2010 14:41:59 +0000 http://www.endusersharepoint.com.php5-9.dfw1-1.websitetestlink.com/blog/?p=4099#comment-25350 HI Mark, I have one question does Edit and Delete Work in Time log List i mean in DVWP which display time for issue add Delete and Update functionality see if it works.Its not working in My case. Ron HI Mark,
I have one question does Edit and Delete Work in Time log List i mean in DVWP which display time for issue add Delete and Update functionality see if it works.Its not working in My case.

Ron

]]>
By: Ron http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/comment-page-1/#comment-25276 Ron Wed, 20 Jan 2010 15:49:56 +0000 http://www.endusersharepoint.com.php5-9.dfw1-1.websitetestlink.com/blog/?p=4099#comment-25276 HI Mark, Thanks for your Support for Previous Issue. I did follow your step but when Users click on Register link they are getting permission denied error. All users have read access to Parent list,Child list and also pages library in which i have store register form. any suggestion on this ? Thanks Ron HI Mark,
Thanks for your Support for Previous Issue.
I did follow your step but when Users click on Register link they are getting permission denied error.
All users have read access to Parent list,Child list and also pages library in which i have store register form.

any suggestion on this ?

Thanks
Ron

]]>
By: Dragan Puric http://www.endusersharepoint.com/2009/12/10/creating-a-sharepoint-list-parentchild-relationship-%e2%80%93-video-remix/comment-page-1/#comment-24187 Dragan Puric Tue, 12 Jan 2010 09:47:49 +0000 http://www.endusersharepoint.com.php5-9.dfw1-1.websitetestlink.com/blog/?p=4099#comment-24187 Great post! Here is the alternative way: http://www.codeproject.com/KB/sharepoint/ParentChildren.aspx Great post!
Here is the alternative way:
http://www.codeproject.com/KB/sharepoint/ParentChildren.aspx

]]>