No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ContainerAsyncRequest
Allows you to compile and asynchronously deploy a MetadataContainer object to your organization.
Supported SOAP API Calls
create(), describeSObjects(), query(), retrieve()
Supported REST API HTTP Methods
Query, GET, POST
Fields
| Field Name | Details |
|---|---|
| CompilerErrors |
|
| ErrorMsg |
|
| IsCheckOnly |
|
| IsRunTests |
|
| MetadataContainerId |
|
| MetadataContainerMemberId |
|
| State |
|
Usage
When you deploy a ContainerAsyncRequest, you must specify whether to save the compiled entities:
- To compile entities without saving, set the request to IsCheckOnly=true. This option is only supported if a MetadataContainerMember is specified. A single MetadataContainerMemberId can’t be compiled without saving.
- To compile and save entities to your organization, set the request to IsCheckOnly=false.
If the compile succeeds, the SymbolTable field is updated on each object in the specified MetadataContainer. If the save or compile fails and a SymbolTable field cannot be updated, the field is cleared. If there is an outstanding save request, all updates, inserts, and deployments fail.
To terminate a queued deployment, set the State field to Aborted.