Good morning,
I am trying to post sales order confirmation through x++. i can achieve that through salesformletter.update() but here i am having issue with lines.
I want to confirm only specific lines for example i have 3 lines i want to confirm only 2 lines.how can i specify while posting only to include 2 lines.
I have seen code in internet everywhere they use salesformletter.update().
I am trying to achieve this through salesparmtable and salesparmline insertion .
Please provide some light on this