Foreign Key Mode (Model Object)
Description
The Foreign Key Mode Property is available when you edit a Model Object.
It controls if and how foreign key constraints to related Model Objects are created.
Format
The Foreign Key Mode is a List of values.
The available options are:
- None:
- No foreign key constraints will be created
- Create Disabled:
- Foreign key constraints will be created as disabled. Used for query optimization and documentation. Data integrity will not be checked - use data quality rules to enforce it.
- Create Enforced:
- Foreign key constraints will be created and enforced. Used for the enforcement of data integrity, query optimization, and documentation. This could impact write performance. This could be redundant with data quality rules on relations.
Example:
![]()
Default Value
The default value is Create Disabled.