SysTestRecordCleanUp::copyNonSystemFields Method
Copies the non-system fields from the source record to the destination record.
Syntax
client server public static void copyNonSystemFields(
Common _destination,
Common _source,
[DictTable _dictTable])
Run On
Called
Parameters
- _destination
Type: Common Table
The destination record to copy to.
- _source
Type: Common Table
The source record from which to copy.
- _dictTable
Type: DictTable Class
A DictTable object; optional.