Introduction
Unlike in Visual Studio 2010, we can create columns via user interface in Visual Studio 2012 and Visual Studio 2013.
We may need to create column type as choice field or multiple choice and can add default values, so users can select the values from the items which we add. I will show how to add default items for choice field and multiple choice field.
Solution
Step 01:
Open the list and select Choice type.
Exact Type in properties and click “…” near items. A window will open and you can add the items which you want to show when you deploy the list.
Conclusion
You can see the values after deploying the list.
But what if you want to add the items for the list from an external data source?
ReplyDelete