Tuesday, October 20, 2020

Clearing Salesforce Logs Manually - UI Delete not working

Sometimes clearing the logs via the UI does not always work...but what to do now?


 Here are some steps to solve your problem:

  • Open your Developer Console
  • Select query editor

  • Enter the following query 
    • select id from Apexlog 
  • This will display all the logs by id


  • Highlight (select) all the lines you wish to delete (Shift + down arrow)
  • Then select Delete Row


This will start deleting your logs per id.

Happy Trails!




Generate reports from Opportunities using a Visualforce Page in Salesforce

  Step 1: Create a Visualforce Page Go to the Setup menu in Salesforce. Search for "Visualforce Pages" in the Quick Find box and c...