Skip to main content

updateSalesforceCustomFields

Write updated field values to a Salesforce record in the workspace's connected org. Returns success:false with a message when Salesforce is not connected or the update fails (known Salesforce errors surface their message; unexpected errors are reported for monitoring).

updateSalesforceCustomFields(
input: updateSalesforceCustomFieldsInput!
): updateSalesforceCustomFieldsPayload

Arguments

updateSalesforceCustomFields.input ● updateSalesforceCustomFieldsInput! non-null input

The record id, object type, and field values to write.

Type

updateSalesforceCustomFieldsPayload object

Outcome of a Salesforce custom-field update.