Go to primary content
Siebel CRM Configuring Siebel Open UI
Siebel Innovation Pack 2016, Rev. A
E52417-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
    View PDF

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 for the presentation model and in Step 5 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