Options

What is wrong with my table relation? NAV 2013/2015

dmlerouxdmleroux Member Posts: 3
I have a need to allow lookup (and storage) of a contact name in the Sales header.
I have added a 50 character text field to the sales header and specified the table relation property as Contact.Name (no additional conditions) When using it, everything works fine so long as the name field returns no more than 20 characters (the size of the primary key field (Contact."No.").
I also made a dummy test involving trying to populate an 80 character field with the budget description via a table relation. This failed whenever the budget description field exceeded 10 characters (Budget primary key length).

For grins I tried the same thing in NAV 2015 and received an error telling me that the field I wanted needs to be in the primary key.

However if I turn off both TestTableRelation and ValidateTableRelation, then I get no error

Have I missed a memo somewhere - or is this normal behavior?

Thanks,

Best Answer

Answers

Sign In or Register to comment.