Create Custom Links for the Sales Lead Object

Perform the steps in the following procedure to create custom links to Oracle Eloqua Profiler and Oracle Eloqua Engage for the Sales Lead object.

  1. Sign in as an administrator or as a setup user.

  2. Navigate to the Application Composer work area (Navigator > Configuration > Application Composer).

  3. In the Objects area, expand Standard Objects, and then expand the node for the Sales Lead Contacts object.

  4. Select Actions and Links

  5. Create the link to Eloqua Engage:

    1. In the Sales Lead Contacts: Actions and Links area, click the Create icon.

    2. Set the value of the Display Label field to Eloqua Engage.

    3. Verify that the Name field is automatically set to Eloqua_Engage.

    4. To indicate the Type of item you want to create, click the Link radio button.

    5. In the Script region, click the New icon.

    6. In the expression text box, enter the Oracle Eloqua Engage URL with arguments as follows:"https://login.eloqua.com/autoLogin?LoginPrefix=<Your_Eloqua_Prefix>&Url=/apps/engage?sendTemplateToConta'cts/" + nvl (PersonEmail,"no email")where <Your_Eloqua_Prefix> is the prefix of your Oracle Eloqua instance.

    7. Validate the script by clicking the Validate icon.

    8. If the script validates successfully, click the Save button.

  6. Create the link to Eloqua Profiler:

    1. In the Sales Lead Contacts: Actions and Links area, click the Create icon.

    2. Set the value of the Display Label field to Digital Profile.

    3. Verify that the Name field is automatically set to Digital_Profile.

    4. To indicate the Type of item you want to create, click the Link radio button.

    5. In the Script region click the New icon.

    6. In the expression text box, enter the Oracle Eloqua Profiler URL with arguments as follows:https://login.eloqua.com/autoLogin?LoginPrefix=<Your_Eloqua_Prefix>&Url=/apps/profiler?emailAddress=" + nvl(PersonEmail,"no email")where <Your_Eloqua_Prefix> is the prefix of your Oracle Eloqua instance.

    7. Validate the script by clicking the Validate icon.

    8. If the script validates successfully, click the Save button.