SharePoint Tip #5: Conteúdo de um campo do tipo Lookup

0
Em SharePoint, utilizam-se campos do tipo Lookup (SPFieldLookup) quando se pretende que exista uma relação 1-N entre duas listas. Ao colocar-se um campo deste tipo numa lista A, é-nos...

SharePoint Tip #7: Utilizar o SystemUpdate()

0
Muitas vezes pretendemos fazer um Update a um item de uma lista de SharePoint mas não queremos que seja actualizada a data da última modificação e o utilizador responsável...

SharePoint Tip #16: List Base Types

0
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"        Category="Custom Lists"        Name="ConfigurationList"        DisplayName="Configuration List"        Description="My...

SharePoint Tip #27: Choice Columns and DataSheet Views

0
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 ...

Performing broker migrations on your Kafka consumers

When using Kafka for communication between systems, you may find yourself having to change your consumer configuration. This may happen due to the publisher changing topic, or a new...

SharePoint Tip #9: Utilizar o DisableEventFiring() e o EnableEventFiring()

0
Num event handler de um lista é frequente haver a necessidade de actualizar um item recorrendo ao método Update() da classe SPListItem. Quando este método é chamado são disparados...

PPS 2007 Tip #1: Creating Models with Multiple Measures

0
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...

SharePoint Tip #15: Testing the Display Mode of a Web Part

0
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...

SharePoint Tip #3: Office XP e WSS v3

0
Se encontrarem a seguinte mensagem quando pretendem fazer New Document numa document library em WSS v3: 'New Document' requires a Windows SharePoint Services-compatible application and Microsoft Internet Explorer 6.0...

PPS 2007 Tip #2: The Excel Add-In Is Not Working

0
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...