https://netsuiteprofessionals.com logo
Title
a

alien4u

11/15/2017, 2:40 PM
Because the only way I found that NetSuite pass the fulfillment ID is by get parameters on the Invoice creation moment...
i

igorp

11/15/2017, 10:11 PM
Try to get the line item value of a field called orderdoc. It might hold the item fulfillment id. If it doesn't work , than on the before load event of the invouce creation try to get the line item value of the "line" field, there is a chance that it will contain the item fulfillment id + "_" + line index.