Join Slack
Powered by
Hi, Is there any way I can create an invoice from ...
# suitescript
m
MUHAMMAD MUBUSHER ASLAM
07/05/2021, 1:14 AM
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
David B
07/05/2021, 3:33 AM
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
3
Views
Open in Slack
Previous
Next