Guidelines for adding foreign key elements to a default table

Currently, foreign key relationships in extended columns of tables are restricted to only the YFS_PERSON_INFO table.

When exposing foreign key elements, the following validations are performed:
  • The parent table name must be YFS_PERSON_INFO.
  • The parent column name must be a primary key of the YFS_PERSON_INFO table.