Hi,
I am not able to clear child table records based on a condition earlier in version 6 the code was working perfectly but now, its not working. Below is my code for the same.
while (i–)
{
if(tbl[i].product_type == “PV/VIDEO - BMT”)
{
cur_frm.get_field(“items”).grid.grid_rows[i].remove()
}
}
I appreciate if anyone can help me in this context.
This code was working and earlier and below is post from where it got resolved.
@sorin.negulescu
@Nishant_Jariwala
Any idea why it is not working now?
Regards
Ruchin Sharma