Link field showing rows of a child table of the current doctype

I’m trying to have a Link field that displays rows of a child table of the current doctype.
Let’s use BOM doctype as an example.
BOM has child tables BOM Item and BOM Operation.
Now let’s say that in BOM Item grid, I want to add a Link field to BOM Operation.
I use frm.set_query() to filter on parent so only BOM Operation of the current BOM are shown.
This is working well, but there is one major issue, the link field dropdown show only the hash name of the BOM Operation.

I tried to configure a title in BOM Operation but it seems it is not possible for a child table.

Has anyone done something similar, or have suggestion how to show meaningful name in the link field dropdown ?

Anyone used a Link field to select rows of a child table?

Hi @guimorin,

If BOM Operation is a custom doctype then set the Title in Link Fields.
If base doctype then you can set via customize form.

Please check the documentation.

I hope this helps.

Thank You!

Setting a Title on a child table has no effect.

Show your screenshot a settings of BOM Operation