Hiding SharePoint fields on specific forms (NewItem.aspx, EditItem.aspx …)

Recently I came across this awesome tool that I wish I was aware of it before. In some cases you have a list that defines fields your custom application uses for it’s own processing and you don’t necesarily want to expose those to NewItem.aspx or any other similar forms your user interacts.

In this scenario I used to Unghost the page with SharerPoint Designer and make all the necessary configuration manually. Turns out, there is an object model property that allows you to disable fields for selected views on any sharepoint list. Source code is also provided so you can check it out and see howthey did it ;)

Here is the image provided by the author:

And here is the download link: http://www.codeplex.com/SpiralOut/Release/ProjectReleases.aspx?ReleaseId=22305

Enjoy!

Yaroslav Pentsarskyy

This entry was posted in MOSS, sharepoint and tagged , , . Bookmark the permalink.

Comments are closed.