In client script, How can I trigger inserting of l...
# suitescript
d
In client script, How can I trigger inserting of lines when I add item group ? for example I have item group with 2 components, when click add on the item group its add 3 lines to the sales order (last line is end of group), how can i trigger the inserting? validateLine is not triggerd here and also not lineInit
a
You can't, is a known limitation.
d
Ok, Good to know, thanks!