This post explains how to check all object names using SOQL.
Use below simple query to get all object names org.
SOQL Query
Result
Resource
EntityDefinition Tooling API
Happy Learning!!
Use below simple query to get all object names org.
SOQL Query
SELECT MasterLabel, PluralLabel, KeyPrefix, DeveloperName, QualifiedApiName, NamespacePrefix FROM EntityDefinition WHERE IsCustomSetting = false Order by MasterLabel
Result
Resource
EntityDefinition Tooling API
Happy Learning!!
awesome
ReplyDeleteAmazing
ReplyDelete