You need to sign in to do that
Don't have an account?

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.
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.
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