Fix: ReadOnlyTimeStamps Not Preserved When Cloning Records in Apex
In this article I will tell you the solution of ReadOnlyTimeStamps not getting preserved When Cloning Records in Apex. So few days back I was working with cloning a record using Apex. While going through the official documentation I have found that we can also copy the read-only fields like CreatedById, CreatedDate, LastModifiedById, and LastModifiedDate … Read more