How to read a property value without firing its declare expression with change tracking as "whenever used"
Hi,
I have property "X" which has declare expression set on it with change tracking as "Whenever used". Now i want to read that property without firing the underlying declare expression rule(since i need capture the old value). I can see that assign this property to a temp property and use that value.
is there any other way to do that?
***Moderator Edit: Vidyaranjan | Updated Categories***