Is it possible to add lines to Item Fulfillments? ...
# suitescript
s
Is it possible to add lines to Item Fulfillments? Because I'm getting the error
You have attempted an invalid sublist or line item operation. You are either trying to access a field on a non-existent line or you are trying to add or remove lines from a static sublist.
when I try to use
itemfulfill.selectNewLine({ sublistId: 'item' });