indikad wrote:Thanks Mike.
I did not expect the line id to change.
Thanks for the help again.
No worries - you'll probably need to come up with a different strategy for identifying the line other than the InvoiceLineID. You could write a query to get the InvoiceLineID within the the SelectedHistoryNo by looking at SO_Lines easy enough - just match on the LineNum - we don't allow lines to be added or removed after snapshot 1, so even though your setup currently passes the InvoiceLineID from snapshot 1, you can work out the InvoiceLineID of subsequent snapshots.
I hope that makes sense.
Mike