Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Oh, I believe the original value is "gone" in the AfterSave event. I.e. once the BO saves the data, the datatable updates its original value to the latest value so it knows when it is dirty again. You might need to figure this out in the BeforeSave event. At least you could see if you can get access to the original value in the BeforeSave event.
|