Hello
I need get the line created (recid) in salesline table, called from salescopying form.
After salesCopying.copy(), i like update the line created.
I actually get the recid so...
salesCopying.copy();
select forUpdate sLine order by recid desc where sLine.SalesId == callerSalesTable.SalesId;
sLine.InventDimId = "EMPR-000001";
sLine.Update();
Sorry for my english