Skip to main content

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

FieldInfoDescription
Apex Scriptstring (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 LogIf checked, then Debug Log response from the execution will be saved in the Realtask Storage and can later viewed from Run Tasks page.