Update: Document Sets in Modern Document Libraries

Microsoft

I am pleased to announce some updates on the plan and timeline for improving the Document Set experience in modern document libraries.

 

In January, we communicated a March delivery date for these improvements.  We apologize for missing that date.  We’re now planning on rolling out this change in May.  We will be making the official announcement to the Message Center very soon with exact dates.  Thank you all for your patience!

 

This change allows organizations to use the power of document sets to group related documents together with consistent metadata and structure without having to go back and forth between classic and modern experiences.  

 

DocSet2.gif

Document sets now look and feel like ordinary folders in modern libraries, and benefit from all the cool new features in modern.  This means that users can drag and drop content to upload to document sets, link to content that lives outside the document set, pin files to the top of the document set, start flows on document set items, and define conditional formatting on document set items.  It also means that the Document Set experience can be customized using SharePoint Framework Extensions, just like all other modern list views.

 

All the content management rules you can define on document set content types are still supported.  No business processes were harmed in the making of this change!  Document set metadata can be viewed and edited in the details pane while in a document set.  Shared metadata specified in a document set content type continues to work as it always has; values inside shared columns will be copied to items inside the document set.  Columns that are identified as Welcome page columns in the content type are sorted to the top of the details pane, so that users can find them easily.  Content and structure rules specified in the document set content type are also supported, including the default content and default view settings.

 

Document set versioning functionality will appear under the context menu on document set items in the modern list view, include “Capture Version” and “Version History.”  Other document set-specific actions from the Document Set ribbon are still there, but only in classic.  Just like any other modern list view page, you can click “Return to classic SharePoint” in the lower left hand corner to go back the classic document set experience back.

 

The one caveat is that customized document set welcome pages are not supported in modern.  This change will not affect document sets that use welcome pages that have been configured with custom HTML or web parts; those welcome pages will still be displayed in classic mode, as they are today. 

 

200 Replies

@JustSpoor  We're moving this forward as fast as we can.  Unfortunately, we can't accommodate your request to jump ahead.

@Lincoln DeMaris, Can you confirm If I have to enable any feature for Modern Document Set. As I can see Modern Document Set is available on Teams Site and Group Site, however same in not available under regular SharePoint site. Since I can see Modern Document Set in Teams site, I can understand that it is available under my tenant. But I am not quite sure how to use it under regular SharePoint site with Modern Library. 

@VIjay_Sin You don't have to do anything to enable this.  What you're seeing is expected for tenants who have not received this change yet.  

@Lincoln DeMaris   Is the document set modern UI live yet?  The hybrid is experience is absolutely horrendous and confusing as hell, even for someone who has been heavily using SharePoint since 2003!!

@Michael_Silverstein 

thanks for prompt answer. Ill keep checking. 

 

*Z

@Michael_Silverstein 

Dear Michael,

as I can understand, MS has been doing its best with modern document sets over two years (as fast as it could). The functionality is changing somehow under hands. What worked some time, doesn't work now. 

 

First, probably worked this: https://mnaveedblog.wordpress.com/2018/09/19/enable-modern-sharepoint-view-for-a-document-set-in-sha...

Then, modern doc sets worked for all of us (yippee!)

Now, doesn't work anything, and the mixed user experience is terrible, horrible, as many users in this forum complain about.

 

I'm sorry, Michael, but in the light of this, your unspecific answer that "MS is hoping to include more tenants soon", is not satisfactory.

What is soon? Days, weeks, months, years? 

 

Thank you in advance for more specific information.

 

 

@Lincoln DeMaris Perhaps I missed an update somewhere, but I'm not seeing anything modern about the new "modern" document sets. As soon as you click into one, you're taken to a classic experience, which means it's not easy to update things like metadata and retention labels. 

 

Are modern document sets just not pushed out to everyone yet? Or is this what it's meant to be - an old-fashioned document set on a modern site in a modern library? 

