function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PronowPronow 

Problems while using StandardSetController for Campaign and CampaignMembers

Hello there,

 

I have used Campaign and CampaignMembers objects in my project. I want to use StandardSetController to paginate them on Portal. However, it is allowing me to do so using General Site User Profile, not allowing me using Customer Portal User Profile.

 

Please tell me a way or a way around to do this. Help will be really appreciated.

 

Thank you in advance.

ReidCReidC

CampaignMembers objects aren't accessible to customer portal users.

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_campaignmember.htm

 

What are you doing with the objects?

PronowPronow
I am trying to use StandardSetController for these objects to do pagination.