Group: StrataFrame Users
Posts: 430,
Visits: 507
|
Afte I save a BO, I need to do additional processing of the BO, updating some other tables and logging before and after data.
It would apear that the 'AfterSave' event is probably the best place to do this, but I cannot access rows marked for deletion.
I can copy the BO in the BeforeSave event (and then process it in the AfterSave Event) , but am having difficulty processing Deleted Records , as I cannot see them in the BO ( I have the OnlymarkAsDeleted option set when Deleting rows so they are not removed from the Database until I save) . Also when this flag is set, the AfterDeleteEvent still fires , even though the row will not have been physically removed from the Database table yet.
Any ideas appreciated
|