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:
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,537 Super User 2024 Season 2
Martin Dráb 228,520 Most Valuable Professional
nmaenpaa 101,148