Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Summary

This article describes working with contacts on accounts including adding, updating and deleting contacts.

Overview Page Detail

The overview Overview page will list contact information which is saved for the contact type defined on the role as shown below.

...

When creating contacts it is important that you look up the correct account. Clicking on the Contacts tab page will NOT display a list of your personal contacts but rather contacts associated or attached to the account you are currently viewing.

To add a list of personal contacts to the system you will have to have a personal account within the system. This account is where you would create your contacts list.

Info

Note: Required fields are indicated by a red border. Validation is also applied to these fields. If the label remains red, the value entered is not valid and the form will not be saved. All other fields are optional (black borders) and may be left blank.

To Create a New Contact

  1. Use the Search text box field to find the appropriate account

  2. Click the Contacts tab

  3. Click the Add button at the bottom right of the list

  4. Select the type of contact you would like to add from the popup menu (i.e. Billing Contact, Administrative Contact)
    Note: If no popup menu appears, contact types have not been configured in the system. This can be done by navigating to Setup > Accounts and Roles > Contact Types. Once complete, continue to step 5

  5. Enter the Contact's First and Last name (required) in the fields (Title and Company are optional).

...

  1. Use the Search text box field to find an individual's account

  2. Click the Contacts tab

  3. Select the check box next to the contact(s) to be deleted

  4. Click the Delete button

...

  1. Use the Search text box field to find an individual's account

  2. Click the Contacts tab

  3. Click on the Contact Type link that corresponds to the proper contact name (as shown in the Name column)

  4. On the edit contact page that loads click the Add button under the Contact Points list

  5. Select the type of contact point to be added from the popup menu

    Note: if no popup menu appears , then Contact Points have not been configured in the system and assigned to their respected Contact Types. See the 'Creating Contact Point Types' section below for instructions and once complete continue following these steps to add the Contact Points

  6. Enter the values for the contact point in question

  7. Click the Save button

...

To Create Custom Contact Point Types

  1. Click on the on Setup tab

  2. Under the Accounts and Roles heading click on Contact Types

  3. Click on the Name of the Contact Type you wish to add a Contact Point for (for example Administrative Contact)

  4. Under the section Contact Point Types click Add (assuming the Contact Point Type you wish to add is not already in the list)

  5. Enter the Name of the Contact Point Type, for example Portal Login

  6. Enter the Data Type for the Contact Point Type, for example Text

  7. If you wish to require the user to fill in the Contact Point Type details when adding the Contact Type then select Required

  8. If you wish this Contact Point Type field to be displayed when adding a Contact via the Create New Account page, select Show To Add Account. If not checked, you can still add add this information later when adding the appropriate Contact Type to the account

  9. Click Save when finished or Save/New to add another Contact Point Type

  10. Follow the Adding Contact Points section above for instructions on adding your custom Contact Point

...

System wide uniqueness (across all EngageIP accounts under every owner) can be enforced for Contact Point Types in EngageIP 8.5.21.0. To define which Contact Point Types should be unique simply use SQL query below and replace the Contact Point Type Name value with the name of Contact Point Type(s) you wish to be enforce uniqueness on.

Info

Note: Unique Contact Point data is case sensitive, e.g. 'robert' and 'Robert' are different and both can stored in Contact Point data without violating the uniqueness requirement.

Code Block
languagesql
INSERT INTO EngageIPOption (Name, VALUE) VALUES ('Unique_ContactPointType', 'Contact Point Type Name, CPT Name 2, CPT Name 3')

...

  1. Use the Search text box field to find an individual's account

  2. Click the Contacts tab

  3. Click on the Contact Type link that corresponds to the proper contact name (as shown in the Name column)

  4. Under the Contact Points heading click on the Contact Point Type you wish to edit

  5. On the new page that loads edit the information then click the Save button to update the contact point data

Info

Note: You can also edit the Contact's information (i.e. First / Last Name, Title and Company) by following steps 1-3 above. When you get to the edit contact screen, simply edit the fields at the top of the page and click the Save button.