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