Options
All
  • Public
  • Public/Protected
  • All
Menu

Base type that defines standard properties for all Salesforce objects.

Type parameters

  • T: string

    The type of the Salesforce object (e.g. Account/Contact/etc. Prefer SalesforceObjectType enum to string for known types).

Hierarchy

Index

Properties

Id

Id: string

The ID of the Salesforce object.

objectType

objectType: T

The type of the Salesforce object.

objectUrl

objectUrl: string

Absolute URL for the object’s Salesforce layout page.

Generated using TypeDoc