- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 09:35 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 09:47 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 09:59 AM
Thanks Priya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 09:50 AM
Or, in a background script, you can put:
var ecc = new GlideRecord('ecc_queue');
ecc.deleteMultiple();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 09:58 AM
This helps too Allen.
Thanks Much,
Priya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 10:00 AM
It is because you started this as a discussion, not a question. bianca.vaccarini, can you get this to the right person to flip?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 10:02 AM
You should see the ability to mark the correct answer