Document ID Feature in SharePoint 2010
One of the many new features which Microsoft has introduced with SharePoint 2010 is Document ID. As most of you might be aware that in a traditional ECM [Enterprise Content Management] application each content object has its own unique ID, which is used by that object throughout its lifetime in the ECM system, no matter where the file was placed in the system. I would say this was one of the major drawback of SharePoint 2007 for eg. If you had published a document link in a SharePoint blog which was located in a XYZ document library, and later for some reason the document was moved to ABC document library within the Site Collection. You would end up with broken link.
But not anymore with Document ID. Once enabled all your documents within a Site Collection will have a unique ID and can be located using the ID no matter where the file is located in your Site Collection.
To enable the Document ID Feature
2. Or you can use the following SharePoint 2010 Management Shell cmdlet to Activate the Document ID Service.
Enable-SPFeature -id docid -url <site collection url>
3. To customize the Document ID and apply Document ID to all existing Documents in the Site Collection. Go to Site Settings > Document ID Settings
And provide the String with which the Document ID will begin. I have provided Apollo for this example. Click Ok.
4. Now if you go to your document properties you should see, it has a new property called Document ID followed by a Unique ID for that document
5. The above document now has a unique ID and we can use the following link to locate the document no matter where the document is in the Site Collection
https://SP2010Servername/_layouts/DocIdRedir.aspx?ID=APOLLO-10-2
6. Note the Document ID’s might not show up instantaneously after activating the Document ID Service, the reason behind this is it creates a Timer Job for the same and once the job is executed by SharePoint you should start seeing the Document ID Field with those Unique ID’s, But if you can’t wait you can manually Run the Document ID assignment job under Central Administration > Monitoring > Review Job Definitions, or if you want to go the old school style you can run the following SharePoint 2010 Management Shell cmdlet to trigger the same.
Start-SPTimerJob -Identity DocIdAssignment
As we can see with Document ID locating and linking your document in SharePoint 2010 is easier than ever.
10 thoughts on “Document ID Feature in SharePoint 2010”
SharePoint 2010 – Using Document Id to Link to a Specific Version « Kobi's Blog
September 29, 2010[…] Using Document Id to Link to a Specific Version 29 09 2010 SharePoint 2010 introduces Document Id, which is an easy way to create document permalinks across a SharePoint Site (SPSite), without […]
Anonymous
July 6, 2011This post is worth checking out.
Robb
July 14, 2011Really!…
Very good post to peruse….
Sanford Delga
November 4, 2012It is truly a great and helpful piece of information.
I’m glad that you simply shared this useful information with us. Please keep us up to date like this. Thanks for sharing.
Daniella
November 5, 2012My partner and I absolutely love your blog and find the majority of your
post’s to be exactly what I’m looking for. Would
you offer guest writers to write content available for you?
I wouldn’t mind creating a post or elaborating on a lot of the subjects you write about here. Again, awesome website!
Carl
November 7, 2012Hi there, just wanted to mention, I liked this blog post. It was practical.
Keep on posting!
Zak Risdon
November 15, 2012Hey Mukesh,
I am having a little bit of a problem with the doucment ID’s so i was wondering if you might be able to help. I get through steps one and two, but when i come to step 3 and click on the “Document ID settings” an error message comes up and says and unkown error has occured. Wonder if you or anyone else has any ideas on what could be causing this or how to fix it.
Thanks,
Zak
Andrew
November 27, 2012I am currently managing our Policy and Procedures within SP 2010. I have activated the Document ID feature.
However, if i load a document with the SAME file name, the current version is not replaced with the latest changes.
This might happen when a contributor makes changes and then emails the document to me to load.
Is Document ID essential to manage P&P?
Is there a way to overcome this?
Thanks
Andrew
George
January 9, 2013Very useful indeed! One question: is the correct link to the document visible under properties of the document?
Kris Edney
January 8, 2014Fantastic post!
Spent ages trying find a way to get InfoPath/SP Workflows to create a unique ID of sorts and the DocumentID feature was sitting there the entire time!
Your a star!
Leave a reply