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

Add to campaign custom button
Hi
I have a custom object "Applications" that is linked to contacts. I want to create a button that I can use on standard SF list pages that adds the related contacts to a campaign (users choice). Is there some code that I can use that uses the standard sf functionality or do I need to create a vf page & controller
thanks
Defining a Custom button with this URL should do it
https://na8.salesforce.com/00v/e?c_id=<Campaign Id>&parent_id=<Contact id>
replace na8 with your sandbox / prod domain name
thanks, will this work from a list view as well ??