Add the New Color to the Field on the Business Component

Perform the following procedure to add the new color to the field on the business component.

To add the new color to the field on the business component

  1. Log in to Siebel Tools or Web Tools as an administrator (see Using Siebel Tools).

  2. Create a workspace.

  3. Lock the Employee project for editing.

  4. In Object Explorer, navigate to Business Component, and query for the Employee business component.

  5. Navigate to Business Component, then Field, and query for the Status field.

  6. Change the Calculated Value field as necessary.

    For example, to designate the new color in the name text of employees that are available for scheduling, change the Calculated Value field as follows:

    IIf ( [Availability Status] = LookupValue("AVAILABILITY_STATUS", 
    "Unavailable"),"resourcecolor-a", IIf ( [Availability Status] = 
    LookupValue("AVAILABILITY_STATUS", "Fully Available"),"resourcecolor-b", 
    "resourcecolor-d"))
    
  7. Deliver the changes to the Integration Branch.