We have a sinlge object A. This one has a field which should allow the user to find a specific instance of object B. Objects A and B have different "types". It is possible to reference one single field of object B from that field of object A.
But our customer is asking for the possibility of using 3 different fields of object B in order to find the specific instance of object B. For example by using an adress, idnumber or a name.
That means as a result: the field of object A must somehow reference all 3 different fields of object B, so the user can use 3 different values in order to find this specific instance of object B.
Is there a possibility to achieve that?
Kind regards