How can I show all item of a Child Table regardless of `parent`, `parentfield`, and `parenttype` value?

Hi all, I am a newbie exploring Frappe and ERPNext here…

I have a custom doctype, a generic transaction details (doctype Transaction Details) that will be filled and populated from many different forms of multiple parent doctypes. This condition makes the parent, parentfield and parenttype filled with different doctypes and fields.

I also have already add a field in Transaction Details that acting as a transaction_ID that identifying several generic transaction details as one Transaction, regardless of different parents.

Now, I have a Transaction doctype that i want to use as a bundle to print the Transaction Details grouped by transaction_ID. My problem is, I can’t show the rows Transaction Details because of the diffrenet parent, parentfield and parenttype value.

Is there anyway that I can show a child table ignoring the parent fields? Thanks for the help…

Did you get any solution for this?