After hearing users complain about not knowing how many or which attachments are attached to a list item. I’ve came up with a simple solution for this inconvinience, by using JSLink on the attachment column and create a callout to list the attachment(s) and allowing users to open them. The following code block will override […]
When changing your identifier within your BDC model and deploying with Visual Studio afterwards, you might bump into an error looking something like the following. Error occurred in deployment step ‘Add Solution’: Model file ‘SendToMailModelSendToMailModel.bdcm’ has the following External Content Type activation errors: TypeDescriptor with Name ‘ID’ (found in Parameter with Name ‘returnParameter’, Method with […]
I had to revoke some of the permissions of a role definition but there’s no out of the box functionality to do so. After some searching on the web I couldn’t find any suitable methods either. So I decided to create on myself and thought creating an extension method would be the best option. /// […]
Workflow development within SharePoint 2010 has become a lot better, I even worked with SharePoint Designer :D. One off the things I particullary like is the ability to export your SPD created workflows and afterwards import it into Visual Studio, this developers to have the workflows created by someone else. And after the workflows are […]
Out of the box you’re not able to group your libraries by content type. One way to achieve this is to activate the “Metadata Navigation and Filtering” feature under the site collection features. Afterwards go to “document library settings”, beneath “General Settings” click “Metadata navigation settings” and add the “Content Type” to the “Selected Hierarchy […]
Chanel 9 has published 14 SharePoint 2010 training courses on their separate SharePoint 2010 Developer subsite. Some of the course subjects are the Developmer Roadmap, Workflows, Linq to SharePoint, Client object model. I haven’t seen them all, but there is enough material to enjoy on a rainy day!
Microsoft has launched the SharePoint 2010 (Beta) Developer Center website. The pages contains the following ten modules. Module 1: Getting Started: Building Web Parts in SharePoint 2010 Module 2: What Developers Need to Know About SharePoint 2010 Module 3: Building Blocks for Web Part Development in SharePoint 2010 Module 4: Accessing SharePoint 2010 Data and Objects with […]