Why don’t we send DocRead e-mails using SharePoint?

Why don’t we send DocRead e-mails using SharePoint ?All e-mails in DocRead are sent using the DocRead Notification Scheduler service (not using the email functionality that SharePoint offers). This means that the DocRead Notification Scheduler is a Windows Service that can run on a Windows Server that doesn’t require SharePoint. At the time we designed scheduler, we thought long […]

Read more

DocRead for Recommended Reading

DocRead for Recommended ReadingDocRead for SharePoint is the only policy management software that integrates straight into SharePoint and allows compliance professionals to distribute and track their policies and procedures. One of the major uses for DocRead is it’s ability to help in compliance efforts by sending out ‘required‘ reading to a group of users. Once it’s been […]

Read more

Multiple Language Options Available in DocRead

Multiple Language Options Available in DocReadCurrent language options Currently our products only support English in that the DocRead screens and menus are written in English. The actual items / policies / documents you wish to assign to users can obviously be written in any language, however the user will currently receive instructions in English. We have […]

Read more

UI Testing SharePoint

UI Testing SharePointAs part of an on-going series of ‘Testing SharePoint‘ we intend to share some of what we have learnt when trying to automate the testing of a SharePoint add-on called DocRead. These posts will specifically cover functional and integration testing – not unit testing (which is worth a whole conversation on it’s own). To get […]

Read more

What are your favourite SharePoint 2013 Features?

Private: What are your favourite SharePoint 2013 Features?SharePoint 2013 has shipped and it’s now main stream. We’d love to hear what your favourite 2013 features are, so please add them! Also vote up the killer ones and why not embed the list to see if we can make it one awesome resource! Favourite SharePoint 2013 features?

Read more

Updating SPWeb.RootFolder.WelcomePage not working!

Updating SPWeb.RootFolder.WelcomePage not working!I was recently trying to programmatically set the default (welcome) page of a team site, but my changes weren’t taking effect. As it turns out, this code: contextWeb.RootFolder.WelcomePage = rootFolder.Name + “/” + wikiFileName; contextWeb.RootFolder.Update(); Needs to be changed to work with a local copy of an SPFolder. I haven’t used reflector […]

Read more