The Copy method on temporary records

If you ever needed to copy temporary record variables, you probably already stumbled across ToRecord.Copy(FromRecord, true), with the second parameter true being used. But be careful: it works differently than you might think!

Imagine two temporary record variables, both pointing to the same base table:

Source : The BC docs librarian
Read more…