I am running SharePoint 2010 Server. I have a Document Library with three Document Sets, each with its own Document Set content type. I have also created a unique Document content type. So here is what it looks like:
Document Set 1: DocSet1 (Document Set Content Type), DocSet1Docs (Content Type)
Document Set 2: DocSet2 (Document Set Content Type), DocSet2Docs (Content Type)
Document Set 3: DocSet3 (Document Set Content Type), DocSet3Docs (Content Type)
I set each Document Set to only allow for the corresponding Content Type (i.e., Document Set 1 only allow DocSet1Docs). To make this work, I had to add DocSet1Docs, DocSet2Docs and DocSet3Docs to the Document Library.
When I go to add a document to any of the Document Sets, the metadata page defaults to the first Content Type in the Library, even though the Document Set is only supposed to allow for one of the Content Types. While the user can choose the proper Content Type, I don't want to rely on them to make the right choice.
Is there any way to make this function as it should (adding a document to Document Set 1 should force the Content Type to be DocSet1Docs and so on)? Thank you.