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
Tim__mTim__m 

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!