Hi,
I have a requirement to copy data from the UAT to the PRODUCTION environment.
My Dataverse table has three columns: a unique identifier, a primary key, and a CreatedOn column.
I need to replicate these three columns’ data from UAT to PRODUCTION.
I have tried the import method, which allows me to copy the primary key and CreatedOn columns, but the unique identifier is not copied over, likely because it performs Create statements.
I have also tried the Dataflow method, which lets me copy the unique identifier and primary key columns, but the CreatedOn column is not available for editing.
I have used Data Transporter, Data Import ++, and many other plugins in the XRM toolbox, but I have not achieved the desired result.
Any help would be greatly appreciated.
Thanks in advance!