Default Element (List - Field)
SharePoint 2013
Sets the default value for a field.
<Default> </Default>
Attribute | Description |
|---|---|
None | N/A |
None |
Minimum: 0 Maximum: 1 |
The following example provides descriptive text and sets the default value of the FavoriteColor field to black.
<Field Type="Text" Name="FavoriteColor">
<Description>Enter your favorite color here. If you don’t have a
favorite color, enter "Black".
</Description>
<Default>Black</Default>
</Field>