• Cuong 9
  • NEWBIE
  • 10 Points
  • Member since 2018

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

Is there anyone here can use lightning:listview on Lightning Component App? It was documented here https://developer.salesforce.com/docs/component-library/bundle/lightning:listView/documentation

I try use that component but it always show the message 'The list view you requested was deleted, or you don't have permission to view it.'

I try to change multiple objectApiName, listName but it just can't work. 

I also fetch the name by this query SELECT DeveloperName, SObjectType FROM ListView and use these but it's still show above message.

Do you have any idea for this problem? Thanks!
Hi All,

I am new to lightning and trying use file upload lightning components. 

I used exact same code which is mentioned in salesforce website
https://developer.salesforce.com/docs/component-library/bundle/lightning:fileUpload/example
just replaced recordid to my account id

But it is not working.

Please help me on this

Thanks in Advance
Hello all,

Is there anyone here can use lightning:listview on Lightning Component App? It was documented here https://developer.salesforce.com/docs/component-library/bundle/lightning:listView/documentation

I try use that component but it always show the message 'The list view you requested was deleted, or you don't have permission to view it.'

I try to change multiple objectApiName, listName but it just can't work. 

I also fetch the name by this query SELECT DeveloperName, SObjectType FROM ListView and use these but it's still show above message.

Do you have any idea for this problem? Thanks!