Answers for "aura get record id"

1

how to find current recordid and object name in aura component

<aura:component implements="flexipage:availableForRecordHome,force:hasRecordId,force:hasSObjectName">
    <aura:attribute name="recordId" type="String" />
    <aura:attribute name="sObjectName" type="String" />
Posted by: Guest on April-07-2021

Code answers related to "aura get record id"

Browse Popular Code Answers by Language