• Manjunath reddy 36
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I am using the below code, I get record id as null,harecordid not working.In lightning builder I placed my component.
 
<aura:component implements="force:hasRecordId,flexipage:availableForRecordHome,flexipage:availableForAllPageTypes " access="global" >
    Case Id is {!v.recordId}
</aura:component>