Kbase P65412: Should a SBO Automatically Delete Child Records when the Parent SDO's Record is Deleted?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
Should a SBO Automatically Delete Child Records when the Parent SDO's Record is Deleted?
GOAL:
If an sbo has two sdos and these sdos have a parent to child relationship, if a parent record is deleted, should the child record be automatically deleted?
FACT(s) (Environment):
Dynamics
FIX:
When deleting a record in a SDO within a SBO, any child SDO (data-target
of the initiating SDO) that has its UpdateFromSource property set to
TRUE (1-to-1 relationship) will participate in the Delete operation.
This does not happen with child SDOs in a "1-to-many" relationship. In
that case the application is responsible to maintain referential
integrity.