Forum Discussion
Paul Hawkins
Jan 09, 2019Copper Contributor
Using quick link web part to create new document libraries
Hi,
I'm currently creating a SharePoint environment for my in house Design team and they use the term "job bag" which is essentially a document library. I've been asked if the New->Document Library can be renamed to New->Job Bag, which I assume is not possible. However I thought I could possibly use a quick link web part to link to allow the users to create their "job bag" directly to drive user adoption a bit. Can anyone advise on what the URL link would be to create a new document library so I could insert it into a quick link?
Thanks!!
- Try this:
https://<tenantname>.sharepoint.com/_layouts/15/new.aspx?FeatureId=%7B00bfea71-e717-4e80-aa17-d0c71b360101%7D&ListTemplate=101&
(assuming the root site collection)
2 Replies
- Rob EllisBronze ContributorTry this:
https://<tenantname>.sharepoint.com/_layouts/15/new.aspx?FeatureId=%7B00bfea71-e717-4e80-aa17-d0c71b360101%7D&ListTemplate=101&
(assuming the root site collection)- Paul HawkinsCopper Contributor
Thanks Rob, I added in the "/sites/<site collection>/" after the .com and it worked great.