Shantha Kumar T
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…
Shantha Kumar T
Learnings & Technical Adventure from ShanthaKumar
Learnings & Technical Adventure from ShanthaKumar
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…
We have two option on Top Link bar navigation, either we can inherit the Top-Link bar from the parent site or use the own Top-Level navigation. Sharing the Top-link bar can be achieved through browser interface by navigating, 1) Site…
Today my colleague asked me to solve the issue on Approval Email notification link issue. The issues is, Approval notification mails has the links that pointed to Default zone url instead of Intranet url if they are browsing through Intranet…
“ 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…
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…
I was surprised on Thursday morning, when I saw my inbox, which has the Microsoft Community Contributor award mail from Microsoft. I am very pleased and share this with you all that my community contributions are recognized by Microsoft.
On SharePoint 2010 Pages, we can view the lot of ribbon controls (buttons, menus, labels, etc…). But all of the controls are not active for all the times. It has some reasons for disabling those controls, maybe The user doesn’t had the…
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…
If we accidently deleted the default.aspx and List view pages from SharePoint sites, SharePoint 2007 doesn’t provides the option to restore those pages. We have to manually create or reset the site to “site definition” to restore those pages. But SharePoint…
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…
Themes in SharePoint Server 2010 have been redesigned to simplify the process of generating themes. Themes created in Microsoft Office SharePoint Server 2007 are not compatible with SharePoint Server 2010. If you are upgrading from Office SharePoint Server 2007 to…
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.
SharePoint doesn’t have the Sub-menu option for Top-Link bar. Instead we can use QuickLaunch Navigation Datasource on Top-Link bar. And we have to specify the Starting Node id, which shows the menus and sub-menus from that node.
If the user want to choose cascade or Restrict option for the lookup field, that user must have the ManageLists permission for the Lookup List. To View the list of Permissions, check the SPBasePermissions enumeration.
If you want to include Web Part zones on page layouts but prevent authors from inserting navigation Web Parts into these zones, you can change the permissions that are required to use navigation Web Parts in the Web Parts gallery…