locked
Yes/No columns for sharepoint lists RRS feed

  • Question

  • Hey all, I've created a Yes/No custom column for a SharePoint 2010 list.  Here is the code snippet. 

    I've tried the below way and without the brackets around the "no" and it is still defaulting to yes.  How do I get a Yes/No column to default to no?  Thanks in advance, Shaun. 

    <Field ID="{B3D2529B-CBAC-43A0-BDCE-0CAA03BF43A8}" Name="CMFolderCreated" DisplayName="Folder Created" Type="Boolean" Description="Yes/No if folder was created" Group="CM List Columns" > <Default>[No]</Default> </Field>   

    Wednesday, March 21, 2012 2:51 PM

Answers

All replies