Truncating Custom Objects Truncating custom Object allows you to remove all of the object's records, while keeping the object and its metadata. When you truncate a custom Object Salesforce places a truncated object in the Deleted Object list for 15 days. It appears in deleted object list as objectname_trunc. NOTE : During this time, the truncated object and its record continue to count against your org limits. NOTE : Truncated Objects can not be restored to their original state. Truncating object is a fast way to permanently remove all of the records from an object, while keeping object and it metadata intact for future use. Lets play with truncation I have created a custom object "TestObject" and inserted few records. On object defination page I can not see "Truncate " button to enable Truncate go to Setup -> Customize -> User Interface and select " Enable Custom Object Truncate " on saving it a new but...