update_record
Update an existing Salesforce record by specifying the object, record ID, and new data.
Instructions
Updates an existing record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | The name of the Salesforce object (e.g., 'Account', 'Contact') | |
| record_id | Yes | The ID of the record to update | |
| data | Yes | The updated data for the record |