I want to create a SharePoint 2010 site column as a Calculated field. I don't want this column to be deleted by the site collection administrator. Also I don't want this field formula to be changed ever through UI.
To restrict the deletion, I have used the property AllowDeletion="FALSE". But how can I restrict the formula editing in the browser?
Thanks Sandy