Issues while doing Field Level Auditing
Hi Team,
We have a requirement to enable field level auditing in Pega. In order to do so we have selected the properties in the Case type and pega has generated OOTB pyFieldLevelAuditing Declare Trigger. This trigger had Commited Saved enabled. With this declare trigger even if the old value and new value are different then also pega was capturing the audits everytime. The old value and new value compariosn is not working correctly. In order to handle this we have to update this to Saved option with a when rule to check if the property has been modified or not using a copy value. As this might impact adding a trigger on save everytime we need to understand why the OOTB rule is not working properly.