Dear All
I want to add Multi Add on this doctype
How i can do that
note: Allow Bulk Edit is activate
Best Regards
Dear All
I want to add Multi Add on this doctype
How i can do that
note: Allow Bulk Edit is activate
Best Regards
@msiam You can do that using the following code…
child_table_fieldname
with the fieldname of your child tablelink_fieldname
with the name of the link field in your child tableqty_fieldname
with the name of the quantity field in your child table if exists else replace the string with null
frm.get_field('child_table_fieldname').grid.set_multiple_add('link_fieldname', 'qty_fieldname');
it is Working
Thank You
How I can add the event and show the dialog when I pressed the multiple_add button?
doesn’t appearance
please check your inbox