berg-henry.blogspot.com
Berg-Henry's: September 2010
http://berg-henry.blogspot.com/2010_09_01_archive.html
Thoughts about Sharepoint and general code that I stumble upon. Thursday, September 30, 2010. Disable-output-escaping=yes on People or Group Column. When creating a custom List Form from SharePoint Designer 2010 the People or Group field/columns ends up being displayed as HTML code instead of the field value. To get fieldtypes that renders as HTML to display correctly just add the parameter disable-output-escaping=yes to the value-of select:. Subscribe to: Posts (Atom). Search this blog and linked items.
berg-henry.blogspot.com
Berg-Henry's: Make dOOdads understand SQL Datatype Date
http://berg-henry.blogspot.com/2012/05/make-doodads-understand-sql-datatype.html
Thoughts about Sharepoint and general code that I stumble upon. Thursday, May 31, 2012. Make dOOdads understand SQL Datatype Date. For you that are using the dOOdads .NET architecture. And are generating source based on tables that use the datatypes Date or Time and are getting Unknown in your code. Here is a simple solution to make MyGeneration. Create code that supports SQL data types Date and Time:. Locate your DbTargets.xml and add. Type From="date" To="SqlDbType.Date" /. October 3, 2012 at 2:52 AM.
ecmteamblog.wordpress.com
pomealan | ECM Team Blog
https://ecmteamblog.wordpress.com/author/pomealan
November 7, 2011 · 3:18 pm. SharePoint Versions are not records. During a migration planning exercise for a departmental site on SharePoint 2007 to a new site structure in SharePoint 2010, I came across an interesting use of versions to store records. Moral of the story is if you are discussing version handling with your users be sure to point out that is to allow them to recall an old version for comparison or revert back to a version before unwanted changes were made and not as a record keeping process.
ecmteamblog.wordpress.com
Sensibly govern use of folders in SharePoint | ECM Team Blog
https://ecmteamblog.wordpress.com/2011/09/21/sensibly-govern-use-of-folders-in-sharepoint
User Profiles in a Silverlight PivotViewer. My thoughts on SPC11 →. September 21, 2011 · 2:42 pm. Sensibly govern use of folders in SharePoint. Personally I think there is a place for folders which Mikhail Dikov. Covers well in a blog on. SharePoint folders need more love. So now you’re convinced that folders are a good thing we still need to keep some control otherwise users will create 5 level deep folder structures as they did on the file system with no metadata. Following Karine Bosch’s Blog. Is this...
ketulpatel.wordpress.com
Convert a WebPart Zone in MOSS into Accordion or Tabs Style Interface – Ketul’s Weblog
https://ketulpatel.wordpress.com/2009/09/02/convert-a-webpart-zone-in-moss-into-accordion-or-tabs-style-interface
In Blog We Trust. Convert a WebPart Zone in MOSS into Accordion or Tabs Style Interface. September 2, 2009. April 24, 2010. This is a web part that turns. All the visible web parts with a Title. In a Zone into Tab or Accordion interface. Just drop the webpart into a zone and see it convert all the visible webparts with a title in the zone into part of Tab or Accordion. It renders one tab/accordion menu per webpart. Originally inspired by EasyTabs. Some customary screen shots! Properties of the WebPart.
berg-henry.blogspot.com
Berg-Henry's: April 2013
http://berg-henry.blogspot.com/2013_04_01_archive.html
Thoughts about Sharepoint and general code that I stumble upon. Wednesday, April 24, 2013. TFS 2012 Web Access Can’t load your extension. In Team Foundation Server 2012 you can develop extensions to the web interface, there extensions are javascripts (JQuery) that can be easily installed from the TFS Web Access Control Panel. For information about the scripts and how to make a package and manifest se Serkan's Blog. Work Item Custom Control Development in TF Web Access 2012 - Development. By renaming the ...
berg-henry.blogspot.com
Berg-Henry's: April 2011
http://berg-henry.blogspot.com/2011_04_01_archive.html
Thoughts about Sharepoint and general code that I stumble upon. Monday, April 18, 2011. Unable to restore Oracle VirtualBox virtual machine. Note: The same issue also occurs when VirtualBox is upgraded to version 4.0.6 r71416. when you try to start any virtual machine. Failed to open a session for the virtual machine your machine Implementation of the USB 2.0 controller not found! Unknown error creating VM (VERR NOT FOUND). This is a verified bug, and can be easily fixed! Set enabledEhci to false. Micros...
berg-henry.blogspot.com
Berg-Henry's: Workflow - Use url when creating a link in workflow steps
http://berg-henry.blogspot.com/2011/05/workflow-use-url-when-creating-link-in.html
Thoughts about Sharepoint and general code that I stumble upon. Tuesday, May 10, 2011. Workflow - Use url when creating a link in workflow steps. This may be obvious, but if you choose text instead of url in a link that you create in SharePoint Designer you can get an invalid link since the text version also includes the title. Ex: “http:/ mysite.mydom.com, Link Title”. The link that should have been:. And the TFS Web did not like ID’s with comma and text…. Subscribe to: Post Comments (Atom).
berg-henry.blogspot.com
Berg-Henry's: Error when adding a Record Center site
http://berg-henry.blogspot.com/2012/02/error-when-adding-record-center-site.html
Thoughts about Sharepoint and general code that I stumble upon. Wednesday, February 15, 2012. Error when adding a Record Center site. When adding a Record Center to a SharePoint Server installation you may see the error “Dependency feature ‘DocumentRoutingResources’ … is not Activated. The feature is a hidden feature and can not be enabled in the GUI’s. Copy/type the following command to enable:. Enable-SPFeature -Identity "DocumentRoutingResources" -Url http:/ yoursiteurl. View my complete profile.
berg-henry.blogspot.com
Berg-Henry's: July 2010
http://berg-henry.blogspot.com/2010_07_01_archive.html
Thoughts about Sharepoint and general code that I stumble upon. Friday, July 30, 2010. Error when connecting VS2008 to TFS2010. When connecting Visual Studio 2008 to TFS2010 you must have the following update installed “ Visual Studio Team System 2008 Forward Compatibility Update for Team Foundation Server 2010 interoperability. If you are using “Local Database Cache functionality in Smart. Device projects” the “ Microsoft Synchronization Services for ADO.NET 1.0 for Devices. 8221; must also be installed.