Configuring a Different Icon for the Dynamic Drilldown

This task is a step in Process of Configuring Drilldown from the Calendar Applet.

The optional configuration in this topic modifies the link feature so that if the primary contact is an employee, then Siebel CRM displays a different icon.

To configure a different icon for the dynamic drilldown

  1. In the Object Explorer, click Business Component.

  2. In the Business Components list, locate the Action business component.

  3. In the Object Explorer, expand the Business Component tree, and then click Field.

  4. In the Fields list, add a new field using values from the following table.

    Property Value

    Name

    Primary Contact Employee Flag

    Join

    S_CONTACT.

    As an alternative, you can use the name of the join specification that you use in Defining Fields in the Business Component.

    Column

    EMP_FLG

  5. In the Fields list, modify a predefined field using values from the following table.

    Property Value

    Name

    Primary Contact Icon

    Calculated Value

    IIF([Primary Contact Last Name] is NULL and [Primary Contact First Name] is NULL, "", IIF([Primary Contact Employee Flag] = "Y", "<img src='images/icon_copy.gif' border='0'>", "<img src='images/icon_alarm.gif' border='0'>"))

    Column

    EMP_FLG