Hi,
I've created a simple Custom module called "Proyectos" which has an id field and a text field called "Proyecto".
Then i added a new field in the Contacts section called "Proyectos", that is a recordset from "Proyectos::Proyecto".
I have another Custom module called "ControlHoras". This module has a field Called "Proyectos" that i want to link with "Contacts::Proyectos" field. I added this field in "ControlHoras" modle, but when i want to create a new record for "ControlHoras", although the user has data in his corresponding "Proyectos" field, in the dropbox of selection of the "Proyecto" appears "Array, Array" and when I select one of this, in the record view i can see "__1__2" instead the data.
i.e.
Proyectos: Project1, Project2, Project3... ProjectN
Contact: "Franc" --> "Proyectos": (Zbeda, Fare); --> Img 1.png
ControlHoras: "Proyectos":(Array, Array), when this field should show (Zbeda, Fare); --> Img 2.png
When i save this record, in record view you can see: ControlHoras:"Proyecto":= "__1__2" instead of "Zbeda" --> Img 3.png
I hope you can understand what I mean, XD
Best Regards,
Franc