I’m having a little trouble creating a salesforce tab named tasks which redirects to a Skuid page with some task tables. The tasks are not linked to a specific record so I’ve made a VF page using ‘Task’ as the standardController. I’m getting the error:
Error: List controllers are not supported for TaskI'm sure I'm doing something daft here... Any ideas? Thanks!
Here’s my VF page:
<apex:page standardController="Task" recordSetVar="c"
extensions="skuid.Redirects" action="{!redirect}?page=TaskTab"> </apex:page>






