Representing parent-child relationships in SharePoint lists
        Posted  
        
            by Chris Farmer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris Farmer
        
        
        
        Published on 2008-11-20T19:58:36Z
        Indexed on 
            2010/06/09
            3:22 UTC
        
        
        Read the original article
        Hit count: 242
        
I need to create some functionality in our SharePoint app that populates a list or lists with some simple hierarchical data. Each parent record will represent a "submission" and each child record will be a "submission item." There's a 1-to-n relationship between submissions and submission items. Is this practical to do in SharePoint? The only types of list relationships I've done so far are lookup columns, but this seems a bit different. Also, once such a list relationship is established, then what's the best way to create views on this kind of data. I'm almost convinced that it'd be easier just to write this stuff to an external database, but I'd like to give SharePoint a shot in order to take advantage of the automated search capabilities.
© Stack Overflow or respective owner