Hello,
I have an implementation where the corporate structure is maintained in a database. There is an MA and set of sync rules defined to import that hierarchical structure into the metaverse. There is also an MA and sync rules defined to push that structure to BHOLD.
Occasionally, the corporate structure changes (the name changes or is moved to a different parent). Moves are handled properly by the MAs and rules. However, renames or flat out deletions are not. Renames are treated as a new entry. The old entry gets disconnected at the SQL connector space, but the object remains in the metaverse (and AD and BHOLD). I have the BHOLD MA configure to stage a delete on the next export (I've yet to test that).
What I'd like to happen is to stage a delete of the metaverse object when the object is delete from the database. Is there something in the box that will do that, or does that require a rules extension DLL?
Or, can I not do that at all. The whole purpose here is to make this a hands off operation.
Thanks,
Greg