Is it possible to add a new column to all existing views of a list or I have to do manually for each view?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
There is no way OOTB using the UI. So you have to do it manually in the UI or through code (could be PowerShell). If you create the column in the UI and deselect 'Add to Default View' and then run the following in 'SharePoint 2010 Management Shell':
|
|||||||
|
|
You can see the link below, that has a PowerShell 1.0 code to use in SharePoint 2007 environment (that of course can be adjusted to use in SharePoint 2010 environment too) |
|||
|
|