You need to sign in to do that
Don't have an account?
BARJRD
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
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.