function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mworldmworld 

DB Table Purge/Clear/Delete

Our application takes in data from an outside application and the folks here would like to suck that data into an SF table, process and integrate it with other tables, and then purge the initial table on a daily basis. Use of Delete just marks records for deletion rather than physically removing them from the table. Is there any global purge/clear/delete functionailty available to operate on SF tables?

Mauricio
werewolfwerewolf
Just make a call to emptyRecycleBin after your delete process has run.  That will hard-delete the items.