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
valerianew_tedesco1.3960179568184934E12valerianew_tedesco1.3960179568184934E12 

how to send Monitor -> System Overview for mail periodically without execute login

Hello,
how i can realize a report that send periodically a mail with Monitor -> System Overview of my org without execute login? How i can count
  • custom object,
  • Custom Settings
  • Data Storage
  • API Requests, Last 24 Hours
  • Rules
  • Apex Triggers
  • Apex Classes
  • Most Used Licenses
  • Custom Apps
  • Active Force.com Sites
  • Active Flows
  • Custom Tabs
  • Visualforce Pages

of my org?

Vinita_SFDCVinita_SFDC
Hi,

You can create an apex class and query count of each of above mentioned things:

query ex: Select count from ApexTrigger //gives count of apex triggers in your org

Select count from ApexClass

Select count from ApexPage and send out these details trough email.

valerianew_tedesco1.3960179568184934E12valerianew_tedesco1.3960179568184934E12
Hi, thanks for your rensponse, but with query i can't obtain
- Data Storage
- # API Requests, Last 24 Hours
- # Rules
- # custom object
and i can't obtain max limit for each data type to calculate the difference with the actual used.
Can you help me?

Vinita_SFDCVinita_SFDC
Hi,

You can not query these details but can only check through setup. Setup > Company Profile > Company Information