I have managed to create document sets (SharePoint 2010) in a custom list. It was a bit accidental and I m not sure if it is wise to do this (happy to take advice).
I wanted to partition a list by "Organisation" and I wanted to have a Minutes Document Set for each Organisation, containing the Minutes for each respective Organisation. The steps I used:
- Created content type for Minutes based on list item
- Created content type for Minutes Document Set based on Document Set
- Created custom list for Minutes
- Added both Minutes and Minutes Document Set as content types
- Removed Document as a content type for the list
Now I can create Minutes Document Sets in the list and add Minutes list items to those document sets - the proviso is that I m creating the document sets using PowerShell as when I try to do it using the browser, SharePoint tells me I cannot (which is weird because at one point I did in fact create a document set using the browser but somewhere along the way this stopped working).
When accessing a document it will not display the Document Set view. That view is specifically for libraries and SharePoint will complain if you try to use it to display the contents of a Document Set in a list.
As I mentioned above, this was something of an accident that occurred because I wasn t aware that you weren t supposed to be able to do this. Use at your own risk.