• ProtyushC
  • NEWBIE
  • 50 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I have a lightning component where I am showing list of accouts.
Now that part is working.
But I have to show a listview(associated with account), based on user access.
I have tried with soql on listview object, but the list returning every view. 
I want only those view which user have access and then record based on listview.
 
I have a lightning component that implements lightning:actionOverride how do I get the recordId of the parent when the action is triggered from a related list?