Did this make the Summer 18 release? I do not see the ability to create a custom task list view in our instance.
7 comentários
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=VLH8mWau3Ys1. 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.