You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
Philippe Lavoie edited this page Mar 11, 2020
·
1 revision
The first step in developing any new SharePoint functionality is often the definition of your data model: in other words, your site columns (i.e. SharePoint fields) and content types.
Site Columns (i.e. Fields)
Site columns can be defined as part of a solution package in a feature module.
Exercises:
Provision you first site columns using simple types
How to define Taxonomy fields through XML
How to associate your Taxonomy-type site column to a specific Term Set (programmatically during a FeatureActivated event)