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
HorosolCHorosolC 

I can't find apex classes and triggers in my org, developer console.

I made apex classes and triggers on VS Code.
and I execute [SFDX:Deploy Source to Org]
when I open exist apex class or triggers on developer console,
I can't find any apex classes or triggers I made.
but they work normally in [Execute Anonymous Window] like "Class.Method();"
please give me a solutions
Naveen KNNaveen KN
Did you check the classes in the setup. Search with the apex or trigger in the admin setup and check if you have the new classes in that list. If yes, you must get it in the developer console, click CTRL + SHIFT + O (letter) and search for the class.