FYI for my item group issue earlier, if you close ...
# suitescript
c
FYI for my item group issue earlier, if you close a sales order via scripting and it has a line item group, you have to close the Group and all items in the group but do nothing to the End Group. Closing the Group and items in the group will close the End Group automagically via netsuite. Basically loop through the lines and if "Group" close and until you get to "EndGroup" close. Done.
👍 2