[Update] Update Related on Update / Attach / Detach

Has no parameters

Description:

For the Update.Post event, this will trigger a Database Update on all attached Records for the given Relationship. During Attach.Post and Detach.Post events, this will behave the same as [NOTIFY].

For each given Relationship, the updates will cascade either upwards through all Parents or downwards through all Children based on the initial direction.

This Attribute is ignored for Circle Relationships. Care must be taken to not create indirect circular Relationships with every member having the [UPDATE] Attribute or else an endless loop will occur.

Examples:

Child Attributes: [Update]
In other words, when an update occurs on the Parent of the relationship, the Child will then be automatically updated.

Parent Attributes: [Update]
In other words, when an update occurs on the Child of the relationship, the Parent will then be automatically updated.