Skip to main content

@Anand Rohra ,

Did this make the Summer 18 release? I do not see the ability to create a custom task list view in our instance.

Custom Task list views in LEX

7 comentários
  1. 23 de jul. de 2018, 00:00

    Hi John,

    Just to try it out in my dev org to see what would happen, I followed the tutorial in this YouTube link within that post:

    https://www.youtube.com/watch?v=VLH8mWau3Ys

    1. I created a new Visualforce page with the test markup below.

    2. I added a Tab for the page

    3. I added the tab to a (Lightning) App

    <apex:page lightningStylesheets="true">

    <apex:enhancedList type="Activity" height="500" rowsPerPage="50" />

    </apex:page>

    It looks like it is showing me all the event and task fields I have seen before when creating a new list view in Classic.

    For a past org, I found this app helpful to meet a need then that does this and more.

    https://appexchange.salesforce.com/appxListingDetail?listingId=a0N30000003IleFEAS.
0/9000