Not only strange UX, but more important missing functionality like Flow in Document Sets :(
We are still waiting to get Modern Documents Sets back in our tenant (we had it for about a week and build our flows …).

Found the solution:

Make Document Sets open in the modern experience

 

I wish it weren't so complicated to just get a modern view, but the above solution does work, thank goodness. Thank you to the person that first posted it.

 

There is no Welcome Page, but I can live with that.

@Caite Stevens 

Please, are you in Office365 or "Sharepoint server on premise"? And have you tried the solution? I'm doubt that two views can be primary in the same time... Does the solution work for you? Any trick?

@DavidVs 

 

We are using SharePoint online. I did try the solution, and it worked. Not sure I fully understand the philosophy behind it yet, but as long as it works, I'm good.

@Caite Stevens It worked for me as well, however I am not sure if it is working as expected. Technically when you upload any document is document-set then document will inherit all meta data values from Document Set and apply those value to document, however when you set modern view like that it does not inherit those metadata from Document Set, it is just setting those metadata to default value for that column.

So to me it look like Document Set is behaving like a Folder, also still opening in new window.

For now this works for me, but it is just good enough to continue our tests with Flow within Document Sets because Microsoft indeed still has a lot of work to do to get Modern Document Sets work without the strange behaviour in the menu and metadata for example. Unfortunately, because Modern is overall so far well done in SharePoint Online.

@VIjay_Sin 

 

AAAh crap, you're right! I hadn't tested that - I drag a document in and it doesn't have the metadata for the document set, so it won't show up in searches. Very disappointing, and it undermines the whole point of the metadata.  I don't think we can safely use Document Sets in the modern experience until that's resolved.

 

It stinks because I'm trying to pitch SharePoint as a DMS solution to our new owners, and this does not help my cause.

@Lincoln DeMaris @Michael_Silverstein 

We haven't used Doc Sets in previous SharePoint versions but noticed a bug when a folder was uploaded and then changed to a Doc Set content type. The content type appears to be changed and now allows for assigning of metadata but the icon is not updated. Is this a known issue that is being worked onDocSetsBug.PNG?

@Michael_Silverstein @Lincoln DeMaris 

 

Hi guys

 

Has there been any further news or developments on the wider release of modern document sets?

 

I'm actually in a targeted release, but still only see classic view.

 

I appreciate that the delay is beyond your control, but an update would be greatly appreciated.

@Lincoln DeMaris Hi Lincoln. When will modern design for document sets be available to standard release? Please let us know so we can plan and inform our customers. Thx, Markus.

@Lincoln DeMaris@Michael_Silverstein
We haven't used Doc Sets in previous SharePoint versions but noticed a bug when a folder was uploaded and then changed to a Doc Set content type. The content type appears to be changed and now allows for assigning of metadata but the icon is not updated. Is this a known issue that is being worked onDocSetsBug.PNG
-------------

I would also like feedback on the same issue above

@PaulRignanese 

This's been a known issue over a million years. MS doesn't care. Absolutely no interest...

Solution: after the change of the content type, you need to change HTML_x0020_File_x0020_Type to "Sharepoint.DocumentSet" using PowerShell:

 

$list = $web.Lists.GetByTitle("YOURLIBRARY")
$ctx.Load($list)
$ctx.ExecuteQuery()
$item = $list.GetItemById(YOURFOLDERID)
$ctx.load($item)
$ctx.ExecuteQuery()
$item["HTML_x0020_File_x0020_Type"] = "Sharepoint.DocumentSet"
$item.SystemUpdate()
$ctx.ExecuteQuery()

 

@Lincoln DeMaris @Michael_Silverstein 

 

Hi guys

 

I'm following up again on an update to the wider release of modern document sets. Again, I understand the delays are beyond your control, but if you can provide any further information I'm sure we'd all grateful.

 

Delays happen, that's inevitable, but from a customer perspective we've been advised of a March rollout, then May, and now we're approaching mid-July with no word of a wider release. 

 

Is there anything more you can tell us?