Set child table field mandatory based on condition

Sorry, i got the implementation from here:

cur_frm.fields_dict.child_table_name.grid.toggle_reqd
("child_table_fieldname", condition)
7 Likes