Deleting the ECC queue.

priyajames
Kilo Contributor

Hi SN friends,

I want to delete all the records in ECC queue log. As there are lacks of records can you please tell me how I can proceed with the deletion of these at a single shot?

Thanks Much!

Priya

1 ACCEPTED SOLUTION

Govind Kumar S1
Kilo Guru

Hi Priya,



go to tables and column . select table ecc_queue. click on delete all records.


confirm window will appear, type "delete " there. this will delete all records from the table.


You can try this on   any demo instance.



thanks & Regards


Govind Kumar Sharma


View solution in original post

10 REPLIES 10

Thanks Priya


Mike Allen
Mega Sage

Or, in a background script, you can put:



var ecc = new GlideRecord('ecc_queue');


ecc.deleteMultiple();


This helps too Allen.



Thanks Much,


Priya


It is because you started this as a discussion, not a question.   bianca.vaccarini, can you get this to the right person to flip?


You should see the ability to mark the correct answer