what can i do something else when disconnect a cs to mv?
-
Monday, January 21, 2013 3:30 PMI 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
-
Monday, January 21, 2013 6:55 PM
Maybe you could set the values using
DeprovisionAction Deprovision ( CSEntry csentry )
- Marked As Answer by Markus VilcinskasMicrosoft Employee, Owner Sunday, March 17, 2013 6:44 PM
-
Tuesday, January 22, 2013 1:22 AMI try to debug it and found this method couldn't be invoked anytime whatever I set the deprovision configration as extension rule for some specific MA. I don't know why.

