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.
Mass Update Account Forecast Action
This object is available in API version 48.0 and later for users with Manufacturing Cloud license.
Supported REST HTTP Methods
- URI
- /services/data/vXX.X/actions/standard/massUpdateAccountForecast
- Formats
- JSON, XML
- HTTP Methods
- GET, HEAD, POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| entityId |
|
| fieldToUpdate |
|
| periods |
|
| products |
|
| operation |
|
| numericvalue |
|
| numericValueType |
|
| adjNote |
|
Usage
Sample Request
The following example shows how to mass
update forecast
fields:
1{
2“entityId”: “a07B0000007qbQOIAY”,
3“fieldToUpdate”: “DiscountPercentage”,
4“periods”: “[”a07B0000007qbQOIAY“,”a07B0000007qbQOIAY“]”,
5“products”: “[”a07B0000007qbQOIAY“,”a07B0000007qbQOIAY“]”,
6“operation”: “ReplaceWith”,
7“numericvalue”: 10,
8“numericValueType”: “Percentage”,
9“adjNote”: “Percentage updated.”
10}