isCustomObjectApiName
isCustomObjectApiName(
apiName):boolean
Defined in: packages/simply-aep-core/src/entityDefinitionEligibility.ts:72
True when apiName is a custom (optionally namespaced) object. Salesforce reserves __ in a standard
object’s API name for exactly this suffix (__c, a namespace prefix, a platform event’s __e, a
big/external object’s __b/__x), so any object whose API name contains it always satisfies
EntityDefinition’s Metadata Relationship eligibility rule on its own, without consulting
ENTITY_DEFINITION_STANDARD_OBJECTS.
Parameters
Section titled “Parameters”apiName
Section titled “apiName”string
Returns
Section titled “Returns”boolean