Category Archives: sharepoint

How To: Working SharePoint 2010 modals

When working with custom SharePoint modals, you’ve got to be able to collect the user data and then allow them to close the modal. In my last post, we looked at how you can create a new modal rendering your … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , | Comments Off

Adding custom actions in your SharePoint 2010 list item context menus

When extending SharePoint for ECM and WCM, you often need to assign custom actions to files and attach custom functionality to them, often presented in a modal. You’ve seen this done in SharePoint OOTB million times, let’s take a look … Continue reading

Posted in sharepoint | Tagged , , | Comments Off

Getting an SPUser out of Created By field in SharePoint

When you work with SharePoint list fields, it’s often that you need to work with the user Id (the Created By) field. You can certainly get that field value, but how do you translate it into the actual user object … Continue reading

Posted in sharepoint 2010 | Tagged , , , | Comments Off

Things to know about working with SharePoint SPQuery on a List

Every once in a while you will hit that roadblock where you can’t use out of the box Content Query WebPart and you got to write your own webpart to render result you’re after. One of the most common methods … Continue reading

Posted in sharepoint 2010 | Tagged , | Comments Off

Setting SharePoint 2010 default page for publishing and collaboration sites

In SharePoint 2010, whether you’re using Publishing or collaboration site template – you can choose which page will be your home page and load by default when the site is accessed. Depending on whether you’re using collaboration or publishing site … Continue reading

Posted in sharepoint 2010 | Tagged , | Comments Off

Mobile site redirect for SharePoint 2010 public site

When building a public site on SharePoint 2010 you have to consider users accessing it from mobile device even if you’re not planning to implement a specific mobile version of the site. Consider you have a SharePoint 2010 public site, … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , | Comments Off

How To: select SharePoint 2010 external data model picker display field

In my last article on creating SharePoint 2010 referenced external lists you’ve seen how you can create an external list which was connecting to 2 related tables in SQL and display the related field as a picker UI where users … Continue reading

Posted in sharepoint 2010 | Tagged , , , | Comments Off

Creating related external BCS lists in SharePoint 2010

SharePoint 2010 allows you to create external BCS lists which can surface the data from external data source. As it often happens, external data sources may have various inter-related entities where foreign keys represent relationship between those entities. In this … Continue reading

Posted in sharepoint 2010 | Tagged , , , | 1 Comment

Upgrading publishing masterpages in SharePoint 2010

If you worked on the SharePoint 2010 site sustainment project, you know that in SharePoint Publishing, when provisioning a file in a module and existing file already exists in the underlying library, you will receive an error. In my case, … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , | Comments Off

SharePoint 2010 mysite customizations demystified

Yesterdays Vancouver SharePoint Usergroup meeting brought up some interesting points about how SharePoint 2010 my sites can be customized. I’d like to share some of my findings when working with mysites, many more details you can find in my book … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , | Comments Off