Frends.Salesforce.UpdateSObject / 3.0.0
Summary
Updates an existing record of any object type from JSON, changing the fields supplied.
Typical use — keeping Salesforce aligned with a master system without overwriting fields it owns
Input-class for CreateSObject-task.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SObjectAsJson | String |
– | { "Name": "ExampleName" } |
SObject structure as json. |
| SObjectId | String |
– | abcdefghijkl123456789 |
SObject id. |
| SObjectType | String |
Account |
Account |
SObject type. Can be Account, Case, CustomObject, CustomSettings, CustomMetadata, etc... |