Is it possible to remove sales invoice lines when using batch update?
If I update the following sales invoice:
Lines.1.Item | Lines.1.SalesUnitPrice | Key |
---|---|---|
Item1 | 10 | jksdanfknweklfmdsf |
Item2 | 15 | 90904jweionsdgsdfg |
to
Lines.1.Item | Lines.1.SalesUnitPrice | Key |
---|---|---|
Item1 | 10 | jksdanfknweklfmdsf |
90904jweionsdgsdfg |
the sales invoice now has a blank line on line 2
Removing the second line from the update doesn’t change the outcome either.