Hello, is it possible with either createdfrom or i...
# suitetalkapi
p
Hello, is it possible with either createdfrom or intializerecord through the soap api when creating an invoice to be able to specify which lines need to be billed on that invoice from a sales order? We have a scenario where a sales order can have lines for multiple years but we would like to bill specific sales order lines on the invoice.
b
initialize the invoice from sales order
remove the lines you dont want to bill
then add the invoice
p
can this all be done through the soap api?
b
yes
p
thanks