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
BARJRDBARJRD 

Add the "Manage Members" push button to a Visualforce page

I am creating custom Visualforce pages for a couple of the various record types that I have defined for campaigns.  I would like to include the functionality of the standard "Manage Members" push button (that appears on the standard campaign page. 

 

Is this possible?

 

Thanks,

Barb

Best Answer chosen by Admin (Salesforce Developers) 
jkucerajkucera

No - you'd have to create custom buttons & methods.  Note there's no List Controller for Campaign Members, so you can't create a list of campaign members to remove by checking boxes.  You can create a list of leads or contacts & create a button to add them though with a certain status.