Monthly Archives: March, 2021

How to get Object Name using RecordId

<aura:component controller="UtilityController" implements="flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,force:lightningQuickAction" access="global" > <!--...

ADVERTISMENT

How to get Object Name using RecordId

<aura:component controller="UtilityController" implements="flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,force:lightningQuickAction" access="global" > <!-- Attributes --> <aura:attribute name="sObjectName" type="String" /> <!-- Handlers --> ...

Don't miss