Hi guys,
I have one requirement.
Initially I was doing in a way like , I will be inserting few records in the temp table and I will be sending request(JSON) from the table.
Now I have changed table to regular because I need to run in the batch since temp table will not support in the batch.
So after I changed to regular table before insertion I will be deleting all the record, Now my problem is when multiple user sending at a same time only once user data we are getting and other user record in getting deleted. This is happening because we are writing /deleteFrom_table/.
Is there is any way that I can hold the records till that user completes it's process, it should not get deleted till then.