Question on Field IsChanged property
It's a simple requirement and not sure why the function IsChanged is not working.
I am using IsChanged function to check if the values are changed on the primary record. FieldChange event does not fire when I change the radio button option from "No" to "Yes". But the same works as expected when the value
changes from "Yes" to "No".
I'm trying to use for the PriorValue() function to capture the old and new values.
Thanks,