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
Sandeep EkambeSandeep Ekambe 

Unable to save apex/vf/trigger code in developer console

Hello All,

Trying to save the code in the 'developer console' editor window but the code is never saved. Unable to save and execute my programs because of this problem.

Please view this screen recording of the problem
https://bit.ly/2J27QGX
Team NubesEliteTeam NubesElite
Hi Sandeep,
Follow these steps
Go to Developer Console -> Work Space -> New Workspace
Create a new workspace
Save classes/triggers

Try again, it should be fixed



Thank You
www.nubeselite.com

Developement | Training | Consulting

Please Mark this assolution if your problem resolved.
Singh PraveenSingh Praveen
Hi Sandeep,
You have error in your written code so first try to remove those errors and then try again after that it will save.
FYI, you applied wrong single quotes for strings and you are trying to save apex class in VF page. if you want to create class then follow these steps
Go to Developer Console -> File -> New -> Class
Create a new class, Write your code and then save it.

Please Mark this answer as best answer if your problem resolved.
Deepali KulshresthaDeepali Kulshrestha
Hi Sandeep,

In your video your using a vf page editor to make an apex class. Do the following and then try to save your class.

Goto File > New > Apex Class

Name the class as 'EmailClassSend' and paste your code there.

Hope it works

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha
www.kdeepali.com