Hi community.
I have the problem that we extended an SAP BO node and this BO node might get deleted by user interaction using SAP floorplans.
However to prevent associations from our custom BOs to this extended SAP BO node pointing into the void I need to somehow react on deletion of this BO node.
Our own floorplans following these associations and showing content from the SAP BO node throw exceptions if the SAP BO node does not exist anymore.
the afterModify or beforeSave events of the extended BO do not work: both are (afaik) not triggered upon deletion.
Did anybody else encounter a similar problem and maybe found a solution?
More specific: we exended the SAP Project BO and have trouble when a ProjectTask is deleted.