Configuring the Manifest for the Recycle Bin Example

This task is a step in Roadmap for Customizing Siebel Open UI.

This topic describes how to configure the manifest for the recycle bin example. For more information, see Configuring Manifests.

To configure the manifest for the recycle bin example

  1. Make sure your presentation model and physical renderer use the define method.

    You do this in Step 4 in the topic Creating the Presentation Model for the presentation model and in Step 5 in the topic Setting Up the Physical Renderer for the physical renderer.

  2. Log in to a Siebel client with administrative privileges.

  3. Navigate to the Administration - Application screen, and then the Manifest Files view.

  4. In the Files list, add the following files:

    siebel/custom/recyclebinrenderer.js
    siebel/custom/recyclebinpmodel.js
    siebel/custom/carouselrenderer.js
    3rdParty/jcarousel/skins/tango/skin.css
    files/theme-aurora.css
    

    The file that resides in the files folder is the predefined file that you use in this example.

  5. Administer the manifest for the physical renderer:

    1. Navigate to the Administration - Application screen, and then the Manifest Administration view.

    2. In the UI Objects list, specify the following applet.

      Field Value

      Type

      Applet

      Usage Type

      Physical Renderer

      Name

      SIS Account List Applet

    3. In the Object Expression list, add the following expression. The physical renderer uses this expression to render the applet in a desktop platform.

      Field Value

      Expression

      Desktop

      Level

      1

    4. In the Files list, add the following files:

      siebel/custom/recyclebinrenderer.js
      
    5. In the UI Objects list, specify the following applet.

      Field Value

      Type

      Applet

      Usage Type

      Presentation Model

      Name

      SIS Account List Applet

    6. In the Object Expression list, add a record with no value in the Expression field.

    7. In the Files list, add the following file:

      siebel/custom/recyclebinpmodel.js