Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleContacts and Leads views
Installing ContactWorld Connect includes the code pages button for creating a Dial List from Contacts , Cases, Accounts, and Leads views. You only need to perform the final task of adding the button to the view. For information about adding the button to the view, see Adding a Create Dial List button to a List View page for a standard object.
Info

Before you create a button, you must have a Visualforce Page that contains the code that the button will run. For information about creating the code page, see Creating the VisualForce page for a Create Dial List button.

...

  1. Go to the Administration Setup Page in Salesforce.
  2. On the left-hand side of the Salesforce window, in the App Setup section, expand Customize.
  3. In the expanded list of items, expand the type of object from which this button will create Dial Lists and then click Buttons, Links, and Actions. Button, Links, and Actions for the expanded object appears.

  4. Click New Button or Link.

    Section
    Column
    width60%

    New Button or Link Edit appears.

    Column
    width40%

    New button or linkImage Modified

  5. Type the following information:

    Section
    Column
    width60%
    FieldDescriptionExample
    LabelA label that identifies the button in the view.Create Dial List
    NameThe unique name that identifies the button in a merge field. The name must contain only alphanumeric characters. For further restrictions on field contents, click Help for this Page.Create_Dial_List
    DescriptionAn optional description of the page.A button that creates a Dial List from selected entries in a view.
    Display TypeTo create a Dial List button, select List Button. For information about display types, click Help for this Page.List Button
    Content SourceTo create a Dial List button using the Visualforce Page created, select Visualforce Page. For information about content sources, click Help for this Page.Visualforce Page
    ContentTo create a Dial List button using the a Visualforce Page, select the newly created relevant page. For information about content sources, click Help for this Page.Dial List From Custom Object [DialListFromCustomObjectfrom Contact [NVMConnect__ListFromContactPage]
    Column
    width40%

    New List Button

    Click Save. You are notified that users cannot see the button until the button is added to a search view.

  6. Click OK. Your new button is displayed.

...