Question
Is there any OOTB feature available in Pega to show both OLD & NEW value for a property/properties?
Hi,
There is a requirement, where we can edit the fields of the form submitted from one assignment in another. Then, we should be able to show the comparative data of both old & new values for those properties on another screen. Is there any OOTB feature available in Pega to show both OLD & NEW value for a property/properties? I remember, there is an OOTB activity which helps in retrieving both old and new value for a property, but couldn't recollect its name.If any one is aware of it kindly let me know.
Thanks & Regards,
S.Veera Vikram Reddy
Message was edited by: Marissa Rogers - Added Category
I suggest you use one of the declare-xyz rules to help you here.
declare-trigger: will let you intercept any save. You can compare the old and new values of the page and hence know the property old and new values
declare-change: will let you intercept individual property-changes. Whether it allows you to see the old value, I'm not sure.
declare-expression: will let you intercept property-changes. Hmmm, how is this different than declare-change?
/Eric