Hi,
I am developing a DI API Addon that generates Invoices Draft.
After have attached a new line with this code:
objInv.ItemCode = objDel.Lines.ItemCode
objInv.Lines.Quantity = objDel.Lines.Quantity
I would like to have che Weight1 and the LineTotal but they are 0.
When are they calculated?
Thank you
Andy