Archive for category SP2010
SharePoint 2010 Site Search Drop Down Mode
Posted by Michal Pisarek in Configuration, SP2010 on April 6, 2010
This post has moved to my new blog located at: http://www.sharepointanalysthq.com/2010/06/08/sharepoint-2010-site-search-drop-down-mode/
Enjoy!
SharePoint 2010 Claims Based Authentication Resources
Posted by Michal Pisarek in Configuration, Development, Infrastructure, SP2010 on March 26, 2010
This post has moved to my new blog located at: http://www.sharepointanalysthq.com/2010/05/04/sharepoint-2010-claims-based-authentication-resources/
Enjoy!
SharePoint 2010 inline list editing
Posted by Michal Pisarek in Configuration, SP2010 on March 22, 2010
In line list editing is another cool new feature that can be offered to your users in order to speed up data entry. The most accurate description is that its kind of like the next evolution of the datasheet view except its a little more user friendly to use but doesn’t offer the ability to edit multiple records at one time.
In order to enable in line editing, which isn’t enabled on lists by default, firstly modify the default view by going to List Tools -> List -> Modify View
Then expand the Inline Editing option and select the ‘Allow inline editing‘ checkbox, then press OK to save the changes to the current view
Now you have a new little icon on the far left side of the list view as shown below, click on it and you can see the inline editing experience which is pretty cool actually!
You can see that you have access to drop downs, text fielsd and related links. Unfortunately for calendar controls looks like you can only enter in a text date and that you can’t have links to look up lists but I am sure that this might change in the RTM version.
Enjoy
Automatically emailing users when a new item is added
Posted by Michal Pisarek in SP2010 on March 20, 2010
When adding a new item with a customized list through InfoPath 2010 you can specify that an email it sent at the same time that an entry is added to a list. This can be really useful in situations where you need to inform other users of certain actions.
To do this then simply choose the ‘customize form‘ option for the list item so that InfoPath 2010 client opens.
Once InfoPath 2010 opens click on Data and then Email in the Submit Locations section as seen below:
Then click on ‘Add‘ -> ‘Submit Data‘ -> ‘As an email message‘
Then you can select the email message parameters, then you can specify what you would like the email to contain – The form as a attachment or only an active view of the form.
With these steps now when we submit data to the form an email will also be sent, cool!
Task List Export – Access, Project and Visio
Posted by Michal Pisarek in SP2010, Tips and Tricks on March 1, 2010
This post has moved to my new blog located at: http://www.sharepointanalysthq.com/2010/06/07/task-list-export-access-project-and-visio/
Be sure to update your links and enjoy!
Automatically declaring a record via retention in SharePoint 2010
Posted by Michal Pisarek in SP2010 on February 1, 2010
This post has moved to my new blog located at: http://www.sharepointanalysthq.com/2010/06/06/automatically-declaring-a-record-via-retention-in-sharepoint-2010/
Enjoy!
SharePoint 2010 Document Id Feature
Posted by Michal Pisarek in SP2010 on January 15, 2010
This post has moved to my new blog located at: http://www.sharepointanalysthq.com/2010/04/28/document-id-feature/
The Taxonomy feature (Feature ID “73EF14B1-13A9-416b-A9B5-ECECA2B0604C”) has not been activated
Posted by Michal Pisarek in SP2010, Tips and Tricks on December 3, 2009
This has moved to my new blog located at: http://www.sharepointanalysthq.com/2010/06/06/the-taxonomy-feature-feature-id-73ef14b1-13a9-416b-a9b5-ececa2b0604c-has-not-been-activated/
Enjoy!
How to publish and subscribe to content types in SharePoint 2010
Posted by Michal Pisarek in SP2010 on November 28, 2009
This post has now moved to my new blog located at: http://www.sharepointanalysthq.com/2010/06/06/content-type-publishing-in-sharepoint-2010/
Enjoy!
Installing SharePoint 2010 on Windows 7
Posted by Michal Pisarek in SP2010 on November 21, 2009
So I have installed SP2010 on Windows 7 and here is my guide to help you in your jouney (since it took me a couple of times to get it right)
What I suggest is that you do the below:
1. Read ‘Setting Up The Development Environment for SharePoint Server‘ BEFORE attempting anything
I skimmed through it and had some trouble but here is the general overview of the article. It actually is a little fiddly so try and do all the steps in order, I was so excited I just rushed through it :
- Extract SP2010 to a folder
- Change the \files\Setup\config.xml file to add the following line
- Install the many prerequisites that you need, in summary
-
ADO.NET Data Services v1.5, which is required to support the REST service that is available at http://localhost/_vti_bin/ListData.svc. Choose the Runtime Only installer.
-
Chart Controls (this is not required if you are going to install SharePoint Foundation 2010).
-
SQL Server Analysis Services – ADOMD.Net (this is not required if you are going to install SharePoint Foundation 2010)
- Enable all the windows features that you need, which is a lot. But let this be a warning!! If you are doing this manually the picture in the Microsoft Documentation is incorrect!! You need to enable the Windows Communication Foundation Non-HTTP Activation like in the below picture:
- Install SharePoint but DON’T run the Configuration Wizard yet!
- Install Install SQL Server 2008 KB 970315 x64 (which is actually 2 files both over 150mb)
- Then run the configuration Wizard.
- Most probably you will get the infamous ‘AllowInsecureTransport’ Error which is really common then install the fix here
- Then install Visual Studio 2010 Beta (Dont do this before, I had some weird stuff happen!)
- Enjoy SP2010
- For an up to date listing of all the issues that Microsoft knows about in terms of SP2010 Beta check out the SharePoint Developer Documentation Blog
<Setting Id="AllowWindowsClientInstall" Value="True"/>
Common Errors
Microsoft.Office.Server.UserProfiles.UserProfileException: Unrecognized attribute ‘allowInsecureTransport’.
This is because you haven’t installed the hotfix indicated in step 8 above. This is the most common error so install it and see what happens.
Failed to create sample data.
An exception of type Microsoft.Office.Server.UserProfiles.UserProfileException was thrown. Additional exception information: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly
This is most probably because you followed the Microsoft article and tried to enable the feature manually. In the article the picture is incorrect. You need to enable the Windows Communication Foundation Non-HTTP Activation Feature.
/_vti_bin/ListData.svc is returning 404
Make sure that you have ADO.NET Data Services v1.5 installed.







