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
pbulaczpbulacz 

No List Controllers for CampaignMember??

This can't be right can it?

 

I just got this error... 

 

 Error: List controllers are not supported for CampaignMember

 

 

All I want is a paginated list display of CampaignMember records...

 

In reality I would love an enhances list of CampaignMember records but I can't do that... Any ideas. 

 

I need to work with this object specifically.

 

update: <apex:listViews type="CampaignMember" /> works but won't suffice as I need to be able to specify what type of element is displayed in the list.

 

As it's an 'editable' grid like list I need to create.

Message Edited by pbulacz on 10-19-2009 05:45 PM
pbulaczpbulacz

BUMP!!!!...

 

 

Does anyone know of a reasonable workaround for this? I've tried even using the apex-lang additions for pagination but won't work for lists over 1000. I need to be able to deal with at least 4000.

 

Basically need a mass edit for Campaign Member objects.

 

Please help if you can.

AkiTAkiT

Faced the same issue where there is no support for CampaignMember Standard list controllers.

 

Anyone with good tips ?

newbiewvfdevnewbiewvfdev

Hi there,

 

You guys seems like came across issues with Campaigns. I am having an issue as well.  I actually posted a question on the forum already at http://community.salesforce.com/sforce/board/message?board.id=Visualforce&message.id=21623&jump=true

 

Right now, I am getting an error 'CampaignMembers' is not a valid child relationship name for entity Campaign.'.

 

Does anyone know how to fix this? Thanks for your time.

MiddhaMiddha

Facing the same issue. Any workarounds??

 

Need to paginate the Campaign Member records on a VF Page.