Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
it is simple.
In my situation, my SFUsersBO only has 1 record. I call SFUserBO.DeleteCurrentRow(true) for logical delete. After that, I call SFUsersBO.Save().
When I call Save(), SFUsersBO.BeforeSave() fired, and this event contains code to log changes. (originally from RBS)
Since record is deleted (logically), the code Me.CurrentRow in SFUsersBO.BeforeSave() cause error.
So, how should I resolve it without modify SFUsersBO code?
Thank you
|