Hi all, is there a way in SuiteTalk (SOAP, Rest AP...
# general
j
Hi all, is there a way in SuiteTalk (SOAP, Rest API or anything) allow to insert a line item into Sale Order at a specific line/index/position, basically we are trying to do something like this Sale Order: Line 1 - first-item Line 2 - second-item
insert Discount Item under Line 1
so end result look like this Sale Order: Line 1 - first-item Line 2 - Discount Line 3 - second-item (re-indexed) Thank you!
m
Are you looking to have this done after the Sales order is created? If so, you could use a suitescript to edit the SO and add the discount then. You would have to keep in mind if anything had been sent out automatically to the customer before the update of course.
j
thank you!!!