Hi all,
I store a custom change record in XML within a multi-line text column in the list items. I use that to keep track of updates users make to other columns and trigger broadcast notifications if necessary. I don't show the column in any views for the user, but updates I make to the column show up in the version history record visible to the user.
How do I update my column "silently" and hide it from the version history of the item?
I'm not sure what the implications of making it a hidden column are: whether that would remove it from the version history and whether I could still write to it using my workflows. I set it to hidden and all the previous updates I'd made to the column were still visible in the version history.