what can i do something else when disconnect a cs to mv?

Answered what can i do something else when disconnect a cs to mv?

  • Monday, January 21, 2013 3:30 PM
     
     
    I have a scenario like this:

    two CS connect to MV, when I delete one record from a source CS, the normal way that maybe disconnect to the MV and also disconnect to the destination CS after outbound in Sync operation as the MV object has been deleted. it is no problem.

    but i want to do something more when the source CS disconnect to the MV. I don't want to delete the MV object, but still want to change some attributes value on the destination CS.

    I did'nt want to delete the MV object because it may keeps connections to many ohter CS. I just want to set a "flag" to some specific destination CS as its related source CS has been deleted...

    now what I need is to find a proper place to put the specific code. but I can't set the CS value in the mothed "ShouldDeleteFromMV" because VS 2008 told me it is read-only.

    Could anyone may help to tell me where to put this logic or how to realize this scenario?

All Replies