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

Simple Scheduler Error
Im not sure why im getting this error.
Compile error at line 1 column 14
Global type must be contained inside of a global class
on this code.
global class StatusTracking implements Schedulable{ global void execute(SchedulableContext SC) { StatusTracker st = new StatusTracker();st.Tracking(); } }
Its getting saved for me, can you give some more information. I was using version API version 22.0 for the class.