How to transferfields from one field to another two Table fields
Hi,
TransferFields is nothing but mirroring the data from one table to another.
A couple of pre-requisites that Table structure of source table and destination table is similar.
For Eg:
Field 1| Name| Text[50] in source table should have Field 1| Name2| Text[50]
Also you can decide to set PKs as well.
Syntax:
DestiantionRecord.TRANSFERFIELDS(SourceRecord [, InitPrimaryKeyFields(true/false)])
Refer: