Problem fetching values to child table after update

check the add_fetch method syntax, You are missing target_fieldname

add_fetch(link_fieldname, source_fieldname, target_fieldname)

Thanks, Makarand

1 Like