Hi, everybody
I'm trying to change the searchable field for a lookup control. The scenario is this:
I have a custom entity with a 1:N relation to 'contact' entity. The form of the custom entity has a lookup control to find the 'contact' related to. The 'contact' entity has a new field that represents a unique ID number (used at my country). When i go to find the contact in the custom entity form, i want the lookup control search by the new field (contact unique ID) and not only by the primary field (fullname).
Is there a way to do this using JavaScript, a custom view or even a C# plugin?
Thanks in advance.
*This post is locked for comments