How to transferfields from one field to another two Table fields
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:
André Arnaud de Cal... 291,419 Super User 2024 Season 2
Martin Dráb 230,492 Most Valuable Professional
nmaenpaa 101,156