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