Salesforce Standard Objects Feature Parity

Salesforce Standard Objects Feature Parity

Within Salesforce certain Standard Objects support specific features or functions.

As I brush up on my SOQL Skills I'd thought I'd share this list of highlights with you so you know what objects support which features.

This is particularly helpful if you need to know if a Standard Object supports a Record Triggered Flow or Apex Trigger.

  • Apex Trigger, indicates if the object supports Apex Triggers
  • Auto Activity, indicates if the object is enabled for Einstein Activity Capture
  • Compact Layout, indicates if the object supports Compact Layouts
  • Deep Clone, indicates if the object supports a Deep Clone
  • Feed, indicates if the object supports Feed/Feed Tracking
  • FLS, indicates if the object supports Field Level Security (FLS)
  • Layout, indicates if the object supports Page Layouts
  • Query, indicates if you can query the object
  • Replicate
  • Search, indicates if the object supports Search
  • Search Layout, indicates if the object has a Search Layout
  • Workflow, indicates if the object supports Record Triggered Flows/Workflow
  • Prefix, indicates the beginning of the Object's Record IDs

View this Information as a Google Drive PDF

(Source: https://drive.google.com/file/d/19xmqeVq3PcBEaKSlaVvwNjjIPlZ5bD8p/view?usp=sharing)

If you'd like to pull this list for yourself then using a tool such as Salesforce Inspector Reloaded you can run the following query;

select DetailUrl, DeveloperName, DurableId, EditDefinitionUrl, EditUrl, ExternalSharingModel, HasSubtypes, ImplementedBy, ImplementsInterfaces, IsActivityTrackable, IsApexTriggerable, IsAutoActivityCaptureEnabled, IsCompactLayoutable, IsCustomizable, IsCustomSetting, IsDeepCloneable, IsEverCreatable, IsEverDeletable, IsEverUpdatable, IsFeedEnabled, IsFieldHistoryTracked, IsFlsEnabled, IsIdEnabled, IsInterface, IsLayoutable, IsMruEnabled, IsProcessEnabled, IsQueryable, IsReplicateable, IsReportingEnabled, IsRetrieveable, IsSearchable, IsSearchLayoutable, IsTriggerable, IsWorkflowEnabled, KeyPrefix, Label, MasterLabel,NamespacePrefix, NewUrl, PluralLabel, PublisherId, QualifiedApiName, RecordTypesSupported from EntityDefinition where publisherid != 'CDC' and IsCustomizable = true limit 2000        





Tom Bassett

Salesforce Forum Ambassador | #BeMore Podcast Host Salesforce Ben Expert Author | 3 x Dreamforce Speaker London Architect Group Co Leader | Solutions Architect ?????

6 个月

I've given the article a glow up and made the table of info easier to read/understand, feedback welcome

Leandro Dostuni

Salesforce Developer @ Horsa Grow | 3x Salesforce Certified

6 个月

That's good to know! Where are all these fields like isApexTriggerable and the others available? As in, can I find them inside an org object through Tooling API query, or is it just in Salesforce documentation?

回复

要查看或添加评论,请登录

Tom Bassett的更多文章

  • 3 Scenarios Where I Won't Use Agentforce

    3 Scenarios Where I Won't Use Agentforce

    Agentforce is all the rage right now with AI set to take over and the introduction of 'Agents' that can perform actions…

    14 条评论
  • My 2022 of Trailblazing

    My 2022 of Trailblazing

    In the spirit of reflecting on the year gone by, here is my post celebrating some of my successes. It's been a pleasure…

    5 条评论

社区洞察

其他会员也浏览了