You need to sign in to do that
Don't have an account?

Filter Data of a Related List
Hi all,
I'm new to VisualForce but have been told this might be the solution to my issue.
What I'm trying to achieve is pretty simple :
- Some users are allowed to see only certain types of Activities (which are identified through a custom checkbox called isPublic__c)
- I am thus trying to create a VisualForce page for cases that would filter the Activities related list based on that checkbox (isPublic__c == true).
Do I need to create a custom/extended controller for that ?
I yes, do you have any sample code that would achieve this ?
Thanks for your help that would greatly be apreciated...
The Page looks like this:
The controller looks like this:
All Answers
The Page looks like this:
The controller looks like this:
Hi,
How to show the Events too, as we have shown tasks. The problem is, to a pageblocktable we can pass a list of an Object. But how to pass the list of Tasks & Events (in a single variable)? I am trying to show Tasks and Events both in a single pageblocktable. Kindly guide me.
Thanks!