Customizing Themes for Other Objects

This topic describes how to customize themes other objects and portlet applications.

To customize themes for other objects and portlet applications

  • Do Step 1 through Step 4, except for Step 3, Step e, in the topic Customizing Themes and specify the object type and name of the object where Siebel Open UI must apply the style.

    For example, to apply the style only for an applet, set the Type to Applet, and the Name to the applet name, such as Contact List Applet.

    To specify the theme for another application, use the following expression:

    GetProfileAttr("PortletId") = "PtId"
    

    In this expression, PtId is the PtId argument of the URL to a Siebel portlet.

    For example:

    GetProfileAttr("PortletId") = "CRMOPTY1"
    

    For more information about PtId, see Configuring Siebel Open UI to Consume Siebel Portlets.