Showing posts with label record center. Show all posts
Showing posts with label record center. Show all posts

Tuesday, March 12, 2013

SharePoint 2010 : Record Declaration


Record Declaration is one of the many new things introduced within SharePoint 2010. When implementing document management, we always come across scenarios where the final document is ready and we should lock it down so that no one can tamper with it and the document remains safe within the organization until it reaches its retention period. Such documents can be Staff files within an organization, any property related papers, insurance papers or so on. So, once we decide that the final version of any item within our SharePoint site is ready and we want to keep it for certain period of time without giving anyone the ability to change its content, we would prefer to lock it down and make it a RECORD.
Record declaration can be done manually or can be done as part of the Information Management policy within the document library. We will see how to create any item as record in this blog post. 
  • Manual declaration of Records

As we click on the Record declaration settings, we see three radio buttons:


Use the site collection default settings: Do not allow manual declaration of records
This will not allow users to declare the items as records manually from the ribbon button within the document library.

Always allow the manual declaration of records
This will introduce a ribbon button within the Document section (highlighted in the figure), clicking on this button will make the item as record and no more updates will be allowed on it any further.


Never allow the manual declaration of records
As name signifies, we cannot make the items as records by selecting this.

Also, we see the check box for automatically declare items as records as they are added to the list, checking this check box will make the items are records with no functionality to update the item in the future. This is very useful as we deal with documents which have just one version i.e., the final version.

Now we saw that either we can manually declare items as records which is very simple or we do it programmatically. But we can also declare records as part of the Information management policy within the document library.
  • Schedule the record declaration

We can schedule the record declaration by enabling the retention on the items. See Retention in SharePoint 2010 post for more details on how to implement retention to SharePoint items.

There may be a case where we would want to automatically declare items as records after a certain period (say Created Date + 2 years). This can be automated by the following way:

  • Click on Information management policy setting under Permissions and management in library settings.
  • Click on the content type of the document, you want to declare records.
  • Check the Enable Retention checkbox
  • Click on Add a retention Stage
  • Select Time period as Created + 2 years
  • Select Declare record in the Action drop down
  • Click Ok and save your retention schedule for the particular content type.


Similarly, as we applied the rule on content types, the same can be done to the folders as well if you have folders in your library.

Friday, March 8, 2013

SharePoint2010 : Manually sending items to Record Center


Once you have followed my previous blogs




you are ready to proceed and send the items you wish to the Record Center.

To manually, send the items to Record center, click on the dynamic dropdown for the item. Hover the mouse on Send To and select your record center that you have created. That's it, SharePoint will do the rest as we have made our web application ready by creating Sent to connection and setting the content organizer rules.

Follow the screenshots for more clarity:







SharePoint2010 : Setting Content Organizer Rules within Record Center


Setting rules within the Content Organizer is required to route your documents to send to their destination library. For the interim period they can sit within the Drop Off library, and based on the rules we set, they are routed to their destination library. As we activate Content Organizer within our site, the Drop Off library is created by default. This post describes how we can set the rules to route our documents which we send to Record center.

  • Go to Site Settings > Content Organizer Rules under Site Administration.
  • Click on Add Item.


  • Fill in the name for the rule.
  • Select the Rule Status and Priority
  • Select the Content Type (make sure you have added this content type to your destination library)
  • Most importantly, select the condition on which the routing should occur next.
  • Finally, select the Target library clicking on the browse button.
There you go, the rules are set now. You are good to send documents to your Record Center which will come to its Drop Off library and then routed to your destination library.

Thursday, March 7, 2013

SharePoint2010 : Creating Send To connection


Follow the steps below once you have Created your Record Center. If you want to see how to Create Record Center, Click here.

Make a note of the Submission Web Service URL 
  • Navigate to your Record Center
  • Go to Site Settings
  • Click on Content Organizer Settings under Site Administration 


  • Select the Web URL and copy it to clipboard/notepad  (we will use it later)




Create Send To connection
  • Ensure that you have the required permissions to perform this procedure. To create a connection, you must be a member of the Farm Administrators group.
  • Go to SharePoint Central Administration, under General Application Settings, click Configure Send To Connections.

  •   In the Web Application field of the Configure Send To Connections page, select the Web application that hosts the site collections from which documents will be sent.



  • From the Send To Connections list, select New Connection.
  • In the Display name field, type a name for this connection. This is the name that users will see as one of the options to which to send a document.
  • In the Send to URL field, enter the URL which we copied in the initial steps. Click "Click here to test" if you want to confirm that you have entered a URL to a Content Organizer. This should bring you up the web service that transfers the document from source to destination.
  • To display this connection in the list that appears when a user clicks Send To, select Allow manual submission from the Send To menu.
From the Send To action list, select one of the following values:
  • Copy: Select this option to create a copy of the document and send the copy to the destination repository.
  • Move: Select this option to delete the document from its current location and move the document to the destination repository. Users will no longer be able to access the document from its original location.
  • Move and Leave a Link: Select this option to delete the document from its current location, move it to the destination repository, and leave a link at the current location indicating that the document has been moved. When a user clicks this link, a page will appear that displays the URL of the document and the document’s metadata.
  • In the Explanation dialog box, type the information to be added to the audit log when the user sends a document by using this connection. If you selected Move and Leave a Link in the previous step, the page that appears when the user clicks the link will also display the explanation.
  • Click Add Connection to create the connection.
  • Click OK.


SharePoint2010 : Introduction to Record Center

The Records Center is intended to serve as a central repository in which an organization can store and manage all of its records. The Records Center supports the entire records management process, from records collection through records management to records disposition.

When we are implementing Document Management within our organization, and we have thousands of documents to maintain within a library whereas many of them are historic, and we do not use them very often, it makes sense to keep them separate and not clog your library with huge number of items. Hence, SharePoint gives us the flexibility for document retention using Record center. We can create record center and send our documents to it once they are approved and are in their final version. Sending to Record center can be of three types mainly: 
  • Copy the document to Record Center 
  • Move the document to Record Center
  • Move to the document to Record Center and Leave a link
As per the business case, we can implement any of the above mentioned way to treat our items within the library. 

Steps to implement Document Management through Record center: 

SharePoint2010 : Create Record Center


Creating Record Center is very simple. It is just created like any other team site within SharePoint. 
  • Go to All site Content. Click Create 
  • Select Site > Record Center
  • Enter the desired display name and the URL for the record center
  • Click on Create


There you go!! The Record center is created and ready to use.
You might notice the Drop Off Library is listed on the left hand navigation which is a part of Content Organizer is activated by default. 

This is the temporary placeholder library where all the items when sent to the Record center using Send To connection are stored. We will have to set rules to this library to move our items to their destination library within the Record Center.