The check of foreign key relationships on screens is incorrect.
Cause and prerequisitesFields were used for the foreign key, that are not character-like types such as INT1, INT2, INT4, DEC.
SolutionIn the foreign key check on screens, only character-like data types can be used. If checks are needed on the user interface, you should use the Dictionary type NUMC for numeric data types.
No comments:
Post a Comment