Previous Topic: Action BlocksNext Topic: User-Provided External Action Blocks


Referential Integrity Trigger Modules

Referential Integrity trigger modules are CA Gen generated and implement the cascade delete logic necessary to enforce data modeling constraints specified in the Data Model. The Referential Integrity triggers are model-level objects. They are tied to the Data Model and the resultant database, not a specific business system. When you display code in the Generation Tool, the RI triggers appear on the top line, above the first business system. (The modules are called triggers because a delete can trigger the deletion of something else, which can trigger the deletion of something else, and so on.)

Diagram describing Referential Integrity triggers