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.
Update Account Manager Target Values Action
Update an account manager target’s assignment values when the
target’s value changes. The update is made based on the parent's target value and
percentage.
For more information about updating the assignment values of an account manager target, see Use Manufacturing Actions in Flow Builder and Process Builder in Salesforce Help.
This object is available in API version 49.0 and later for users with Manufacturing Cloud license.
Supported REST HTTP Methods
- URI
- /services/data/vXX.X/actions/standard/updateAcctMgrTarget
- Formats
- JSON, XML
- HTTP Methods
- GET, HEAD, POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| entityId |
|
Usage
Sample Request
The following example shows how to update
account manager
target:
1{
2“entityId”: “0gAT1000000006nMAA”
3}