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.
Calculate Advanced Account Forecasts Action
For more information about calculating forecasts for an account, see Use Manufacturing Actions in Flow Builder and Process Builder in Salesforce Help.
This object is available in API version 52.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/vXX.X/actions/standard/calculateAdvancedAccountForecast
- Formats
- JSON
- HTTP Methods
- GET, POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| accountId |
|
| forecastDataId |
|
| forecastSetId |
|
Usage
JSON Sample Request
1{
2 "inputs":[{
3 "forecastSetId":"0ni5sajb8347k3s",
4 "accountId": "0yAxx00004000002AAA",
5 "forecastDataId": "0r4ft8941574TRE78V"
6 }]
7}JSON Sample Response
1[
2{
3 "errors":null,
4 "isSuccess":true
5}
6]