Frends.Salesforce.CreateSObject / 3.0.0
Summary
Creates a record of any Salesforce object type, standard or custom, from JSON, so one Task covers the whole object model.
Typical use — pushing new records in from another master system
Input-class for CreateSObject-task.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SObjectAsJson | String |
– | { "Name": "ExampleName" } |
SObject structure as json. |
| SObjectType | String |
Account |
Account |
SObject type. Can be Account, Case, CustomObject, CustomSettings, CustomMetadata, etc... |