Skip to main content

SFDCObject

A single Salesforce record resolved to its concrete type by the record id's key prefix.

union SFDCObject = SFDCAccount | SFDCContact | SFDCOpportunity

Possible types

SFDCObject.SFDCAccount object

A Salesforce Account record, with any accords linked to it.

SFDCObject.SFDCContact object

A Salesforce Contact record.

SFDCObject.SFDCOpportunity object

A Salesforce Opportunity record, with any accords linked to it.

Returned By

getSFDCObject query ● searchSFDCObjects query