Show multiple columns of Child "Table" field on the parent Form

I Added Child Table in ERP Next, called “Designation Skills”. This child table has only 1 column that is of type Link to the table “Skill”. I also added a custom field to the table “Skill” called “Process”.

In my head now I have 3 tables Designation, Designation Skills and Skill

I now opened the Designation Form and added “Designation Skills” as a table in the Designation form. I am able to add/remove Skills for a designation now. The grid on the form shows only the ID of the selected skill. I want it to show description and the custom field “Process” as well. Is it possible on Frappe framework ?

Hi @luckyabhishek,

I think you should check the documentation of Formatter For Link Fields

Maybe, it becomes helpful for you!

Thank You!