LedgerJournalTrans_Asset.copyTo Method
Copies the non-system fields from this buffer to the destination buffer.
Syntax
public void copyTo(LedgerJournalTrans_Asset _destination)
Run On
Called
Parameters
- _destination
Type: LedgerJournalTrans_Asset Table
The buffer to which to copy the non-system fields.
Remarks
The Common.data method forces the system fields to be copied across. Some scenarios, such as in-memory rollbacks of buffers, should not have those fields copied across.