Learning & Technical Adventure from ShanthaKumar

Tag SharePoint

Catch the Unique Items from SharePoint List

I have lot of items from SharePoint List, but most of the items are duplicated. Here, I am going to give you a tips on getting unique rows from the List. For that, I googled for some time and then… Continue Reading →

SiteCollection Storage Information

SharePoint has the Usage Analysis Time job, which updates the following information for the sites, Storage, Discussion Storage, Bandwidth, Hits, Visits The SPSite.Usage property gives us the information of site usage, bandwidth, visits. Here I am adding the snippet for… Continue Reading →

Clear SharePoint Lists

My colleague asked me about, is there any tool available for removing the entire list items from multiple list with single Click. I have taken that idea and created a tool for removing the entire items. URL: http://clearspitems.codeplex.com/ The project… Continue Reading →

Why Workflow not started on Item Creation?

There are some cases, why the workflow was not started during item creation, 1. If you create an item using System Account, the workflow will not funtion properly or that couldn’t start. 2. The workflow start option was not enabled… Continue Reading →

Hide Fields in List Forms

We have three types of List Forms in SharePoint., New Form, Edit Form and Display Form. For some times or in some requirements, we need to hide some of the fields in List Forms. By OOB there is no page… Continue Reading →

Enable Customization for Refinement Panel Web part

“ The Refinement Panel web part in SharePoint 2010 provides a summary of search results and enables user to filter the search results. ” I have Search Center Site, there i have Refinement panel web part in results page. To… Continue Reading →

Joyful June 2011

June 2011 becomes my favorable month, couple of good things are happened during this month. One of that happens on June 5th in the form of my marriage which was a beautiful moment in my life, after a 4 long… Continue Reading →

Updating SharePoint ListItems

There are two methods available to update the List Items on SPListItem Object. SPListItem.Update(); SPListItem.SystemUpdate(); SPListItem.Update() used to update all the values in SharePoint List Item including pre-defined hidden fields. If we modified the item, that will affects the Modified… Continue Reading →

SharePoint Daily Alert – 7

Content Scheduling – Content can be sheduled (by timer job) to be published or unpublished at specific dates and times. Content Scheduling was avaialble only the following conditions are true, 1. Content Approval was Enabled on Versioning Settings 2. Create major… Continue Reading →

SharePoint Daily Alerts – 5

SharePoint 2010 provides a three new Client API’s for interacting with SharePoint. .Net Managed Application Silverlight Application ECMA Script These API’s are much easier to use than already exsiting WebServices. The recomended Client API was .Net Managed Application than WebServices.

« Older posts Newer posts »

© 2023 KTSKUMAR.COM — Powered by WordPress

Theme by Anders NorenUp ↑


Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/ktskumar/public_html/wp-includes/functions.php on line 4759