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
Jyoti Ranjan PandaJyoti Ranjan Panda 

How to know apex class was enabled as it was disabled.

SubratSubrat (Salesforce Developers) 
Hello Jyoti ,

To check if an Apex class is enabled or disabled in Salesforce, you can check In the Setup menu, search for "Apex Classes" in the quick find box and select "Apex Classes" under the "Develop" section.

On the Apex Classes page, you will see a list of all the Apex classes in your org.
Locate the specific Apex class you want to check and look at the "Status" column.
If the class is enabled, the status will be "Active."
If the class is disabled, the status will be "Inactive."

Hope this helps !
Thank you.
Arun Kumar 1141Arun Kumar 1141

Hi Jyoti,

Simply go to setup menu and search for Apex Classes in Quick Find Box as follows:

User-added image
You can see the Status of the Apex Class that whether it is Active or Inactive.

Hope this will be helpful.
Thanks!