|
Configuring Siebel Open UI > Mapping Server Objects to Client Code > Configuring the Manifest File >
Configuring the Manifest Extensions File
The manifest_extensions.map file is a configuration file that can store a rendering key and the object name that corresponds with a Presentation_Model or Physical_Renderer. It allows you to customize a presentation model or physical renderer without modifying the applet user properties in Siebel Tools. To configure the Manifest Extensions File
- Open Windows Explorer on the Siebel Server and then navigate to the following folder:
object_root\siebel\objects\
- Use a text editor to open the manifest_extensions.map file.
If this file does not exist, then create it now. To get a copy of this file, see Article ID 1494998.1 on My Oracle Support.
- Specify the mappings for objects.
The manifest_extensions.map file uses the following syntax:
[Presentation_Model] object_name=PM_KeyName
[Physical_Renderer] object_name=PR_KeyName
where:
[Presentation_Model] Quotes Catalog List Applet=ConfiguratorPM Contact Form Applet=ConfiguratorPM
[Physical_Renderer] LS Pharma HI Calendar Applet=CalendarPR Consumer Detail Applet=TreePR Quotes Catalog List Applet=ConsumerPR
- Stop and then restart the Siebel Server.
The object manager on the Siebel Server reads the manifest_extensions.map file one time for the life time of the Siebel Server instance. If you modify this file, then you must restart this server.
- Use a text editor to open the manifest_extensions.map file.
|