Newer Version Available
compileTriggers()
Compile your Apex triggers in Developer Edition or sandbox organizations.
Syntax
Usage
Use this call to compile the specified Apex triggers in your Developer Edition or sandbox organization. Production organizations must use compileAndTest().
This call supports the DebuggingHeader and the SessionHeader.
Arguments
| Name | Type | Description |
|---|---|---|
| scripts | string | A request that includes the Apex trigger or triggers and the values for any fields that need to be set for this request. |
Response
See CompileTriggerResult.