Records Center “Generate a File Plan Report” link produces an error

Within a Records Center under Site Settings -> Manage Records Center, there is a link on the right hand side titled “Generate a file plan report”.

RecordsCenterGenerateFilePlan

When clicking on this, I was seeing either the standard correlation Id error dialog or a yellow screen of death.  The following error appears in the ULS:

You’ll also notice that in the URL as well as the above ULS log, that the List parameter is blank.  There are two Javascript functions that get executed when clicking on the link, the first function calls the second function to retrieve the List Name based on a resource:

The intent is to look for a Record Library with the internal name of “Records” and pass the library’s Guid in this function.

To fix this error, on the Records Center site, simply create a new Record Library name “Records”.

RecordLibrary

 

Once the library is created, the Generate a File Plan Report link will work on the Manage Records Center page.

SharePoint TreeView

Part of my Word Automation Services project was to provide an alternate save location.  WAS takes this in the form of a string [url].  I figured I would start off just by using SPTreeView control and return the selected node [url] back to the parent form.

SPTreeView, unfortunately, sets the NavigateUrl property.  When this property is set, the SelectedNodeChanged and TreeNodeCheckChanged events do not fire.  So, instead I used a standard TreeView that is similar to the SPTreeView.

Nauplius.WAS 1.5 Released for SharePoint 2010 and SharePoint 2013

This new version includes a SharePoint Designer Custom Activity!  Now you can automatically convert documents by dropping them into a specific Document Library, or integrate them as part of an overall document management workflow.

ConvertDocumentActivity Workflow1

You can download this new version from the Nauplius.WAS Downloads page.  Both SharePoint 2010 and SharePoint 2013 solutions are available.

Project Site

Download Page

Discussions

Issue Tracker