Sep 152011

Starting a workflow with a initiated parameters through JavaScript

The past day I was searching how you could trigger a workflow through JavaScript  that needed initiated parameters. There are 2 possible solutions that you can use.   1 jQuery and SPService SPService a jQuery library which abstracts SharePoin ...[Read more]
Published: 9/15/2011  10:38 AM | 0  Comments | 0  Links to this post

Sep 62011

Creating custom methods for xslt

This is a small example how can extend the standard xslt function with some custom methods. In this example we are going to extend the Core result web part and create a method that is going to return the current language the SharePoint site is in. ...[Read more]
Published: 9/6/2011  2:25 PM | 0  Comments | 0  Links to this post

Aug 102011

Core results webpart fetched properties issue

When I tried to extend the search properties that my query needed to fetch I got the following error: “The property does not exist or is used in a manner inconsistent with schema settings”. I  opened my trusty ULS viewer to see what error ShareP ...[Read more]
Published: 8/10/2011  8:37 AM | 0  Comments | 0  Links to this post

Aug 82011

Improved Core result webpart

In my last blog post about extending the core result webpart “Multilingual Taxonomy Search” i explained that searching for multilingual taxonomy terms didn’t work how it should work. In this blog post I’m going to rewrite the code I used for extend ...[Read more]
Published: 8/8/2011  11:06 AM | 0  Comments | 0  Links to this post

Aug 12011

Multilingual Taxonomy Search

  Issue   One of the issues I came across search was the problem with multilingual taxonomy.   When I was searching for a document with a certain taxonomy term I could find the document in the default language but not in a other language.   ...[Read more]
Published: 8/1/2011  9:55 AM | 2  Comments | 0  Links to this post

Jul 152011

SharePoint 2010 SP1 issues

SharePoint SP1 has been released a couple of weeks ago. So I went experimenting with the SP1.   I followed this little guide for installing SP1 on my SharePoint environment. http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=984     ...[Read more]
Published: 7/15/2011  1:04 PM | 6  Comments | 0  Links to this post

Mar 312011

Programmatically build SharePoint projects

 .NET4.0 makes it possible to build SharePoint 2010 projects programmatically.  I experimenting  in developing a tool to create installation scripts automatically. By adding SharePoint projects, my tool will build the project and get the wsp file ne ...[Read more]
Published: 3/31/2011  8:26 AM | 0  Comments | 0  Links to this post

Mar 102011

Edit User Profile Property policy Programmatically

In my previous post (Edit User Profile Porpery policy) I have shown you how to edit the policy of a User Profile Property field through SharePoint Administrator page. Now i am going to show you how can edit this by code. You are probably thinking ...[Read more]
Published: 3/10/2011  9:20 AM | 0  Comments | 0  Links to this post

Jan 212011

Add Primary site collection admin to User Profile Service Application

  First of all we need to add the  Primary site collection administrator to the user list of “User Profile Service Application”. If you don’t know which user you have to add to the list you can find the user at the Central Administration  > Appl ...[Read more]
Published: 1/21/2011  5:37 PM | 0  Comments | 0  Links to this post

Jan 192011

Edit User Profile Property policy

One of the great features of SharePoint 2010 is to edit the User Profile Properties. You can do this manually by going to the central Administration > Application Management > Manage service applications > User Profile Service Application ...[Read more]
Published: 1/19/2011  8:53 AM | 0  Comments | 0  Links to this post

<< Previous