You need to sign in to do that
Don't have an account?
How to Delete mass queue and their records. ?
Hey All,
I'm stuck with a problem- There are more than 5000 queue records in my account and I wanna delete all the queue which are not seen by any user. How can I make this possible by Apex code or is there any other solution to delete enormous number of queues. ?
Thank you all in advance.
Regards'
Taresh Pandey
I'm stuck with a problem- There are more than 5000 queue records in my account and I wanna delete all the queue which are not seen by any user. How can I make this possible by Apex code or is there any other solution to delete enormous number of queues. ?
Thank you all in advance.
Regards'
Taresh Pandey
When you say queue records, you mean that the owner of those records is this problematic queue you want to get rid of, am I right?
If so, there is no need on using apex code, you can perform the operation using just Dataloader, first exporting the IDs of those records whose owner is this queue and then deleting using the csv you have just generated when you exported the IDs.
Regards,