sakarih.wordpress.com
Sakarih | Sakari's SharePoint mumblings
https://sakarih.wordpress.com/author/sakarih
Sakari's SharePoint mumblings. Just another WordPress.com site. I am SharePoint developer/architect from Finland and my blogposts are all about SharePoint 2007/2010/2013 stuff. There might be also something else posted. February 5, 2013. Okay we and I have been stumbling around with this neat new control named ClientPeoplePicker in SharePoint 2013. One on the interests in this control is to use it in own web parts. Now if you just simply add the … Continue reading →. SharePoint and IIS and HTTP 500 error.
sakarih.wordpress.com
SharePoint 2013 PeopleEditor | Sakari's SharePoint mumblings
https://sakarih.wordpress.com/2013/01/30/sharepoint-2013-peopleeditor
Sakari's SharePoint mumblings. Just another WordPress.com site. Workflow starts and immediately gives “Error Occurred”. SharePoint and IIS and HTTP 500 error →. January 30, 2013. Okay I am back and I have something in my mind. I am SharePoint developer/architect from Finland and my blogposts are all about SharePoint 2007/2010/2013 stuff. There might be also something else posted. View all posts by Sakarih →. This entry was posted in SharePoint 2013. SharePoint and IIS and HTTP 500 error →. It looks like ...
sakarih.wordpress.com
Using External Content type or list controls in custom webpart | Sakari's SharePoint mumblings
https://sakarih.wordpress.com/2011/08/12/using-external-content-type-or-list-controls-in-custom-webpart
Sakari's SharePoint mumblings. Just another WordPress.com site. Passed the 70-576: PRO: Designing and Developing Microsoft SharePoint 2010 Applications Test. Workflow starts and immediately gives “Error Occurred” →. Using External Content type or list controls in custom webpart. August 12, 2011. After digging more I found some intresting posts about setting up ItemPicker with ExtendedData. Through UI this looks exactly same as the normal SharePoint’s External Item Picker but requires quite good...Althoug...
sakarih.wordpress.com
Sakari's SharePoint mumblings | Just another WordPress.com site | Page 2
https://sakarih.wordpress.com/page/2
Sakari's SharePoint mumblings. Just another WordPress.com site. Newer posts →. Visual Studio 2010 and SharePoint 2010: Content Type deployment error on second deployment round. December 15, 2010. I have managed to hit my self at least twice now with this “smallish” problem with Visual Studio 2010 and SharePoint 2010. In Visual Studio 2010 you can add content type into SharePoint project and deployment goes easily through at first time, but later following error message pops up:. November 19, 2010. I have...
sakarih.wordpress.com
Workflow starts and immediately gives “Error Occurred” | Sakari's SharePoint mumblings
https://sakarih.wordpress.com/2011/10/17/workflow-starts-and-immediately-gives-error-occurred
Sakari's SharePoint mumblings. Just another WordPress.com site. Using External Content type or list controls in custom webpart. SharePoint 2013 PeopleEditor →. Workflow starts and immediately gives “Error Occurred”. October 17, 2011. I am SharePoint developer/architect from Finland and my blogposts are all about SharePoint 2007/2010/2013 stuff. There might be also something else posted. View all posts by Sakarih →. This entry was posted in Uncategorized. SharePoint 2013 PeopleEditor →. You are commenting...
sakarih.wordpress.com
SharePoint & IIS & HTTP 500 error | Sakari's SharePoint mumblings
https://sakarih.wordpress.com/2013/01/30/sharepoint-iis-http-500-error
Sakari's SharePoint mumblings. Just another WordPress.com site. SharePoint 2013 ClientPeoplePicker →. SharePoint and IIS and HTTP 500 error. January 30, 2013. Sometimes I’ll have to wander around a bit less developer side and more into admin side. Now here is one interesting challenge: SharePoint site started serving HTTP 500 error and nothing more after install of 3rd party software. View all posts by Sakarih →. This entry was posted in SharePoint 2010. SharePoint 2013 ClientPeoplePicker →. Hungry Shark...
sakarih.wordpress.com
SharePoint User column and multiple values | Sakari's SharePoint mumblings
https://sakarih.wordpress.com/2009/09/02/sharepoint-user-column-and-multiple-values
Sakari's SharePoint mumblings. Just another WordPress.com site. SharePoint lookup column values. Replacing default listview webpart with custom made one →. SharePoint User column and multiple values. September 2, 2009. Okay this is in a way update to my previous post about SharePoint lookup column. This code example works well when you have column that is set to contain multiple user values. PeopleEditor pe; declared in the proper place and proper way). ArrayList userLogins = pe.ResolvedEntities;. Voilá ...
sakarih.wordpress.com
SharePoint 2013 ClientPeoplePicker | Sakari's SharePoint mumblings
https://sakarih.wordpress.com/2013/02/05/sharepoint-2013-clientpeoplepicker
Sakari's SharePoint mumblings. Just another WordPress.com site. SharePoint and IIS and HTTP 500 error. February 5, 2013. Okay we and I have been stumbling around with this neat new control named ClientPeoplePicker in SharePoint 2013. One on the interests in this control is to use it in own web parts. Now if you just simply add the control to web part (or aspx page), you’ll get it working like charm. View all posts by Sakarih →. This entry was posted in SharePoint 2013. And tagged SharePoint 2013. You are...
sakarih.wordpress.com
SharePoint: differences between SPListCollection and SPListItemCollection | Sakari's SharePoint mumblings
https://sakarih.wordpress.com/2011/03/01/sharepoint-differences-between-splistcollection-and-splistitemcollection
Sakari's SharePoint mumblings. Just another WordPress.com site. Visual Studio 2010 and SharePoint 2010: Content Type deployment error on second deployment round. Passed the 70-576: PRO: Designing and Developing Microsoft SharePoint 2010 Applications Test →. SharePoint: differences between SPListCollection and SPListItemCollection. March 1, 2011. I thought to add this entry since I spoke with couple other SharePoint developers and found out that okay this is how things go but never had a second thought fo...