Hi experts!
I can´t update the price in quotation, this is my code:
... n.Lines.SetCurrentLine(index); n.Lines.Price = price; n.Lines.RowTotalFC = n.Lines.Price * n.Lines.Quantity; n.Lines.Add(); int res = n.Update(); ...
If i change a itemcode, itemname the changes are ok, the problem is only in price.