I’ve created several custom columns in the Tasks list named NotifyUser and IsUserNotified. These columns are not supposed to be changed by user. I change them programmatically only. Is there any mechanism to:
- Hide those columns from the NewForm, EditForm (I wanna use
existent Forms). - Skip executing workflows when any of those two columns been changed.
- Exclude columns from the notification mails (as long as user doesn’t know anything about these columns, there is no need to show them).
You only can control these things if you are creating your field programmatically or via a field schema definition (deployment via WSP Solution and a feature):
truein order to hide the field in user forms and views.