Skip to main content
Hi guys,

 

I've created a custom Convert button with automatic Completed status, Meeting Held task type and Intro meeting subject.

 

One more thing I'd love to add is automatic Attach to Existing chosen when this custom button is pressed (just like Completed status). Any chanse to do it without creating a Visualforce page?

 

Thanks in advance for help!
21 件の回答
  1. 2014年8月5日 18:14

    Alright! Here you go:

    1. Go to Setup | Develop | Pages

    2. Click New

    3. Copy everything from here: 

      http://goo.gl/tYF5Jw
    4. Label it as say 'LeadButtons'

    5. Hit Save

    Now, go let us add it to the Page Layout:

    1. Go to a Lead record

    2. Click Edit Layout from top right

    3. Remove the native / custom Convert button from the Page Layout

    4. Add a new Section to the top of the page and label it Lead Buttons

    5. From the Visualforce Pages section, drag the new 'LeadButtons' on to the Page Layout

    6. Set it to an height of 50px by clicking the Wedge at it's top right

    7. Hit Save

    You cannot say this a Visualforce solution completely since I used the VF just to make the button and not override the Lead Conversion page. You will still use the OOTB Lead Conversion page itself.

0/9000