New release of Bewise SPViewPermission Settings for SharePoint

4 11 2009

Hi.

Laurent Cotton has released a new version of his famous tool SPViewPermission Settings. You can download it on : http://spviewpermission.codeplex.com/.

In this release, some bugs have been fixed and some improvements are added like :

  • New XML data storage for view permissions
  • Reset button to delete all permissions on a list when an errors occurs
  • Show or hide “Create or Edit view” on view selector menu
  • Migration from previous version to newer

Very Useful !!

Florent.





Bewise SharePoint QuickLaunch new release !!!

15 10 2009

Laurent Cotton Aka Suchii has released a new version of his SharePoint Tool Quick Launch on Codeplex : http://spquicklaunch.codeplex.com/

The new version fix some bugs concerning the refresh feature (about list of displayed web applications).

New feature are integrated to this release like “Open Central Administration“, “Turn On/Off debug” on SharePoint web applications. Download it !!! A must have for SharePoint developers!

Florent.





SharePoint : Aucun élément n’existe à l’emplacement…

7 04 2009

Bonjour à tous.

Cette fois ci une petite astuce SharePoint. Lors d’un petit développement de WebPart pour mon site SharePoint, je suis tombé sur une erreur pour le moins étrange.

En effet, j’utilise deux WebPart, un qui sert de source et dans lequel je génère un lien vers le second qui affiche les détail de l’item passé en paramètre, dans l’url (QueryString). Mon paramètre s’appelle “ID” et donc l’url apparait sous la forme http://……./sites/monSite/mapageAspx.aspx?ID=1 par exemple.

Pas à chaque fois, mais assez souvent je reçois le message d’erreur SharePoint :

error1

 

Heureusement, j’ai trouvé une parade… il suffit de remplacer le nom du paramètre ID dans la QueryString par autre chose comme ItemId (ou tout autre nom…) et cela fonctionne.

Mais comment expliquer qu’avec le nom “ID” ça ne fonctionne pas?? Cela parait étrange! Je pense plutôt à une erreur provenant du contexte SharePoint qui cherche les paramètres courants de la QueryString et qui n’arrive pas du coup à référencer le paramètre ID… Le mystère reste entier!

 

Florent.





Article in progress…

31 03 2008

Hello.

After the announcement dealing with the Bewise Developer Conference 2008 in Toulouse, I started to work on the topic that I had to present all along this event. It’s about Microsoft Office SharePoint System (MOSS) and InfoPath forms.

I have to prepare some forms with workflows to manage records into a database (SQL Server 2005). You say that it’s easy? Sure no! Because I choose to use them with WCF services and LinQ… It’s a new experience for me…

Now I currently write an article (tutorial) exposing how to proceed… to combine LinQ accessing datas in database, use WCF to access those datas. After I planned to write how to connect InfoPath forms to methods exposed by WCF Services.

Wait & see!

Florent.