Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

compileTriggers()

Compile your Apex triggers in Developer Edition or sandbox organizations.

Syntax

1CompileTriggerResult[] = compileTriggers(string[] triggerList);

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.