function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PRASHANT BHARTIPRASHANT BHARTI 

Transfer records from lead object to big object

I want to move all the old leads from lead object and transfer it to any big object and after that I want to delete those records from lead object using batch apex.

Is it possible to do that?
Vishal_GuptaVishal_Gupta
Hi Prashant,

In Big Object, you can archive records from any custom/standrad objects, only you need to consider that big object does not support all data types, only supports's Date Time,Lookup,Number,Text,Long Text Area Field only and few more limitations you should analyse before using the big Object. Please find more details on following link https://developer.salesforce.com/docs/atlas.en-us.bigobjects.meta/bigobjects/big_object.htm