Item - Connections to BOM Item

In the Item page, Connections section, we have a connection to BOM, where the current item is the production item of the BOM.
I’d like also a connection to BOM where the current item exists within the BOM Item child table.

Is it possible to configure this kind of link, within a _dashboard.py file ?

1 Like

https://github.com/frappe/frappe/pull/13823

Thanks, but I’m not sure how internal link help here. My understanding is they are used when the current doctype has child table to be used as the link. In the case here, Item has no child table.
Also keep in mind a BOM connection already exists in Item page… and I want to add a second BOM connection but using ‘BOM Item’ as the link. Is this supported?