Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Once a record obtains its first child the field Structural.HasChildren will be true for the parent. Even if the child is later permanently deleted, the field Structural.HasChildren will be true forever on the parent.

  • Data objects, e.g., the record type Media, always have `Structural.HasChildrenset to true because it has direct (grand)children representations. In order to know whether the data object has other data objects that are children, e.g. emails with attachments, a new field HasNonRepresentationChildren has been introduced in version 23.4.

...