HI, I have a form that has only ONE rtf field. All the field changes in the rtf field will be tracked and be displayed in the track History…Now Is there any way i can Capture the field values before change and after change.I just want to capture those two values and planning to map in a view…
Ok here is one simple example:
(the only ONE RTF)(Before changes)
- ABCDEFG
1.1 HIJKLMNOP
- QRSTUV
(the only ONE RTF) (After changes)
- ABCDEFGW123
1.1 HIJKLMNOP
- QRSTUV
2.1 XYZ
then the history should be
1)Field Value has been Updated from ABCDEFG----->ABCDEFGW123.
Now i want to capture the above two values(ABCDEFG & ABCDEFGW123) and display only those two in a view.I dont need the entire hsitory track.(I dont have any seperate fields for these…I have only one rtf field…in which the entire hsitory is being captured…)
Could this be done?