Enter the Salesforce Cloud target header values for your integration.
You can configure the target header properties for Salesforce Cloud.
The following table describes the key information on the Salesforce Cloud target Header page.
Request headers are sent with the request message to the Salesforce application.
Response headers are received with the response message sent from the Salesforce application.
Element | Description |
---|---|
AllOrNoneHeader (request header) |
Specifies the transactional behavior for Salesforce application operations. If you set AllorNone to true, the call to the Salesforce application is committed only if it completes without any errors. Otherwise, it is rolled back. The default behavior is to commit partial records without any error. |
AllowFieldTruncationHeader (request header) |
Specifies the truncation behavior for the following fields (each are string data types):
Set allowFieldTruncation to one of the following values:
|
AssignmentRuleHeader (request header) |
Specifies the assignment rule to use when creating or updating an account, case, or lead. The assignment rule can be active or inactive. The ID is retrieved by querying the
|
EmailHeader (request header) |
Specifies whether or not to send a notification email. You can set the following properties:
|
DebuggingHeader (request header) |
Specify the debugging log level. The following log levels are supported:
|
MruHeader (request header) |
The Salesforce application shows the most recently used (MRU) items. In API version 7.0 or later, the list is not updated by itself. Use MruHeader to update the list. Using this header can negatively impact performance. Set updateMru to one of the following values:
|
PackageVersionHeader (request header) |
Specifies the package version for any installed package. The package version identifies the components in a package. The package version follows the format |
QueryOptions (request header) |
Specifies the batch size for queries. The default value is |
DebuggingInfo (response header) |
This information is only returned if the debugLevel request header is sent with the request payload to the Salesforce application. |
LimitInfoHeader (response header) |
Provides information about the limitations of API calls on a per-day basis for the organization.
|