Skip to main content

Kiran Kakanur

Blogs from this Author

Using FQL to query FAST Search Index

In SharePoint 2010, you can use FAST Query Language (FQL) to query the FAST Search Server content index. In this blog, I will show how you can use the Query Web Service and the KeywordQuery class to execute an FQL query against the content index. You need to ensure the following has been completed, before […]

Destination Folder field in site upgraded from MOSS 2007 to SharePoint Server 2010

I am currently working on a project where we are upgrading our client’s MOSS 2007 based intranet site to SharePoint Server 2010 using the database attach upgrade method. While testing the upgraded 2010 site, we discovered that the Upload Document dialog in document libraries and Upload Picture dialog in picture libraries contained a “Destination Folder” […]

Implement Contact/Feedback functionality using SharePoint 2010 ListData.svc

A requirement on a recent SharePoint 2010 intranet project that I worked on was to implement a mechanism for users to click on a Contact image on a page which would then create an e-mail addressed to a designated site administrator. This would enable the users to either submit feedback or a question related to […]

HOW TO Programmatically retrieve Terms from Term Store

Recently I had to programmatically retrieve all Term values associated with a specific Term Set and bind the values to an ASP.NET list box control.The Term Set is US Regions and contains the following Terms. And the Term Set is under a Group called DropDown Lists. Shown below is the code snippet to retrieve the […]

SharePoint 2010 Records Management Implementation – Part 2

  In Part 1 of this blog, I provided details on the following: 1.Configuration of retention stages (for records) in the Content Type’s Information management policy and Content Type Syndication. 2.Configuration of Records Center/Content Organizer rules. 3.Configuration of Send To connection. In Part 2, I will provide details on the following: 1.Approval process. 2.Issues encountered […]

SharePoint 2010 Records Management Implementation – Part 1

I recently had the opportunity to work on a project where we implemented a Records Management solution using SharePoint 2010. The high level project requirements were as follows: 1.Enable users to easily send documents from Team sites to a central Records Vault site. 2.Provide an approval process that would enable documents sent to the central […]