26. January 2012 23:13
by Chaks
0 Comments
Spencer has written by far THE BEST blog post on configuring User Profile Service (UPS) Application in SharePoint 2010. Below are the steps I always check/validate when I provision the UPS:
1) Add SPFarm admin account to local administrators group
2) Allow log on locally to SPFarm admin account
3...
[More]
25. January 2012 21:50
by Chaks
0 Comments
SharePoint is a platform. When you deploy SharePoint, it is going to help you build and automate many business solutions, not just the project for which you are deploying. Yes, I hear you – Every project starts with building an Intranet! But is your organisation ready for the Intranet? And what abo...
[More]
7. October 2011 14:10
by Chaks
0 Comments
Ari Bakker and Wictor Wilen both have done great jobs on documenting what it takes to provision SharePoint 2010 Managed Metadata fields.
- Ari Bakker’s Provisioning SharePoint 2010 Managed Metadata fields
- Wictor Wilen’s How to provision SharePoint 2010 Managed Metadata columns
Yes, ...
[More]
20. September 2011 23:46
by Chaks
0 Comments
SharePoint Calendar is a great tool to manage events related to your site and also provides many other capabilities like creating multiple calendars and overlaying calendars.
The Problem
What about exporting individual events as .ical so you can add them to Outlook?
It is available out of the box...
[More]
15. September 2011 21:11
by Chaks
0 Comments
The Problem
If you are using custom web templates to create your site, you may face an issue where InfoPath forms don’t work in your site.
Here is the screen shot of the error message:
Read more here
15. September 2011 00:05
by Chaks
0 Comments
Earlier I blogged about how to make use of the new dialog framework in SharePoint 2010. It covered working with Application Pages in the _layouts directory.
What about sandboxed solutions? Can you create custom sandboxed dialogs?
Yes, you can! It involves a little bit of work though.
First of all...
[More]
4. September 2011 22:44
by Chaks
0 Comments
Below is a simple code snippet that you can wrap in a site scoped feature to publish and subscribe to content types from a content type hub.
As a precaution, please be careful to use this code snippet in production unless you have thoroughly tested it.
Why do we need it?
This is very useful when ...
[More]
4. September 2011 21:14
by Chaks
0 Comments
The Problem
Web templates allows you to specify which features to activate by customising the onet.xml file. Usually developers will pick the nearest one or more site definition’s onet.xml they want to use – copy the WebFeatures and SiteFeatures (which is totally acceptable). For exampl...
[More]
4. September 2011 16:17
by Chaks
0 Comments
I have had some interesting discussions with Wayne Ewington and others on what base template should you use for web templates.
A little background to what this base template means to web templates:
Web Templates depend on an existing site definition installed in the server. The general guideline i...
[More]
4. September 2011 15:25
by Chaks
1 Comments
As promised, you can download my session – Provisioning SharePoint Sites Using Web Templates – slide deck and sample.
The sample is a Sandboxed solution that can be deployed to a site (web). It is also Office365 ready!
30. June 2011 00:10
by Chaks
0 Comments
One of the cool new features introduced in SharePoint 2010 SP1 is the Site Recycle Bin feature. Earlier, the only way to restore deleted sites and site collections required to restore the appropriate content databases. But from SP1 onwards, deleted sites can be recovered from the Site Recycle Bin. ...
[More]
19. May 2011 00:41
by Chaks
0 Comments
In SharePoint 2007, we have the choice of using _layouts folder for deploying document templates that are used in content types. That option still exists in SharePoint 2010 for farm based solutions, but the SharePoint Root (14 hive) is not accessible in Sandboxed solutions and hence it is not possib...
[More]
6. May 2011 19:24
by Chaks
0 Comments
The new SharePoint 2010 prerequisites installer installs all the software required to install SharePoint 2010. The default behaviour of this prerequisites installer is to download the files from Internet. However, you can install the prerequisites from a network share.
Today I was looking to i...
[More]
2. May 2011 00:52
by Chaks
0 Comments
PLEASE NOTE THAT THIS IS STRICTLY A CONCEPT AND IN NO WAY IS RECOMMENDED TO BE USED IN PRODUCTION ENVIRONMENTS. I just published a blog post at my MSDN blog: In SharePoint 2010, workflows cannot be directly associated with external lists. This is because the data is not stored in SharePoint, so S...
[More]
29. March 2011 22:26
by Chaks
2 Comments
I wanted to blog about this excellent feature in SharePoint 2010 CQWP for quite a long time and here it is. Can I filter my CQWP based on a field’s value in the current page? YES! You can in SharePoint 2010 What’s the use? Well, simple example would be that you want a related items web part, l...
[More]