You need to sign in to do that
Don't have an account?

Scheduling Apex Class Error
Hello,
We have been using the same apex class since 2014 to create a new batch of Opportunities at the beginning of every month, so that we always have a set of 11 Opportunity forecasts. However, for the first time I'm receving the following Error: You must select an Apex class that implements the Schedulable interface.


Salesforce support cannot help without a Premier package, so I'd really appreciate any help on the matter. Please let me know if you require any further information.
Thanks!
We have been using the same apex class since 2014 to create a new batch of Opportunities at the beginning of every month, so that we always have a set of 11 Opportunity forecasts. However, for the first time I'm receving the following Error: You must select an Apex class that implements the Schedulable interface.
Salesforce support cannot help without a Premier package, so I'd really appreciate any help on the matter. Please let me know if you require any further information.
Thanks!
Can you try the approach mentioned in https://developer.salesforce.com/forums/?id=906F00000008xeQIAQ
Expand Develop in the left pane.
Click on 'Apex Classes'
There's a link at the top left "Compile All Classes"
Thanks
All Answers
Can you try the approach mentioned in https://developer.salesforce.com/forums/?id=906F00000008xeQIAQ
Expand Develop in the left pane.
Click on 'Apex Classes'
There's a link at the top left "Compile All Classes"
Thanks