• Paridhi Bindal 9
  • NEWBIE
  • 20 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
Hello everyone,

I am trying to display profile picture when a user logs-in in the community. The image file is on Contact object attachment record. How can I add it in img src on LWC?

Thanks.
Hello everyone, I have created a LWC which I am embedding in Vf page on community through aura lightning out app. Since this vf page already has vf components for header and footer with styling coming from static resource css, my LWC looks all distorted. 

How can I override styling lwc without affecting header and footer vf components styling.

Thanks.
Hello, I am displaying custom object records in Datatable via @wire, Since account is a lookup, it displays account id instead of account name. How can I display the name of the account in the colum. 

I have tried the following but it doesn't work. Please suggest.
 {
        label: 'My Accounts',
        fieldName:'My_Account__r.Name
        type: 'text',
        sortable: true
  }
 
Hello everyone,

I am trying to display profile picture when a user logs-in in the community. The image file is on Contact object attachment record. How can I add it in img src on LWC?

Thanks.
Hello everyone, I have created a LWC which I am embedding in Vf page on community through aura lightning out app. Since this vf page already has vf components for header and footer with styling coming from static resource css, my LWC looks all distorted. 

How can I override styling lwc without affecting header and footer vf components styling.

Thanks.