The Problem with Content Types and Columns – Part 2
After wrapping up a project that used content types extensively, I decided to write a series of posts detailing the headaches encountered so far. This is part 2. List Column…
Posts about SharePoint
After wrapping up a project that used content types extensively, I decided to write a series of posts detailing the headaches encountered so far. This is part 2. List Column…
After wrapping up a project that used content types extensively, I decided to write a series of posts detailing the headaches encountered so far. This is part 1. Hidden Fields…
I ran into a situation with some custom InfoPath Document Information Panels where I was getting schema validation errors like this one because of a Business Data Column I added…
I had the need to set Business Data and other column values in the ItemAdding event handler. I had to use ItemAdding, because I needed the changes committed so that…
I recently had the need to create a custom SharePoint application page (living in_layouts directory) that needed to display the BDC entity picker control, so that a user filling out this form could select a BDC entity instance, exactly like a user would in a business data column defined on a list. It took a while to figure it out, here are the steps to get it working: (more…)