Hi there,
I created a new entity called Country. This entity has two attributes in its form:
- The primary attribute was renamed to ISO Code, which is the 2 letter code for the given country (e.g.: GB, BR, BE, etc)
- Another attribute called Country Name was added, which is the name of the country in question (e.g.: Germany, France, Italy, etc)
Suppose I add a many-to-one relationship in the Account entity for this new Country entity. In the lookup added in the form, the values that are displayed are by default the primary key (in this case, the ISO code for the country). Is there a way that I can instead show the Country Name (that is, not the primary key)?
Thanks in advance for your help
Regards,
P.