All Posts by Mark Jones

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

RN02: DocRead for SharePoint V1.1 (20515.1)

RN02: DocRead for SharePoint V1.1 (20515.1)Note: The information in this post relates to DocRead for on-premises SharePoint only. Please note: This is a historic release note and does not relate to the most recent version of the software available. Please visit our release note archive here to view a complete list of published release notes.15th May 2012 […]

Read more

Where to host your SharePoint Test Environment?

Where to host your SharePoint Test Environment?To test the UI of a new or existing SharePoint application you are going to need somewhere with the latest build on it. By ‘build’ we mean the code that your developers have written and compiled into something that can be installed, or deployed into SharePoint. Let’s assume you 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

How does DocRead differ from Information Management Policies?

How does DocRead differ from Information Management Policies?DocRead 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. A question recently came up asking us to explain how DocRead was different from what you can achieve with standard ‘Information Management Policies’ in SharePoint. […]

Read more

How to Create a New Document Library

How to Create a New Document LibraryThis post explains how to create a new Document Library in SharePoint 2010. It also explains the creation of 2 columns that can (optionally) be configured for use with DocRead. 1. Select ‘Site Actions’, then ‘View All Site Content’. 2. Click ‘Create’. 3. Under Document library input a name for […]

Read more

How to Add Documents to a SharePoint Document Library

How to Add Documents to a SharePoint Document LibraryDocRead 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. When speaking with customers, I often need to supply them with quick “how to” guides that help remind them how to do some […]

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