I am implementing a Records Center, and we are using the Content Organizer to place the items/records in the appropriate libraries. Document IDs are an important feature to provide permanent links functionality, so it is activated for the Records Center.
The Document ID relies on two mechanisms to retrieve a record: a) Directly addressing the record through the library and item number defined in the ID or, if it fails because the item was moved, b) SharePoint search.
As items are first placed in the Drop-off library, the Document ID is assigned there. When the item gets automatically moved to the final destination library (shortly after), the Document-ID is still pointing to the Drop-off library.
As a result, the direct Document ID retrieval method mechanism never works! We are always dependent on search, which means that the Document ID will not work until the next crawl, that when a user is added or removed to a permission group for a library, the access change will not be reflected until the next crawl etc.
I cannot see why would Microsoft assign a permanent Document ID on a transfer library (Drop-Off) in the first place!
Is there a way to disable the Document ID for the Drop-off library? If not, can we assign a new Document ID in the other libraries?