Customize the Sharepoint add list column page - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T13:09:06Zhttp://stackoverflow.com/feeds/question/45741http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/45741/customize-the-sharepoint-add-list-column-page0Customize the Sharepoint add list column pageiulianchira2008-09-05T13:04:44Z2009-01-13T08:46:58Z
<p>I have defined a custom Sharepoint list for special attributes related to a software application inventory and installed it as a feature. I also want to group these attributes in categories. How could I change the Sharepoint page that allows the user to add a column to a list, so that when the user adds a column to my custom list type (column = attribute) he'll have a dropdown to choose the category?</p>
http://stackoverflow.com/questions/45741/customize-the-sharepoint-add-list-column-page/49293#492931Answer by Mauro for Customize the Sharepoint add list column pageMauro2008-09-08T08:07:27Z2008-09-08T08:07:27Z<p>From what I understand you want to add a choice column data type thats already prepopulated so that users can then add it to their own content types?</p>
<p>have a look here, this is probably what you want to do: <a href="http://www.sharethispoint.com/archive/2006/08/07/23.aspx" rel="nofollow">http://www.sharethispoint.com/archive/2006/08/07/23.aspx</a> </p>