A sample text widget
Etiam pulvinar consectetur dolor sed malesuada. Ut convallis
euismod dolor nec pretium. Nunc ut tristique massa.
Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan.
Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem,
suscipit in posuere in, interdum non magna.
|
By Paul Galvin, on February 26th, 2008 UPDATE: An anonymous poster left a great comment about internal names. Be sure to read it. When working with event receivers and other code that references SharePoint list items via the object model, I often make mistakes that generate this error at…
By Paul Galvin, on February 19th, 2008 In order to work around a KPI problem I wrote about here, I did some testing and discovered that KPI’s work against folders with meta data in the same way that they work against documents or list items. I proved it out by creating a new conte…
By Paul Galvin, on February 18th, 2008 I hate to admit it, but I struggled with this one all day. My event receiver needs to update a field of its parent folder. This little bit shows how to do it: private void UpdateParentFolder(SPItemEventProperties properties)
By Paul Galvin, on February 18th, 2008 I’m sure I’m not the first person to come up with this. However, I haven’t noticed anyone publish a trick like this since I started paying close attention to the community last July. So, I thought I’d post it this quick and …
By Paul Galvin, on February 16th, 2008 This past week I was implementing an "evolving" solution for a client that uses BDC and SPQuery and ran into some difficulty using SPQuery against a document library containing folders. Bottom line: assign "recursive" to the view attr…
By Paul Galvin, on February 14th, 2008 UPDATE 02/29/08: I solved this problem by creating a folder and then assigning a content type to the folder which has the meta data I need for the KPIs. I described that in a little more detail here. We have implemented a technical solution wher…
By Paul Galvin, on January 27th, 2008 I was working on a feature last week that would add some event receivers to a specific list instance. (I blogged a bit about that list receiver here). Using the command line, I could install the feature with no error (but see below for the hidden err…
By Paul Galvin, on January 25th, 2008 UPDATE: This works but there are significant limitations which are described in the comments. This may still be useful in some cirumstances. UPDATE 2: In my current project, users always upload documents. As a result, I don’t run into a …
By Paul Galvin, on December 21st, 2007 I have a column name in a content type named "Real Estate Location". That column is of type "lookup". I have modified <CommonViewFields> and ItemStyle.xsl to show the column. A simple <xsl:value-of select=…> return…
By Paul Galvin, on December 17th, 2007 UPDATE: Jeremy Thake has blogged about this and put up some code for a console application that shows internal names. I was trying to get a content query web part to display a due date from a task and because the screen label is "Due Date", I …
|
|