Can we use the same Child table, multiple times in same DocType?
For example “Item” Child table required 2 time in a docType, created 2 Different tab with different Name itemTab1, itemTab2.
Added the same item child table.
But when i try to use same child table multiple time, in local version its working fine. But when host the app in Frappe Cloud, before saving the child table data is clearing. it mean child table data not saved. what may be the reason for this issue. ?
Yes, you can definitely use the Item Child table multiple times within the same DocType but you only should make 2 different tables with different fieldname.
Hello,
Data cleared from both tables or from one table?
We can use child table more than one time in a doctype but Must be the fieldname of table is different.
after that you facing the data cleared issue.
please share the Error Trace
Data cleared from both table before saving