AddEntry
Add a SalesForce object entry.
Input
| Name | Type | Description |
| ObjectName | String | Name of the object to be updated (i.e. Account, Campaign, Event, etc.). |
| AttributeName | String | Field names for the new entry, comma separated. |
| AttributeValue | String | Field values for the new entry, comma separated. |
Output
| Name | Type | Description |
| ID | String | The ID of the object created. |
| Success | String | This field is true if the object was created, false otherwise. |