Weldment Document Properties Issue - Renaming cut list folders

Using SW 2015 SP1.1

I have been having trouble with some of the new options for  Weldments in the document props.  I have unsuccessfully tried to turn off the options "Rename cut list folders with Description Property value" and "Automatically update cutlists" with a part template.  The two options refuse to stay turned off.  However, if I have an existing part and save that with the options unchecked, they do stay off upon reopening the part.

The Renaming option has been interfering with some of my macros, so after failing with the template I tried toggling the option off with:

     UPREF = ModelDoc2.Extension.SetUserPreferenceToggle(swWeldmentRenameCutlistDescriptionPropertyValue, swDetailingNoOptionSpecified, False)

which did toggle the button off.  Toggling the button manually changes all cutlist folder names to "Cut-List-Item....", however with this line of code the folder names remain unchanged. 

Thanks for any insight!

SolidworksWeldments