Sfdc Apex Script
It executes a given Sfdc Apex script in connection. Script is executed in synchronous manner, so it will not eat up the daily max Async job execution limit.
Fields
| Field | Info | Description |
|---|---|---|
| Apex Script | string (max 10,000 chars) | This is the Apex Script. You can specify any valid apex script. If you have a long script, it is better to create a class, deploy to org and just invoke that org. |
| Save Debug Log | If checked, then Debug Log response from the execution will be saved in the Realtask Storage and can later viewed from Run Tasks page. |