Skip to main content

getSalesforceCustomFields

Read the current values of the requested Salesforce custom fields for a record, spanning the root object plus any related/lookup objects configured for the workspace. Fields the connected profile cannot access are silently omitted; a non-fatal failure returns an error string inside data. Returns null when Salesforce is not connected.

getSalesforceCustomFields(
input: getSalesforceCustomFieldsInput!
): getSalesforceCustomFieldsPayload

Arguments

getSalesforceCustomFields.input ● getSalesforceCustomFieldsInput! non-null input

Slideout config selecting the record and the fields to read.

Type

getSalesforceCustomFieldsPayload object

Wrapper around the resolved field values for the requested record.