Are there in this version or maybe newer versions of Pega possibilities for Track changes in the Rich Text Editor fields in Pega? ((like there are for example in Word?)
We are looking for the following information for Track changes:
What was the Original text in the RTE field
what part of the text got modified/deleted or added compared to the previous version of this field by for example by highlighting the text or using different colours
who modified (name, date timestamp. )
Are there possibilities to do this? And if so how?
@Hannekev There is no support from the platform RTE to track changes. CKEditor does have some custom plugins which can be used for this. Since these are the custom plugins and not used anywhere in the platform, Pega will not be able to support any issues with the plugins and will be upto the customer to integrate and maintain these plugins with the platform
@Hannekev : CKEditor is the library behind the Rich text editor in the platform. CkEditor has support for a lot of plugins in their market place. Loopindex is a CkEditor plugin which can be used to track changes in RTE ( LoopIndex Track Changes | CKEditor.com ). The plugin can be integrated into the platform using the steps in the doc ( Pegasystems Documentation )