We have a document that needs to update the contents of other documents whenever any field on the main doc changes. Up til now this has been fairly easy - we set variables with the existing values on PostOpen, the compare those values with the current field values at QuerySave to determine changes. This works fine with “normal” fields.
However, we now have a requirement to add a rich text field, which can contain anything from a doclink to text to an image to a file attachment. What is the best way to detect non-text changes to a rich text field?