function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jordan Miles 9Jordan Miles 9 

Using lookup field in Visualforce to control user input

I have a visualforce page on my account detail layout that allows users to input legal identifiers, and an account can have multiple legal identifiers. The issue is, we have about 200 possible countries each of which have up to 7 legal identifier types, so 1400 max. I can't use a picklist because it only allows 1000 max. What I'm wondering is if there's a way to have something like a lookup field on the VF page and let the user pick the type. Note I don't want to "link" the account and the type together, just give the user a standard set of id "types" to pick from.

Is there any way to do this? Thanks in advance for the help.
Alain CabonAlain Cabon