Siebel Open UI Manifest Administration in Innovation Pack 2013

How to use Manifest Administration view in Innovation Pack 2013. All we need to follow below 3 steps.

  1. Register the relative path to the custom file in the Manifest Files view.
  2. (Optionally) create a logical expression in the Manifest Expressions view.
  3. Associate the UI object with a logical condition (using the manifest expressions) and the custom file(s) in the Manifest Administration view.

Register  custom file in the Manifest Files view

Go to Administration Application -> Manifest Files. Create a new record and relative path to the file, such as siebel/custom/myCustomPR.js.

Manifest Files View

Create a logical expression 

This is optional but Manifest expressions are subsequently used in the Manifest Administration view where they can be combined to define the conditional logic when a specific JavaScript file or web template should be loaded for a given UI object. Here are some pre-built expressions.

Register UI Objects (Applets)


To finalize the registration of custom files, we have to register the UI object (most probably an applet) in the Manifest Administration view.
After creating the parent record by specifying the type (e.g. “Applet”) and the usage type (e.g. “Physical Renderer”), we must create at least one expression in the Objects Expressions list. The Files list is then used to associate the file which should be loaded when the selected expression evaluates to true.

To register non-applet specific files such as a custom theme.js or postload event handlers which you would like to have loaded on every view, copy one of the existing entries for theApplication type and add your custom files to a dummy expression (e.g. “Desktop”).
Let’s have a look at the vanilla Contact List Applet registration:


I am taking images from some other blog for reference only. You can get this topic in more details from this link.

Thanks for subscribing to SimplySiebel.

Leave a Reply

Your email address will not be published. Required fields are marked *