Skip to main content

SFDCObjectInterface

Fields shared by every Salesforce object variant, including the accord (if any) this CRM record is linked to. The connected-accord fields are populated by searchSFDCObjects only; getSFDCObject leaves them null.

interface SFDCObjectInterface {
id: String!
connectedAccordId: String
connectedAccordName: String
connectedCrmId: String
}

Fields

SFDCObjectInterface.id ● String! non-null scalar

The Salesforce record id.

SFDCObjectInterface.connectedAccordId ● String scalar

Id of the accord linked to this CRM record, if one exists. Populated by searchSFDCObjects only.

SFDCObjectInterface.connectedAccordName ● String scalar

Name of the accord linked to this CRM record, if one exists. Populated by searchSFDCObjects only.

SFDCObjectInterface.connectedCrmId ● String scalar

The CRM id recorded on the linked accord, if one exists. Populated by searchSFDCObjects only.

Implemented By

SFDCAccount object ● SFDCContact object ● SFDCOpportunity object