Help with References inside table

Hello! I am making an app that handles the registration of product applications in different parts of my city,  in (pic related) my table i have the name of the field and the different parcels inside said field

jvne_0-1732646244954.png

so far so good, nothing wrong to see here

The problem comes when I want the user to be able to modify the field and the contents of that field, the entity names show up instead of the pretty names I added before!

jvne_1-1732646284393.png

Any help would be greatly appreciated! 

 

0 2 93
2 REPLIES 2

Hola! Parece que simplemente es un problema al definir el tipo de columna.
Asegurate que tu columna Parcelas sea de tipo REF ligada a tu tabla parcelas.

El problema es que el campo Parcelas de la tabla Campo es una coleccion de varias parcelas, por lo que tuve que hacer un enum list para poder hacer una lista de los objetos

jvne_0-1732723756079.png

 

Top Labels in this Space