• NAVIN SELVARAJ 5
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi All,
I would like to display the contact details using <lightning:recordForm/>. But When I am trying to that, It is not working. Could Please help me out regarding this.

Here with I wull put my code. If anyof you having working code with <lightning:recordForm/> Please let me know as well.
<lightning:recordForm
                              recordId="0036F00002XkajhQAB"
                              objectApiName="Contact"
                              fields="Id"
                              columns="2"
                              layoutType ="Full"
                              mode="View"
                              onsuccess="{!c.myAction}"/>
Hi All,
I would like to display the contact details using <lightning:recordForm/>. But When I am trying to that, It is not working. Could Please help me out regarding this.

Here with I wull put my code. If anyof you having working code with <lightning:recordForm/> Please let me know as well.
<lightning:recordForm
                              recordId="0036F00002XkajhQAB"
                              objectApiName="Contact"
                              fields="Id"
                              columns="2"
                              layoutType ="Full"
                              mode="View"
                              onsuccess="{!c.myAction}"/>