Categories

Archives

SharePoint 2010 : How to create External Content type

English: External Content type allows you to make seamless interface between SharePoint 2010 and external data storage (ie. SQL server). Using External Content type, you can create an External List which stores the data to predefined storage. You can imagine of having a table with SharePoint list interface. To create an External Content type, you need SharePoint [...] [read more...]

Troubleshoot: SPPropertyBag can not deserialize complex type.

  English: In SharePoint, there is SPPropertyBag which can stores arbitrary key-and-value pairs into configuration database. And this is very good location compared with web.config. Moreover we can also create our custom class from SPPersistedObject to persist it state in a permanent store and retrieve it for later usage. (see MSDN refence SPPersistedObject) But don’t be so happy [...] [read more...]

StsAdm –o copyfarmappbincontent is available in CodePlex

English Remember about critics to “stsadm –o copyappbincontent” to deploy SharePoint resource in my previous post here. At the end of the post, I think that it should be “stsadm –o copyfarmappbincontent” instead. Why? Because the last will work in centralized deployment mode, same as solution deployment. But what’s the secret? Why the standard [...] [read more...]

SPD: How to change 24hr format to 12hr format AM/PM

English I’ve found this question in forum – but since it was not easy to explain by sentences, I would like to create a sample working option here. For example you have this list as data source: In the data source you have 24hr format (I use string type for my sample, but you can use normal [...] [read more...]