Blueprint Scan Errors for Foreign Key Relationships
You may receive errors and warnings when you scan a Blueprint that contains foreign key fields.
| Error/Warning | Symptom | Solution |
|---|---|---|
| Fields using table validation that store foreign keys, have constraints, and for which there are multiple legal values, should have a foreign key relationship defined. | You defined foreign keys for a field without defining a foreign key relationship. | Define a foreign key relationship for the field referenced in the error. |
| When a foreign key relationship is specified, the field being validated against must also store foreign keys. | You are using a field to validate values for the foreign key field, but the validation field does not store foreign keys. | Select the Store Foreign Key check box for the validation field. |