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
Maddy123Maddy123 

Deleteing previous data before new insert

Hi,

    I want to delete old data every time I  insert new data in Tables.

Is there any way to achive same thing ?

I am uploading data using sheduler.

Thnaks.
RajanJasujaRajanJasuja

Hi,


Before inserting data you can use export and then exported file use for deletion by this you can delete all the data which already exist.

It can be done both way using scheduler or manually by apex data loader.

Thanks,

Rajan Jasuja