• Norah Ward 6
  • NEWBIE
  • 0 Points
  • Member since 2017

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

I'm working for an NFP organisation whe want to see two tabs for the two account record types. They are using classic so I figured I'd just do two VF tabs. However , using both id and listId provides me with nothing. I have created the following:
 
<apex:page >
    <apex:enhancedList type="Account" height="700" rowsPerPage="100" listId="{!Household_Accounts}" />
</apex:page>

However, I'm pretty sure it needs a record ID but Salesforce no longer creates separate record ID's for each list view... what to do?