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
PRAVEEN BATTULA 4PRAVEEN BATTULA 4 

Schedule Apex from UI , throws error select Apex class that has a parameterless constructor.

I inactivated a user and a scheduled job failed as that user submitted the Job. I tried to create a new job while logged in as a generic Integration user. On the Schedule Apex page, I select the same Apex class and set the Frequency. But while saving I get the error, You must select an Apex class that has a parameterless constructor. My question is how did this work before with the same class and constructor and why it is failing now.
Raj VakatiRaj Vakati
That is not the case at all .. Becasue if you have any class that is already scheduled  , you cannt able to change the code from salesforce .( You can able to do it form the eclipse ) 

Can you share the code and see what is the code now and how are you trying to schedul it

 
Sreedhar Reddy 36Sreedhar Reddy 36
Hi Praveen / Raj,

Is this issue resolved? I have a similar issue. How do we fix it?