Link child table to another form

Created a child table called subjectmarks with the following fields.

Exam
subject
Marks
Date
Result

Need to fetch records from this child table(subjectmarks) to another form called studentresult by using link - need to show all the fields - fetch one by one like item selection in quotation form.

How we can do this

You can use the “Fetch From” option in Frappe.

https://frappeframework.com/docs/user/en/guides/app-development/fetch-custom-field-value-from-master-to-all-related-transactions

1 Like

Also you can watch the video (with code and without code) :wink:

2 Likes