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.
OperationLog
Supported SOAP Calls
create(), describeSObjects()
Supported REST HTTP Methods
Query, GET, POST
Special Access Rules
As of the Spring '20 release, to access OperationLog you must have the View Setup user permission.
Fields
| Field | Details |
|---|---|
| DetailedStatus |
|
| Message |
|
| Parameters |
|
| Status |
|
| Type |
|
changeOwnPassword
Represents the password details when users change their own passwords. Users can’t use setPassword() to change their own passwords, and must use changeOwnPassword(). This type is available in API version 40.0 and later.
| Field | Details |
|---|---|
| oldPassword |
|
| newPassword |
|
OperationParameters
Represents parameters to be passed to an operation triggered by Tooling API. This type is available in API version 37.0 and later.
| Field | Details |
|---|---|
| payload |
|
OperationPayload
Represents a named set of input parameters, or payload, that corresponds to the operation type specified in the Type field of OperationLog. For example, if you choose the operation type RunTerritoryRules, use the payload Territory2RunTerritoryRulesPayload.
Payloads that are supported by OperationLog are extensions of the OperationPayload type. This type is available in API version 37.0 and later.
Territory2RunTerritoryRulesPayload
Represents a set of parameters to be specified when triggering a RunTerritoryRules operation through Tooling API. Extends the complex type OperationPayload. This type is available in API version 37.0 and later.
| Field | Details |
|---|---|
| keyPrefix |
|
| territoryId |
|
| territoryModelId |
|
Territory2RunOppTerrAssignmentApexPayload
Represents a set of parameters to be specified when triggering a RunOppTerrAssignmentApex operation through Tooling API. Extends the complex type OperationPayload. This type is available in API version 37.0 and later.
| Field | Details |
|---|---|
| excludeClosedOpportunities |
|
| opportunityCloseDateFrom |
|
| opportunityCloseDateTo |
|
| opportunityLastModifiedDateFrom |
|
| opportunityLastModifiedDateTo |
|
| territoryModelId |
|