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

Scheduled APEX jobs and transactions
How do transactions work with scheduled APEX? If I have a class that schedules an APEX job in a catch block and then rethrow the exception well the APEX job still fire and perform all DML operations within the schedulable class?
I was going to build a prototype to test this out but thought I would ask before going crazy with code.
Thanks!