Execute Anonymous Apex
ZuppIO Execute Anonymous works the same way as the native Salesforce Execute Anonymous feature accessed from the Developer Console, but allows you to run your code on multiple organizations at the same time.
How to Execute Anonymous Apex
To execute Anonymous Apex, you need to add a step to a job and run it.
Follow these steps:
- Open a job.
- Press the New Step button.
- Name your step.
- Select Execute Anonymous as the step type.
- Enter valid Apex code.
- Save your changes.
- Select your new step.
- Select at least one Target org.
- Press the Execute button to run your Anonymous Apex code on the selected Target org(s).
Note: Validation is not available for this type of step.