Hi, Is there any way I can create an invoice from ...
# suitescript
m
Hi, Is there any way I can create an invoice from ItemFulfillment? OR If I can create an invoice from the sales order then how can I remove items from the transformed invoice?
1
d
You have to transform SO → Invoice. Here's the list of Supported Transformation Types
record.transform(…)
initialises/returns a
N/record#Record
 object. You can then remove lines from it before calling its
save()
function