One of the common issues we have with SharePoint is that we want to display a whole lot of information about a user in a list, for example Job Title, Phone Number or Manager. We want to have this information in a read-only field of the list, so that it actually renders out in the Excel or RSS Views.
So I just wonder if I could create a custom field type that essentially reads information from the Created By/Author field of a List item and that doesn't show up on the New/Edit forms, but that essentially behaves as a normal field everywhere else.
Could I override the Value/FieldValueAsXxx Methods and get a "Context.ListItem" like access to the SPListItem?