Can we add Table field type inside another Table field type?

Hello,

In a DocType RC I have create a field RC Details whose type is Table. This table is attached to a DocType RC Detail Activities.

I have create a DocType RCA Operation

In the DocType RC Detail Activities I have added a field RCA Operations which is of type Table and attached RCA Operation.

ERPNext did not give any error but now when I am trying to access the content of Table in DocType RC nothing is happening. Originally when we click on the Edit button in Table it pops up a modal in which we can edit other fields. But this is not happening.

Can we add Table field type inside another Table field type?

TIA

Yogi Yang

I am facing the same issue. Did you find a solution to the problem?

1 Like

No did you get any solution.

On reading around I found that it is not practically possible.

the best possible solution can be create 2 table seperatly and link them

create 1 link table and 1 custom table add a script to add data in custom table data which is linked with the linked table

Same Here!

That is not possible.
You can add a JSON field and then use HTML fields to display the data in parent doc.

To populate the table you can use dialogs or, again, through HTML field (via parent doc)