If you are stuck trying to sort XML date by date/time then this snippet of code may help you. Been stuck in head first into some XSL scripting, so learning at quite a rate. <xsl:sort select=”ddwrt:FormatDateTime(@DateTimeField, number($lcid), ‘yyyyMMddHHmm’)” /> In the above line, @DateTimeField is the name of the field to sort, $lcid is your
Continue reading XSL:Sort by Date Time
Month: September 2010
Room and Equipment Reservations
Right, after an extremely frustrating day trying to get my head around XSL – something I never want to repeat again – I am near to having completing a re-hashed template of the Room and Equipment Reservations template originally provided by Microsoft for SharePoint 2007. Following the post by Samantha – http://blogs.technet.com/b/tothesharepoint/archive/2010/08/18/sharepoint-2010-products-upgrade-and-the-fabulous-40-application-templates.aspx – which explains that
Continue reading Room and Equipment Reservations
SharePoint Search – Access Denied
Having a bit of a SharePoint day. Had recently noticed that no People were being returned in search results, even if you type in their name exactly. Went through the check list of possible causes: Default Content Access account permissions to the User Profile Service (Read Profiles for Search Crawler) Full Read permissions on the
Continue reading SharePoint Search – Access Denied
SharePoint 2010 User Profile Synchronization
Just found two guides, which between them have saved our SharePoint farm from the scrapheap. The first – and most important for this: http://www.harbar.net/articles/sp2010ups.aspx A great resource – detailed, and very nearly worked. However, because we were not starting with a fresh install, as it suggests, I am guessing there were some remnants left over
Continue reading SharePoint 2010 User Profile Synchronization