Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

André Vala

SharePoint
PerformancePoint
.Net

News

  • Vote for us in theEuropean SharePoint Community Awards 2012
    Locations of visitors to this page

    Comunidade Portuguesa de SharePoint

    View André Vala's profile on LinkedIn

    © André Vala and Create IT, 2006-2011. Unauthorized use and/or duplication of this material without express and written permission from this blog’s author and/or owner is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to André Vala and Create IT with appropriate and specific direction to the original content.

Browse by Tags

All Tags » Tips and Tricks   (RSS)
SharePoint Tip #27: Choice Columns and DataSheet Views
Using features to create Choice site columns is pretty straightforward (check this post for additional information). See below a sample feature element for that purpose. < Field     ID = " {538c71e4-8650-4ce7-b021-920effa66346} Read More...
SharePoint Tip #26: Comments in Content Type Definition
There is an issue with SharePoint 2010’s CAML parser that causes SharePoint to ignore fields in a Content Type definition. When defining a Content Type feature element, avoid placing comments inside the <fieldrefs> element as that will cause SharePoint Read More...
SharePoint Tips #25: Beware of User Profile Import
Among SharePoint 2007’s User Profile features, one of the most useful is the Profile Import . This feature allows you to import existing user accounts from Active Directory, an LDAP server or the Business Data Catalog, to the User Profile Store. Even Read More...
SharePoint Tip #24: Changing a Web Site's Navigation Settings
Changing a web site's navigation settings is pretty easy using the SharePoint user interface. You just click the Site Actions button, select the Site Settings option, and click on Navigation. But how do you do it programmatically? Most navigation options Read More...
SharePoint Tip #23: Creating a Personal Site
The User Profile is the central concept behind the personalization features of SharePoint (MOSS only). In addition to the User Profile, each user can have a My Site . A My Site is composed of: A Profile Page that shows the user profile data, according Read More...
SharePoint Tip #22: Create a User Profile
The best way to create SharePoint User Profiles is to import them from somewhere (Active Directory for instance). This is specially true if you want to create a lot of them at once. However, if you really want to do it manually, one at a time, you can. Read More...
SharePoint Tip #21: Importing User Profiles
One of the best things of SharePoint's User Profiles, is that the profile data can be imported from several data sources (Active Directory or other LDAP directories, Databases and web services). It gets even better since you can schedule these imports Read More...
SharePoint Tip #20: Get User Profile
User Profiles are a central concept to Office SharePoint Server 2007. They store all the information about the SharePoint users in a central location, the User Profile Store, allowing that information to be indexed and searched. The User Profile store Read More...
SharePoint Tip #19: Using JavaScript in Body OnLoad Event
When developing web parts or other controls that use JavaScript, it's quite common to need to call some function on the Body OnLoad event of the web page. The problem with this is that, in SharePoint, the Body element is in the master page and not Read More...
SharePoint Tip #18: Reading from and Writing to a User or Group column
Each field type has a different way to be read from and written to. The most used ones (single line of text, multiple lines of text, number, currency, date and time and yes/no) are easy to use because SharePoint's object model makes it very simple Read More...
SharePoint Tip #17: Testing if an Office Document is Open
In a Document Library, when you create a new document using the New button (or edit one that already exists), SharePoint will open the proper client application (if it knows which one it is) for you to edit the file. If you have an event handler attached Read More...
SharePoint Tip #16: List Base Types
When defining a List Template, using a SharePoint feature, one needs to specify the Base Type attribute (see sample below). < Elements xmlns = " http://schemas.microsoft.com/sharepoint/ " > < ListTemplate BaseType = " 0 " Read More...
SharePoint Tip #15: Testing the Display Mode of a Web Part
When developing a web part (whether in WSS 3.0 or in ASP.Net 2.0) it can be important that it appears differently if the user is in edit mode. The simplest way to do this is to test the WebPartManager 's DisplayMode in the web part's Render or Read More...
PPS 2007 Tip #2: The Excel Add-In Is Not Working
Attention: this post refers to the CTP2 version of PerformancePoint Server 2007. If, when opening Excel (2007 or 2003), after installing the PerformancePoint Add-In for Excel, you can't find the ribbon (2007) or the menu/task pane (2003) of PerformancePoint, Read More...
PPS 2007 Tip #1: Creating Models with Multiple Measures
Note: this post is about the CTP4 version of PerformancePoint Server 2007. If you've used PerformancePoint Server 2007 to build Business Models (using PerformancePoint Business Modeler ), you might have noticed that the created models (which correspond Read More...
More Posts Next page »