Archive for category SP2010

SharePoint 2010 Site Search Drop Down Mode

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!

No Comments

SharePoint 2010 Claims Based Authentication Resources

This post has moved to my new blog located at: http://www.sharepointanalysthq.com/2010/05/04/sharepoint-2010-claims-based-authentication-resources/

Enjoy!

    No Comments

    SharePoint 2010 inline list editing

    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

    Modify View

    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

    Inline Editing

    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!

    Inline editing in action

    Inline editing in action

    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 :)

    No Comments

    Automatically emailing users when a new item is added

    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:

    Customize Form

    Then click on ‘Add‘ -> ‘Submit Data‘ -> ‘As an email message

    Configuration Steps

    Configuration Steps

    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.

    Connection Configuration

    With these steps now when we submit data to the form an email will also be sent, cool!

    No Comments

    Task List Export – Access, Project and Visio

    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!

    No Comments

    Automatically declaring a record via retention in SharePoint 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!

      No Comments

      SharePoint 2010 Document Id Feature

      This post has moved to my new blog located at: http://www.sharepointanalysthq.com/2010/04/28/document-id-feature/

        ,

        3 Comments

        The Taxonomy feature (Feature ID “73EF14B1-13A9-416b-A9B5-ECECA2B0604C”) has not been activated

        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!

        4 Comments

        How to publish and subscribe to content types in SharePoint 2010

        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!

        5 Comments

        Installing SharePoint 2010 on Windows 7

        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 ServerBEFORE 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 :

        1. Extract SP2010 to a folder
        2. Change the \files\Setup\config.xml file to add the following line
        3. <Setting Id="AllowWindowsClientInstall" Value="True"/>
        4. Install the many prerequisites that you need, in summary
        5. 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:

          MS Article is incorrect, you need to have this enabled!

          MS Article is incorrect, you need to have this enabled!

        6. Install SharePoint but DON’T run the Configuration Wizard yet!
        7. Install Install SQL Server 2008 KB 970315 x64 (which is actually 2 files both over 150mb)
        8. Then run the configuration Wizard.
        9. Most probably you will get the infamous ‘AllowInsecureTransport’ Error which is really common then install the fix here
        10. Then install Visual Studio 2010 Beta (Dont do this before, I had some weird stuff happen!)
        11. Enjoy SP2010
        12. 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

        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.

        3 Comments